

/* Start:/html/components-template/product/style.css?175261142932309*/
.product__top {
  display: flex; }

.product__section {
  margin: 3.25rem 0 -0.55rem; }
  @media (max-width: 599.75px) {
    .product__section iframe {
      width: 100%; } }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

.product-gallery {
  margin: 0 auto;
  width: 100%;
  max-width: calc(594px + 41px);
  padding: 0 41px 0 0;
  position: relative; }
  .product-gallery__inner {
    top: 112px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 5; }
  .product-gallery__sliders-wrap {
    position: relative;
    width: 100%;
    padding-top: 87.2%; }
  .product-gallery__sliders {
    bottom: 0;
    display: flex;
    gap: 12px;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .product-gallery__thumbs {
    width: 68px; }
    .product-gallery__thumbs .splide {
      height: 100%; }
    .product-gallery__thumbs .splide__track {
      height: 100%; }
    .product-gallery__thumbs .splide__list {
      height: 100%; }
    .product-gallery__thumbs .splide__slide {
      border: 2px solid transparent !important;
      margin: 0 2px;
      max-height: 64px;
      max-width: 64px;
      min-height: 64px;
      min-width: 64px;
      padding: 4px;
      border-radius: 6px; }
      .product-gallery__thumbs .splide__slide.is-active {
        border-color: var(--theme-base-color) !important; }
    .product-gallery__thumbs .splide__slide img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 6px; }
  .product-gallery__main {
    flex: 1; }
    .product-gallery__main .splide {
      width: 100%;
      max-height: 100%;
      height: 100%; }
    .product-gallery__main .splide:hover .splide__arrow--prev {
      transform: translate(0%, -50%);
      opacity: 1; }
    .product-gallery__main .splide:hover .splide__arrow--next {
      transform: translate(0%, -50%);
      opacity: 1; }
    .product-gallery__main .splide__track {
      border-radius: 8px;
      max-height: 100%;
      height: 100%;
      width: 100%; }
    .product-gallery__main .splide__slide {
      width: 100%;
      height: 100%; }
    .product-gallery__main .splide__slide-img-wrap {
      width: 100%;
      height: 100%;
      position: relative; }
    .product-gallery__main .splide__slide img {
      cursor: zoom-in;
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .product-gallery__main .splide__arrow--prev {
      transform: translate(-100%, -50%);
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s; }
    .product-gallery__main .splide__arrow--next {
      transform: translate(100%, -50%);
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s; }

@media (max-width: 1199.75px) {
  .product__top {
    flex-direction: column; }
  .product-gallery {
    padding: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 454px; } }

@media (max-width: 767.75px) {
  .product-gallery__sliders-wrap {
    margin-bottom: 35px; }
  .product-gallery__thumbs {
    display: none; }
  .product-gallery__main .splide__slide img {
    object-fit: contain; }
  .product-gallery__main .splide__pagination {
    bottom: -30px; } }

.product-main {
  flex-basis: calc(58% - 9px);
  flex-grow: 1;
  flex-shrink: 0; }
  .product-main__badges {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px; }
    @media (max-width: 766.75px) {
      .product-main__badges {
        margin-bottom: 4px; } }
    .product-main__badges > * {
      margin: 0 2px 6px; }
  .product-main__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: calc(1em + 7px);
    margin: 0 0 18px;
    color: #222;
    color: var(--white_text_black); }
  .product-main__detail {
    margin: -16px 0 31px 0;
    display: flex;
    justify-content: space-between; }
  .product-main__rating {
    color: #222;
    color: var(--white_text_black);
    font-size: .875rem;
    line-height: calc(1em + 7px);
    margin-top: 13px;
    margin-right: 20px; }
  .product-main__actions {
    display: flex;
    align-items: center; }
  .product-main__action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    opacity: 0.35;
    fill: var(--fill_dark_light); }
    .product-main__action.active, .product-main__action:hover {
      opacity: 1;
      fill: var(--fill_dark_lite_hover); }
  .product-main__parts {
    display: flex; }

.grid-list {
  position: relative;
  flex: 1;
  color: #222;
  color: var(--white_text_black);
  padding-right: 40px; }
  .grid-list__inner {
    display: grid;
    gap: 30px; }
  .grid-list__item {
    margin-top: 2px; }
  .grid-list__item-inner {
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
    position: relative;
    border-radius: 12px;
    padding: 24px 20px; }
  .grid-list__item-title {
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: var(--white_text_black); }
  .grid-list__item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 10px; }
    .grid-list__item-row li {
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 7px;
      flex-shrink: 0; }
      .grid-list__item-row li:not(.active):hover .lazy-img-wrap {
        box-shadow: 0 5px 20px rgba(34, 34, 34, 0.08);
        cursor: pointer; }
      .grid-list__item-row li:not(.active):hover .text {
        box-shadow: 0 5px 20px rgba(34, 34, 34, 0.08);
        cursor: pointer; }
      .grid-list__item-row li.active .lazy-img-wrap {
        box-shadow: none;
        overflow: visible; }
        .grid-list__item-row li.active .lazy-img-wrap::before {
          content: "";
          display: block;
          border-radius: 8px;
          position: absolute;
          inset: -4px;
          box-shadow: 0 0 0 2px var(--theme-base-color, #9e9e9e) inset; }
      .grid-list__item-row li.active .text {
        box-shadow: 0 0 0 2px var(--theme-base-color, #9e9e9e) inset;
        background-color: transparent; }
    .grid-list__item-row .lazy-img-wrap {
      height: 48px;
      width: 48px;
      font-size: 0;
      padding: 0;
      border: 3px solid var(--white_text_black_reverse);
      box-shadow: 0 0 0 1px var(--stroke_black, #9e9e9e);
      position: relative;
      border-radius: 8px; }
    .grid-list__item-row .lazy-img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      border-radius: 6px; }
    .grid-list__item-row .text {
      padding: 10px 16px;
      font-size: 1rem;
      height: 39px;
      background-color: var(--card_bg_black);
      box-shadow: 0 0 0 1px var(--stroke_black) inset;
      color: var(--white_text_black);
      display: flex;
      align-items: center;
      line-height: 39px;
      border-radius: 6px;
      user-select: none; }
  .grid-list__item-list {
    margin-top: 13px;
    font-size: .875rem;
    line-height: calc(1em + 7px); }
    .grid-list__item-list li:not(:first-child) {
      margin-top: 6px; }
    .grid-list__item-list li span {
      color: #555;
      color: var(--basic_text_black); }
      .grid-list__item-list li span:last-child {
        color: #222;
        color: var(--white_text_black); }
  .grid-list__item-descr {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
  .grid-list__item-more {
    margin-top: 8px;
    font-size: .8125rem;
    line-height: calc(1em + 9px);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    cursor: pointer;
    color: var(--white_text_black); }
    .grid-list__item-more .icon {
      margin-right: 9px;
      fill: var(--fill_dark_light); }
    .grid-list__item-more:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .grid-list__item-brand {
    align-items: center;
    background-color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: flex-start;
    max-width: 90px;
    padding: 5px;
    border-radius: 8px; }
    .grid-list__item-brand img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .grid-list__item-brand-links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px; }
  .grid-list__item-brand-link {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(136, 136, 136, 0.1);
    background-color: var(--darkgrey_bg_black);
    border-radius: 8px;
    height: 34px;
    color: var(--white_text_black);
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap; }
    .grid-list__item-brand-link:hover {
      background-color: var(--light, rgba(136, 136, 136, 0.05)) var(--dark, #343434); }
  .grid-list__item-tizer {
    display: flex;
    align-items: center; }
    .grid-list__item-tizer:not(:last-child) {
      margin-bottom: 20px; }
    .grid-list__item-tizer svg {
      flex-grow: 0;
      margin-right: 15px; }
    .grid-list__item-tizer span {
      color: #222;
      color: var(--white_text_black);
      font-size: .875rem;
      line-height: calc(1em + 7px); }
  .grid-list__item-text {
    margin-top: 13px;
    color: #999;
    font-size: .8125rem;
    line-height: calc(1em + 7px); }
  .grid-list__item-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .grid-list__item-rating .icon {
      flex-shrink: 0;
      fill: #ccc;
      margin-right: 8px; }
    .grid-list__item-rating span {
      font-size: 1.5rem;
      line-height: calc(1em + 7px); }
    .grid-list__item-rating--filled .icon {
      fill: #ffb45b; }

.grid-list--right {
  max-width: 356px;
  width: 100%;
  padding-right: 0; }
  .grid-list--right .grid-list__inner {
    position: sticky;
    top: 112px;
    left: 0;
    right: 0;
    gap: 8px; }

.grid-list--review {
  top: 112px;
  position: sticky;
  z-index: 5; }

.rating {
  display: flex;
  align-items: center; }
  .rating__value {
    display: flex;
    align-items: center; }
    .rating__value .icon {
      fill: #ffb45b; }
    .rating__value span {
      padding-left: 4px;
      padding-right: 2px; }
  .rating__count {
    margin-left: 10px;
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none; }
    .rating__count:hover {
      text-decoration: none; }
  .rating__article {
    display: inline-block;
    margin-left: 12px;
    color: #999; }
  .rating--zero .icon {
    fill: #ccc; }

.buy-block__badges {
  display: flex; }
  .buy-block__badges .badge {
    font-weight: 600;
    font-size: .75rem;
    line-height: calc(1em + 7px); }

.buy-block__prices {
  display: flex;
  align-items: baseline; }

.buy-block__price-new {
  padding-right: 6px;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.5rem;
  line-height: calc(1em + 7px);
  font-weight: 600; }

.buy-block__price {
  color: #999;
  font-size: 1rem;
  line-height: calc(1em + 7px);
  text-decoration: line-through; }

.buy-block__btns {
  margin-top: 25px;
  display: grid;
  gap: 12px; }
  .buy-block__btns .btn:first-child {
    height: 47px; }
  .buy-block__btns .counter {
    height: 47px;
    width: 100%; }
    .buy-block__btns .counter__action {
      flex: 0 0 50px; }

.gl-forms {
  display: grid;
  gap: 13px;
  font-size: .875rem;
  line-height: calc(1em + 7px); }
  .gl-forms__item {
    display: flex;
    align-items: center; }
  .gl-forms a {
    color: inherit; }
  .gl-forms a:hover {
    color: #000;
    color: var(--fill_dark_lite_hover); }
  .gl-forms__item-icon {
    margin-right: 10px;
    fill: var(--fill_dark_light); }
  .gl-forms__item-icon--instock {
    fill: #69be15; }
  .gl-forms__item-icon--nostock {
    fill: #f91a35; }
  .gl-forms__item-icon--stroke {
    stroke: var(--fill_dark_light);
    fill: rgba(0, 0, 0, 0); }
  .gl-forms__item-span span {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none; }

a.gl-forms__item:hover {
  color: #000;
  color: var(--fill_dark_lite_hover); }
  a.gl-forms__item:hover .gl-forms__item-icon {
    fill: var(--fill_dark_lite_hover); }
  a.gl-forms__item:hover .gl-forms__item-icon--stroke {
    stroke: var(--fill_dark_lite_hover);
    fill: rgba(0, 0, 0, 0); }

.gl-sale {
  display: flex;
  align-items: center; }
  .gl-sale__icon {
    height: 36px;
    padding: 8px;
    width: 36px;
    background-color: var(--darkgrey_bg_black);
    border-radius: 8px;
    margin-right: 16px; }
  .gl-sale__text {
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none; }
    .gl-sale__text:hover {
      cursor: pointer;
      color: #000;
      color: var(--fill_dark_lite_hover); }

@media (max-width: 1199.75px) {
  .product-main {
    padding-top: 35px; } }

@media (max-width: 767.75px) {
  .product-main__parts {
    flex-direction: column; }
  .grid-list {
    padding: 0; }
    .grid-list:not(.grid-list-right) {
      margin-bottom: 20px; }
  .grid-list--right {
    margin-top: 40px; } }

.tabs-nav-v2 {
  margin-bottom: 49px;
  overflow: hidden;
  overflow-x: auto; }
  .tabs-nav-v2::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .tabs-nav-v2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black); }
  .tabs-nav-v2::-webkit-scrollbar-track {
    border-radius: 5px; }
  .tabs-nav-v2__list {
    display: flex;
    white-space: nowrap;
    min-width: auto;
    overflow: visible;
    z-index: 1;
    transform: translateX(0px);
    border-bottom: 1px solid #ededed;
    border-bottom-color: var(--stroke_black); }
  .tabs-nav-v2__item {
    margin: 0 23px 0 3px;
    cursor: pointer;
    display: block;
    padding: 18px 0 19px 0;
    color: #555;
    color: var(--basic_text_black); }
    .tabs-nav-v2__item:hover:not(.active) {
      color: #333;
      color: var(--theme-base-color); }
    .tabs-nav-v2__item.active {
      position: relative; }
      .tabs-nav-v2__item.active::after {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        z-index: 1;
        height: 2px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        background: #9e9e9e;
        background: var(--theme-base-color); }

.p-tab-docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px; }
  .p-tab-docs__item {
    margin: 0 -1px -1px 0;
    display: flex;
    padding: 18px 18px 22px 23px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    transition: box-shadow ease .3s, border ease .3s, background ease .3s; }
    .p-tab-docs__item:hover {
      border-color: #fff;
      border-color: var(--stroke_black_hover);
      background-color: #fff;
      background-color: var(--card_bg_hover_black);
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1); }
    .p-tab-docs__item:nth-child(-n+2) {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .p-tab-docs__item:nth-last-child(-n+2) {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .p-tab-docs__item-icon {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 21px; }
  .p-tab-docs__item-title {
    font-weight: 500;
    color: #222;
    color: var(--white_text_black); }
    .p-tab-docs__item-title:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .p-tab-docs__item-size {
    font-size: .86667em;
    line-height: calc(1em + 7px);
    color: #999; }

.p-tab-props {
  font-size: .9375rem;
  line-height: calc(1em + 7px); }
  .p-tab-props tr {
    border-bottom: 1px solid var(--stroke_black); }
  .p-tab-props td {
    color: #666;
    color: var(--lite_basic_text_black);
    width: 50%;
    padding: 12px 0 12px 0; }
  .p-tab-props .cell_value {
    padding-left: 16px; }

.p-tab-review__header {
  display: flex;
  align-items: baseline;
  margin: 0 0 25px 0;
  color: #333;
  color: var(--white_text_black);
  font-size: 1.5rem;
  line-height: calc(1em + 7px);
  font-weight: 500; }

.p-tab-review__count {
  font-size: .875rem;
  line-height: calc(1em + 7px);
  color: #999;
  margin-left: 11px; }

.p-tab-review__body {
  display: flex;
  gap: 70px; }

.p-tab-review__left {
  flex: 1; }

.p-tab-review__right {
  max-width: 355px;
  width: 100%;
  flex: 1;
  position: relative; }

.p-tab-review__photos {
  margin-bottom: 36px; }

.p-tab-review__photos-title {
  color: #222;
  color: var(--white_text_black);
  font-size: .875rem;
  margin-bottom: 6px; }

.p-tab-review__photos-list {
  max-width: 908px; }
  .p-tab-review__photos-list .lazy-img-wrap {
    padding-bottom: 100%;
    position: relative;
    border-radius: 8px; }
  .p-tab-review__photos-list .lazy-img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }

.p-tab-review__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px; }
  .p-tab-review__filters .form-group {
    margin-bottom: 0 !important; }

.p-tab-review__comments {
  margin-top: 24px;
  display: grid;
  gap: 24px; }

.p-tab-video .video-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px;
  margin-bottom: 30px; }
  @media (max-width: 766.75px) {
    .p-tab-video .video-section {
      margin: 0px -5px;
      margin-bottom: 20px; } }
  .p-tab-video .video-section__item {
    padding: 14px;
    width: 100%; }
    @media (max-width: 766.75px) {
      .p-tab-video .video-section__item {
        padding: 5px; } }
  .p-tab-video .video-section--two .video-section__item {
    width: 50%; }
    @media (max-width: 766.75px) {
      .p-tab-video .video-section--two .video-section__item {
        width: 100%; } }
  .p-tab-video .video-section--three .video-section__item {
    width: 50%; }
    @media (max-width: 766.75px) {
      .p-tab-video .video-section--three .video-section__item {
        width: 100%; } }
    .p-tab-video .video-section--three .video-section__item:last-child {
      width: 100%; }
  .p-tab-video .video-section--four .video-section__item {
    width: 50%; }
    @media (max-width: 766.75px) {
      .p-tab-video .video-section--four .video-section__item {
        width: 100%; } }
  .p-tab-video .video-section--five .video-section__item {
    width: 50%; }
    @media (max-width: 766.75px) {
      .p-tab-video .video-section--five .video-section__item {
        width: 100%; } }
    .p-tab-video .video-section--five .video-section__item:first-child {
      width: 100%; }

.photos-grid-gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px; }
  .photos-grid-gallery .lazy-img-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1em;
    height: 100%;
    line-height: 1.417em;
    pointer-events: none;
    width: 100%; }
  .photos-grid-gallery .lazy-img-wrap[data-count-xl]::after {
    content: "+" attr(data-count-xl); }

.comment {
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  padding: 24px; }
  .comment__header {
    margin-bottom: 20px; }
  .comment__header-inner {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .comment__title {
    font-size: 1rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
  .comment__date {
    color: #999;
    font-size: .875rem;
    line-height: calc(1em + 7px); }
  .comment__rating {
    align-items: center;
    display: flex;
    gap: 12px; }
  .comment__stars {
    display: flex;
    gap: 1px;
    fill: #ccc; }
    .comment__stars .filled {
      fill: #ffb45b; }
  .comment__info {
    font-size: .8125rem;
    line-height: calc(1em + 7px);
    color: #25a70f; }
  .comment__main {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .comment__main-item {
    color: #555;
    color: var(--basic_text_black);
    font-size: 1rem;
    line-height: calc(1em + 7px); }
    .comment__main-item::before {
      color: var(--white_text_black);
      content: attr(data-label) ": ";
      display: inline;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.625em; }
  .comment__main-photos-title {
    font-size: .875rem;
    color: #222;
    color: var(--white_text_black);
    font-weight: 500;
    margin-bottom: 6px; }
  .comment__main-photos-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 12px; }
  .comment__photo {
    padding-bottom: 100%;
    position: relative; }
    .comment__photo img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .comment__main-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px; }
  .comment__main-meta-rating {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-right: 14px; }
    .comment__main-meta-rating a {
      display: flex;
      align-items: center;
      margin-right: 5px;
      color: #222;
      color: var(--white_text_black);
      opacity: 0.35; }
      .comment__main-meta-rating a:hover {
        opacity: 1;
        color: #000;
        color: var(--fill_dark_lite_hover); }
        .comment__main-meta-rating a:hover svg {
          stroke: var(--theme-base-color); }
    .comment__main-meta-rating svg {
      margin-right: 3px;
      fill: rgba(0, 0, 0, 0);
      stroke: var(--fill_dark_light); }
  .comment__main-meta-link {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    font-size: .875rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .comment__main-meta-link:hover {
      cursor: pointer;
      color: #000;
      color: var(--fill_dark_lite_hover);
      text-decoration: none; }
  .comment__main-form {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s; }
    .comment__main-form.opened {
      max-height: 1000px; }

.comment-form {
  padding: 35px 32px 26px;
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr; }
  .comment-form__full {
    grid-column: 2 span; }

.comment-add-form {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s; }
  .comment-add-form.opened {
    max-height: 1000px; }

.files__list {
  margin-bottom: 10px; }

.files__btn {
  cursor: pointer;
  color: #9e9e9e;
  color: var(--theme-base-color);
  font-size: .75rem;
  line-height: calc(1em + 7px);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none; }

@media (max-width: 1199.75px) {
  .p-tab-review__body {
    flex-direction: column-reverse;
    gap: 30px; }
  .p-tab-review__right {
    max-width: 100%; }
  .grid-list--review {
    padding: 0; }
    .grid-list--review .grid-list__item-rating {
      margin: 0; }
    .grid-list--review .grid-list__item-inner {
      padding: 0;
      box-shadow: none;
      background: rgba(0, 0, 0, 0);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .grid-list--review .grid-list__item-inner .btn {
        width: auto; } }

@media (max-width: 991.75px) {
  .photos-grid-gallery {
    grid-template-columns: repeat(8, 1fr); }
    .photos-grid-gallery .lazy-img-wrap[data-count-md]::after {
      content: "+" attr(data-count-md); }
    .photos-grid-gallery .lazy-img-wrap:nth-child(9),
    .photos-grid-gallery .lazy-img-wrap:nth-child(10) {
      display: none; } }

@media (max-width: 767.75px) {
  .tabs-nav-v2 {
    margin-right: -24px; }
  .photos-grid-gallery {
    grid-template-columns: repeat(6, 1fr); }
    .photos-grid-gallery .lazy-img-wrap[data-count-sm]::after {
      content: "+" attr(data-count-sm); }
    .photos-grid-gallery .lazy-img-wrap:nth-child(7),
    .photos-grid-gallery .lazy-img-wrap:nth-child(8) {
      display: none; }
  .p-tab-docs {
    grid-template-columns: 100%; }
    .p-tab-docs__item {
      border-radius: 0 !important; }
      .p-tab-docs__item:nth-child(-n+1) {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important; }
      .p-tab-docs__item:nth-last-child(-n+1) {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important; } }

@media (max-width: 600.75px) {
  .product-main__detail {
    margin-top: 16px; }
  .product-main__rating {
    margin: 0;
    margin-bottom: 5px; }
  .photos-grid-gallery {
    grid-template-columns: repeat(5, 1fr); }
    .photos-grid-gallery .lazy-img-wrap[data-count-xs]::after {
      content: "+" attr(data-count-xs); }
    .photos-grid-gallery .lazy-img-wrap:nth-child(6) {
      display: none; }
  .p-tab-docs__item {
    padding: 40px 36px;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .p-tab-docs__item-icon {
    margin: 0 0 17px; }
  .comment-form {
    grid-template-columns: 1fr; }
    .comment-form .comment-form__full {
      grid-column: span 1; } }

@media (max-width: 419.75px) {
  .photos-grid-gallery {
    grid-template-columns: repeat(4, 1fr); }
    .photos-grid-gallery .lazy-img-wrap[data-count-420]::after {
      content: "+" attr(data-count-420); }
    .photos-grid-gallery .lazy-img-wrap:nth-child(5) {
      display: none; } }

@media (max-width: 374.75px) {
  .photos-grid-gallery {
    grid-template-columns: repeat(3, 1fr); }
    .photos-grid-gallery .lazy-img-wrap[data-count-375]::after {
      content: "+" attr(data-count-375); }
    .photos-grid-gallery .lazy-img-wrap:nth-child(4) {
      display: none; } }

.lazy-video {
  position: relative;
  height: 500px;
  max-width: 100%; }
  .lazy-video .lazy-video.loaded ~ .preloader {
    display: none; }

.lazy-video-youtube-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  max-width: 1920px; }
  .lazy-video-youtube-wrapper .lazy-video-youtube {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    height: 100%; }

.product-col__title {
  margin-top: 48px;
  margin-bottom: 25px;
  font-size: 20px;
  color: var(--white_text_black); }

.product-col__grid {
  display: grid;
  gap: 12px;
  grid-template-areas: "product plus kit equal result";
  grid-template-columns: 230px 12px auto 12px 230px; }
  @media (max-width: 1198.75px) {
    .product-col__grid {
      gap: 12px;
      grid-template-areas: "product plus kit" "equal equal equal" "result result result";
      grid-template-columns: 230px 12px auto; } }
  @media (max-width: 766.75px) {
    .product-col__grid {
      gap: 8px;
      grid-template-areas: "product" "plus" "kit" "equal" "result";
      grid-template-columns: 1fr; } }

.product-col__items {
  grid-area: kit;
  align-self: center;
  max-height: 350px;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid var(--stroke_black); }

.product-col__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 27px 11px 20px;
  font-size: 15px; }
  .product-col__item:not(:last-child) {
    border-bottom: 1px solid var(--stroke_black); }
  .product-col__item-img {
    width: 48px;
    height: 48px;
    position: relative;
    flex-shrink: 0; }
    .product-col__item-img .lazy-img-wrap {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      left: 0; }
      .product-col__item-img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .product-col__item-body {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    gap: 20px; }
    @media (max-width: 599.75px) {
      .product-col__item-body {
        flex-direction: column;
        gap: 0;
        align-items: flex-start; } }
  .product-col__item a {
    color: var(--white_text_black); }
    .product-col__item a:hover {
      color: var(--fill_dark_lite_hover); }
  .product-col__item-price {
    display: flex;
    gap: 4px;
    flex-basis: 50%;
    justify-content: flex-end;
    white-space: nowrap; }
  .product-col__item-control {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    fill: #999999; }
    .product-col__item-control:hover {
      cursor: pointer; }
  .product-col__item--disabled {
    opacity: .5; }
    .product-col__item--disabled .product-col__item-control .icon {
      transform: rotate(45deg); }
  .product-col__item--main {
    grid-area: product;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--stroke_black); }
    @media (min-width: 767.75px) {
      .product-col__item--main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px; }
        .product-col__item--main .product-col__item-img {
          width: 140px;
          height: 140px; }
        .product-col__item--main .product-col__item-body {
          gap: 0;
          font-weight: 400;
          font-size: 15px;
          flex-direction: column;
          justify-content: center;
          flex-grow: 0; }
        .product-col__item--main .product-col__item-price {
          font-weight: 500; } }
    @media (max-width: 766.75px) {
      .product-col__item--main .product-col__item-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 0; } }

.product-col__plus {
  grid-area: plus;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #999999; }
  @media (max-width: 766.75px) {
    .product-col__plus {
      justify-content: center;
      line-height: .5; } }

.product-col__equal {
  grid-area: equal;
  font-size: 20px;
  line-height: .5;
  display: flex;
  align-items: center;
  color: #999999; }
  @media (max-width: 1198.75px) {
    .product-col__equal {
      justify-content: center; } }

.product-col__summ {
  grid-area: result;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background-color: var(--darkerblack_bg_black);
  overflow: hidden;
  border: 1px solid var(--stroke_black); }
  @media (max-width: 1198.75px) {
    .product-col__summ {
      flex-direction: row;
      justify-content: space-between; } }
  .product-col__summ-total {
    color: var(--white_text_black);
    font-weight: 500;
    font-size: 24px; }
  .product-col__summ-btn {
    height: 35px; }

.fancybox__container {
  --fancybox-color: var(--stroke_black);
  --fancybox-bg: #fff; }

/* End */


/* Start:/local/templates/light/components/webdebug/propsorter/.default/style.css?1752611429251*/
.p-tab-props tr.row_empty td, .p-tab-props tr.row_empty {border-bottom:0;}
.p-tab-props tr.row_empty td:before {content:'\00a0\00a0'; display:block; height:0.5em; line-height:0.5em; overflow:hidden;}
.p-tab-props tr.row_header td {font-weight:bold;}
/* End */


/* Start:/html/components-template/products-slider/style.css?1752611429731*/
.products-slider {
  padding-bottom: 80px; }
  .products-slider__header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .products-slider__slider .product-card-wrap {
    height: 100% !important; }
  .products-slider__slider .product-card {
    border: 1px solid #ededed;
    border-color: var(--stroke_black); }
    .products-slider__slider .product-card:hover {
      border: 1px solid #ededed;
      border-color: var(--stroke_black);
      box-shadow: none; }

@media (max-width: 600.75px) {
  .products-slider .splide__track {
    margin: 0 -24px;
    padding: 0 24px !important; }
  .products-slider .splide__slide {
    width: 260px; } }

/* End */


/* Start:/html/components-template/mixin__product-card/style.css?17526114297834*/
.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  background: var(--card_bg_black);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid rgba(0, 0, 0, 0); }
  .product-card:hover {
    border-color: #fafafa;
    border-color: var(--lite_bg_black);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    z-index: 1; }
    .product-card:hover .product-card__title {
      color: #9e9e9e;
      color: var(--fill_dark_lite_hover); }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%; }
  .product-card__top {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin: 0 auto;
    text-align: center;
    display: block; }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -2px;
    display: flex;
    flex-wrap: wrap; }
  .product-card__images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex: 1;
    padding-bottom: 10px; }
  .product-card__image {
    flex-grow: 1; }
    .product-card__image.active .product-card__image-pic {
      opacity: 1; }
  .product-card__image-span {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative; }
  .product-card__image-pic {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px; }
    .product-card__image-pic img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .product-card__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; }
  .product-card__dots span {
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(136, 136, 136, 0.5);
    border-radius: 100%; }
  .product-card__dots span.active {
    background-color: var(--light, #222) var(--dark, #fff); }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto; }
  .product-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 4px;
    color: #222;
    color: var(--white_text_black); }
  .product-card__price-new {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: calc(1em + 7px);
    padding-right: 6px; }
  .product-card__price-old {
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #999;
    text-decoration: line-through; }
  .product-card__title {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: calc(1em + 7px);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    color: #222;
    color: var(--white_text_black); }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 4px; }
  .product-card__rating {
    display: flex;
    align-items: baseline; }
    .product-card__rating .icon {
      fill: #ffb45b; }
    .product-card__rating span {
      color: #222;
      color: var(--white_text_black);
      padding-left: 4px;
      padding-right: 2px;
      font-size: 0.8125rem;
      line-height: 0; }
  .product-card__rating--zero .icon {
    fill: #ccc; }
  .product-card__stock {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px);
    color: #39a380; }
  .product-card__sku {
    color: #777;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 11px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 103px; }
    .product-card__btns.preloader .product-card__buy {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
    .product-card__btns.preloader .counter {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
      .product-card__btns.preloader .counter input {
        color: rgba(0, 0, 0, 0); }
      .product-card__btns.preloader .counter span {
        opacity: 0; }
  .product-card__more {
    display: none; }
  .product-card__favorite, .product-card__compare {
    cursor: pointer;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.1s ease;
    opacity: 0.35; }
    .product-card__favorite .icon, .product-card__compare .icon {
      fill: var(--fill_dark_light); }
    .product-card__favorite.active, .product-card__favorite:hover, .product-card__compare.active, .product-card__compare:hover {
      opacity: 1; }
      .product-card__favorite.active .icon, .product-card__favorite:hover .icon, .product-card__compare.active .icon, .product-card__compare:hover .icon {
        fill: #9e9e9e;
        fill: var(--fill_dark_lite_hover); }
  .product-card__favorite {
    margin-left: 8px; }
  .product-card__offers {
    display: none; }
  .product-card__offers-line {
    margin-top: 10px; }
  .product-card__offers-title {
    padding-bottom: 2px;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #666;
    color: var(--lite_basic_text_black); }
  .product-card__offers-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 6px; }
  .product-card__offers-item {
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    height: 28px;
    width: 28px;
    font-size: 0;
    border: 3px solid var(--white_text_black_reverse);
    box-shadow: 0 0 0 1px var(--stroke_black, #9e9e9e); }
    .product-card__offers-item.text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.875rem;
      width: auto;
      padding: 0 7px;
      color: var(--white_text_black); }
    .product-card__offers-item:hover {
      box-shadow: none; }
    .product-card__offers-item.active {
      box-shadow: 0 0 0 1.5px var(--theme-base-color); }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card-wrap {
    width: 260px;
    min-width: 260px; }
    .product-card-wrap:not(:last-child) {
      margin-right: 24px; }
  .product-card__top-badges {
    display: none; }
  .product-card__dots {
    display: none; }
  .product-card__offers {
    display: none !important; }
  .product-card--offers .product-card__more {
    display: flex; }
  .product-card--offers .product-card__buy {
    display: none; }
  .product-card--offers .counter {
    display: none !important; } }

/* End */


/* Start:/html/components-template/mixin__countdown/style.css?1752611429477*/
.countdown {
  padding-left: 4px;
  display: flex; }
  .countdown__item {
    text-transform: lowercase;
    color: #222;
    color: var(--white_text_black);
    padding: 4px 3px 0 3px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 25px;
    font-weight: 700; }
    .countdown__item:not(:last-child)::after {
      letter-spacing: -3px;
      content: ':';
      position: relative;
      left: 1px; }

/* End */
/* /html/components-template/product/style.css?175261142932309 */
/* /local/templates/light/components/webdebug/propsorter/.default/style.css?1752611429251 */
/* /html/components-template/products-slider/style.css?1752611429731 */
/* /html/components-template/mixin__product-card/style.css?17526114297834 */
/* /html/components-template/mixin__countdown/style.css?1752611429477 */
