

/* Start:/html/components-template/cart/style.css?174430893615447*/
.cart .rowblock {
  display: flex;
  gap: 30px; }
  .cart .rowblock__left {
    width: 75%; }
    @media (max-width: 1198.75px) {
      .cart .rowblock__left {
        width: 100%; } }
  .cart .rowblock__right {
    width: 25%;
    min-width: 290px; }
    @media (max-width: 1198.75px) {
      .cart .rowblock__right {
        width: 100%; } }
  @media (max-width: 1198.75px) {
    .cart .rowblock {
      flex-direction: column; } }

.cart .form-control {
  border-radius: 0px; }

.cart-form__block {
  border: 1px solid #e8e9eb;
  border-color: var(--stroke_black);
  margin-bottom: 30px; }

.cart-form__header {
  padding-top: 31px;
  padding: 26px 35px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  gap: 10px; }
  @media (max-width: 766.75px) {
    .cart-form__header {
      padding: 16px 16px 0px; } }

.cart-form__title {
  margin: 0;
  color: #000;
  color: var(--white_text_black);
  min-height: 20px;
  vertical-align: middle;
  font-size: 1.3333rem;
  padding-right: 30px;
  font-weight: 500; }

.cart-form__section {
  padding: 26px 35px 0;
  padding-bottom: 30px; }
  @media (max-width: 766.75px) {
    .cart-form__section {
      padding: 16px; } }

.cart-form__form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  @media (max-width: 766.75px) {
    .cart-form__form {
      gap: 20px; } }

.cart-form__field {
  flex: 0 0 100%; }
  .cart-form__field--2 {
    flex: 0 0 calc(50% - 16px); }
    @media (max-width: 766.75px) {
      .cart-form__field--2 {
        flex: 0 0 100%; } }

.cart-form__more {
  margin-top: 40px; }
  @media (max-width: 766.75px) {
    .cart-form__more {
      margin-top: 20px; } }

.cart-form__delivery-period {
  color: var(--lite_basic_text_black);
  font-size: 0.9333em;
  line-height: 1.501em; }

.cart-form__delivery-cost {
  font-weight: 700;
  color: #fff;
  color: var(--white_text_black);
  font-size: 0.9333em;
  line-height: 1.501em; }

.cart-form__delivery-descr {
  margin-top: 22px;
  font-size: 13px;
  line-height: 20px; }

.cart-form__additional {
  padding: 20px 0px; }

.cart-form__subtitle {
  font-size: 1.2em;
  line-height: calc(1em + 5px);
  margin-bottom: 10px; }

.cart-form__city-picker {
  border-bottom: 1px dotted;
  font-size: 0.867rem;
  line-height: 1.4;
  cursor: pointer;
  color: var(--fill_dark_lite_white_hover); }
  @media (min-width: 1024px) {
    .cart-form__city-picker:hover {
      cursor: pointer;
      color: var(--fill_dark_lite_hover); } }

.person-type {
  display: flex;
  gap: 15px; }

.form-group.form-group--person-type label {
  padding-left: 0;
  font-size: 0.928em;
  line-height: 20px;
  position: relative; }
  .form-group.form-group--person-type label:before {
    position: absolute;
    content: "";
    display: none; }

.form-group.form-group--person-type .radio input:checked ~ label:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--theme-base-color); }

.cart-checkout-sticky {
  position: sticky;
  top: 100px; }

.cart-empty {
  text-align: center;
  padding: 40px 83px 46px 83px;
  border: 1px solid #e4e4e4;
  max-width: 996px;
  margin: auto;
  margin-top: 40px; }
  @media (max-width: 766.75px) {
    .cart-empty {
      padding: 20px 10px 24px 10px; } }
  .cart-empty__title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px; }
    @media (max-width: 766.75px) {
      .cart-empty__title {
        font-size: 18px;
        margin-bottom: 26px; } }
  .cart-empty__descr {
    font-size: 16px;
    margin-bottom: 36px; }
    @media (max-width: 766.75px) {
      .cart-empty__descr {
        font-size: 12px;
        margin-bottom: 24px; } }

@media (max-width: 990.75px) {
  .cart-map {
    flex-direction: column; } }

.cart-map__item {
  margin-bottom: 20px; }

.cart-map__title {
  margin-bottom: 6px; }

.cart-map__left {
  width: 45%;
  padding-right: 15px; }
  @media (max-width: 990.75px) {
    .cart-map__left {
      width: auto; } }

.cart-map__right {
  width: 100%; }

.cart-map .map {
  width: 100%;
  height: 250px; }

.cart-products {
  margin-bottom: 30px; }
  .cart-products .search-results-card {
    align-items: stretch; }
  .cart-products .search-results-card__image {
    width: 74px;
    height: 74px; }
  .cart-products .search-results-card__labels {
    position: absolute; }
  .cart-products .product-card__label:not(.product-card__discount) {
    display: none; }
  .cart-products .search-results-card__content {
    margin-left: 20px; }
    @media (max-width: 766.75px) {
      .cart-products .search-results-card__content {
        margin-left: 0px; } }
  .cart-products .search-results-card__row {
    margin-top: auto; }
  .cart-products .search-results-card__content {
    display: flex;
    flex-direction: column; }
  .cart-products .search-results-card__code {
    font-size: 14px; }
  .cart-products .search-results-card__title {
    -webkit-line-clamp: 2;
    font-size: 16px; }
  .cart-products .search-results-card__control {
    align-items: flex-start; }
  .cart-products .search-results-card__delete {
    display: flex;
    align-items: center;
    margin-top: 5px; }

.cart-checkout {
  border: 1px solid #ececec;
  border-color: var(--stroke_black);
  border-radius: 3px;
  padding: 22px 28px;
  display: flex;
  flex-direction: column; }
  .cart-checkout__submit {
    padding-top: 20px;
    margin: 0 -29px -23px; }
    .cart-checkout__submit .btn {
      max-width: none;
      width: 100%;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
  .cart-checkout__d, .cart-checkout__t {
    background-color: var(--black_bg_black);
    line-height: 26px; }
  .cart-checkout__d {
    padding-right: 10px; }
  .cart-checkout__t {
    padding-left: 10px; }
  .cart-checkout__scroll-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 17px;
    color: var(--white_text_black);
    line-height: 25px; }
    .cart-checkout__scroll-info-title {
      padding-right: 10px;
      font-weight: 700; }
    .cart-checkout__scroll-info-value span {
      cursor: pointer;
      border-bottom: 1px dotted; }
  .cart-checkout__delivery-info {
    font-size: 0.867em;
    line-height: 1.5379em; }
  .cart-checkout__promo {
    margin-top: 20px;
    position: relative; }
    .cart-checkout__promo-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px; }
    .cart-checkout__promo-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2px 0px;
      font-size: 14px;
      position: relative; }
      .cart-checkout__promo-item:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        border-bottom: 1px dashed var(--white_text_black);
        top: 50%;
        transform: translateY(-50%);
        z-index: -1; }
      .cart-checkout__promo-item-name {
        padding-right: 20px;
        background-color: var(--black_bg_black); }
      .cart-checkout__promo-item-status {
        padding-left: 10px;
        white-space: nowrap;
        background-color: var(--black_bg_black);
        display: flex;
        align-items: center;
        flex: 0 0 auto; }
      .cart-checkout__promo-item-remove {
        background-color: var(--black_bg_black);
        flex: 0 0 auto;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 1024px) {
          .cart-checkout__promo-item-remove:hover {
            cursor: pointer;
            fill: var(--fill_dark_lite_hover); } }
    .cart-checkout__promo-submit {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px; }
      .cart-checkout__promo-submit:before {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background-color: var(--white_text_black);
        position: absolute;
        right: 1px;
        top: 50%;
        margin-top: -1px;
        z-index: 2; }
      .cart-checkout__promo-submit:after {
        position: absolute;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-right: 2px solid #8da3ad;
        border-bottom: 2px solid #8da3ad;
        border-right-color: var(--white_text_black);
        border-bottom-color: var(--white_text_black);
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        cursor: pointer;
        z-index: 3; }
  .cart-checkout__total-line {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: 0.8666em;
    position: relative;
    overflow: hidden; }
    .cart-checkout__total-line--totals {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 13px;
      color: var(--white_text_black); }
    .cart-checkout__total-line:not(.cart-checkout__total-line--totals):before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      border-bottom: 1px dashed var(--white_text_black);
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }

.cart-form-radio {
  padding: 22px 22px 22px;
  margin: 0;
  font-size: 1rem;
  z-index: 1;
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  width: 100%; }
  .cart-form-radio--2 {
    width: calc(50% - 16px); }
    @media (max-width: 766.75px) {
      .cart-form-radio--2 {
        flex: 0 0 100%; } }
  .cart-form-radio--3 {
    width: calc(33% - 18px); }
    @media (max-width: 766.75px) {
      .cart-form-radio--3 {
        flex: 0 0 100%; } }

.form-group.cart-form-radio__header .radio {
  width: 100%; }

.form-group.cart-form-radio__header label {
  width: 100%;
  padding-left: 0px;
  display: flex;
  font-size: 16px;
  line-height: 26px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between; }
  .form-group.cart-form-radio__header label:before {
    position: relative;
    display: inline-block; }

.cart-product {
  display: grid;
  grid-template-columns: 10% auto 165px 200px 100px;
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  padding: 31px 29px;
  margin-bottom: 15px; }
  @media (max-width: 990.75px) {
    .cart-product {
      grid-template-columns: 10% auto 165px 110px 100px; } }
  @media (max-width: 766.75px) {
    .cart-product {
      padding: 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }
  .cart-product__image {
    padding-bottom: 100%;
    position: relative; }
    .cart-product__image .lazy-img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .cart-product__image .lazy-img-wrap img {
        border-radius: 8px;
        max-width: 100%;
        max-height: 100%; }
    @media (max-width: 766.75px) {
      .cart-product__image {
        width: 75px;
        order: 1;
        padding-bottom: 0px;
        height: 75px; } }
  .cart-product__content {
    padding-left: 20px; }
    @media (max-width: 766.75px) {
      .cart-product__content {
        order: 2;
        width: calc(100% - 100px);
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px; } }
  .cart-product__title {
    font-weight: normal;
    font-size: 1em;
    text-decoration: none;
    color: var(--white_text_black);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    overflow: hidden; }
  .cart-product__type {
    display: flex;
    align-items: center;
    margin-top: 5px; }
    .cart-product__type-prop {
      color: #999;
      font-size: 14px;
      padding-top: 4px; }
    .cart-product__type-val {
      olor: var(--white_text_black);
      font-size: 14px;
      font-weight: normal;
      padding-top: 4px; }
  .cart-product__counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 20px; }
    .cart-product__counter-value {
      margin-top: 3px;
      font-size: 13px;
      color: #999; }
    @media (max-width: 766.75px) {
      .cart-product__counter {
        order: 4;
        width: 50%;
        margin: 0px;
        margin-right: 20; } }
  .cart-product__price {
    display: flex;
    justify-content: flex-end;
    color: var(--white_text_black);
    text-align: right; }
    @media (max-width: 766.75px) {
      .cart-product__price {
        order: 5;
        width: 50%;
        padding-left: 10px; } }
  .cart-product__control {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 766.75px) {
      .cart-product__control {
        order: 3;
        flex-direction: column;
        gap: 15px;
        width: 20px; } }
    .cart-product__control-item {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-left: 20px;
      transition: all 0.3s ease;
      fill: #999; }
      @media (max-width: 766.75px) {
        .cart-product__control-item {
          margin-left: 0px; } }
      @media (min-width: 1024px) {
        .cart-product__control-item:hover {
          cursor: pointer; }
          .cart-product__control-item:hover .icon {
            fill: var(--fill_dark_lite_hover); } }
  .cart-product .price {
    font-size: 18px;
    font-weight: 500; }
  .cart-product__badges {
    display: flex; }
  .cart-product .counter {
    background-color: var(--darkgrey_bg_black); }
    .cart-product .counter .counter__count {
      color: var(--white_text_black); }
    .cart-product .counter .counter__action:before,
    .cart-product .counter .counter__action:after {
      background-color: #979797; }

.cart-city-picker {
  max-height: 80px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px; }
  .cart-city-picker__suggestions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px; }
  .cart-city-picker.start {
    max-height: 0px;
    margin-bottom: 0px; }

.cart-form-selfdelivery {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .cart-form-selfdelivery__title {
    font-size: 1.2em;
    line-height: calc(1em + 5px); }
  .cart-form-selfdelivery__descr {
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px; }

.cart-range {
  margin-top: 16px; }
  .cart-range .noUi-handle-lower {
    opacity: 0;
    visibility: hidden; }
  .cart-range .popup-range:not(:last-child) {
    margin-bottom: 20px; }
  .cart-range .popup-range .no-ui-slider .noUi-handle::after {
    background-color: var(--theme-base-color);
    width: 14px;
    height: 14px; }
  .cart-range .popup-range .no-ui-slider .noUi-value {
    transform: translate(-50%, 70%); }
  .cart-range .noUi-pips-horizontal {
    height: auto; }
  .cart-range .popup-range__subtitle {
    margin-bottom: 0; }
  .cart-range .popup-range__pay {
    display: flex;
    gap: 4px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 26px; }
  .cart-range .popup-range__pay-cost {
    font-size: 16px;
    font-weight: 600; }

/* End */


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

.product__section {
  margin: 3.25rem 0 -0.55rem; }
  @media (max-width: 599.75px) {
    .product__section {
      margin-top: 26px; } }
  @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;
    overflow: hidden; }
  .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;
    height: calc(100% - 120px);
    align-self: center; }
    .product-gallery__thumbs .splide__arrow {
      width: 100%;
      height: 36px;
      border-radius: 8px; }
    .product-gallery__thumbs .splide__arrow--prev {
      top: -10px;
      transform: translate(-50%, -100%); }
    .product-gallery__thumbs .splide__arrow--next {
      bottom: -10px;
      transform: translate(-50%, 100%); }
    .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%;
      object-fit: contain;
      border-radius: 6px; }
  .product-gallery__main {
    overflow: hidden;
    flex: 1; }
    @media (max-width: 766.75px) {
      .product-gallery__main {
        padding-bottom: 30px; }
        .product-gallery__main .splide__pagination__page {
          margin: 0 2px;
          display: inline-block;
          width: 12px;
          height: 2px;
          background: rgba(136, 136, 136, 0.5);
          border-radius: 0;
          transform: none;
          box-shadow: none; }
          .product-gallery__main .splide__pagination__page.is-active {
            background-color: var(--white_text_black); } }
    .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; }

.product__table {
  border: 1px solid var(--stroke_black);
  border-radius: 8px;
  padding-bottom: 10px; }
  .product__table .product-block-table__head {
    background-color: var(--darkerblack_bg_black); }

@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__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); }
    @media (max-width: 599.75px) {
      .product-main__title {
        font-size: 1.25rem;
        margin-bottom: 5px; } }
  .product-main__detail {
    margin: -16px 0 31px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 599.75px) {
      .product-main__detail {
        margin-bottom: 20px; } }
  .product-main__rating {
    color: #222;
    color: var(--white_text_black);
    font-size: 0.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: 0.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: 0.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: 0.875rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
  .grid-list__item-more {
    margin-top: 10px;
    display: inline-block;
    font-size: 0.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 a {
      width: 100%;
      height: 100%;
      display: inline-block; }
    .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: 0.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;
    min-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: 4px 12px; }
    .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: 0.875rem;
      line-height: calc(1em + 7px); }
  .grid-list__item-text {
    margin-top: 13px;
    color: #999;
    font-size: 0.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: 0.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: 0.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; }

.gl-forms__item--hover:hover {
  color: #000;
  color: var(--fill_dark_lite_hover); }
  .gl-forms__item--hover:hover .gl-forms__item-icon {
    fill: var(--fill_dark_lite_hover); }
  .gl-forms__item--hover: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: 0.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;
    margin-bottom: 20px; }
  .grid-list--right {
    margin-bottom: 0;
    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 0.3s, border ease 0.3s, background ease 0.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: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999; }

.p-tab-props {
  font-size: 0.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: 0.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: 0.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; }

.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: 0.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: 0.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: 0.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: 0.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: 0.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: -12px; }
  .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: 0px; }
  .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; } }

.product-col__title {
  margin-top: 48px;
  margin-bottom: 25px;
  font-size: 20px;
  color: var(--white_text_black); }
  @media (max-width: 599.75px) {
    .product-col__title {
      margin-top: 32px; } }

.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: 0.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: 0.5; } }

.product-col__equal {
  grid-area: equal;
  font-size: 20px;
  line-height: 0.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__backdrop {
  background-color: #ffffff !important; }

.fancybox__toolbar .f-button {
  background-color: #fff;
  color: #999999; }

img.f-thumbs__slide__img {
  object-fit: contain; }

.fancybox__container {
  --fancybox-color: #333;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8); }

.fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;
  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none; }

.fancybox__toolbar {
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-shadow: none; }

.fancybox__slide {
  padding: 12px 0px; }

.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0; }

.fancybox__thumbs.is-classic .f-thumbs__slide {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s; }

.fancybox__thumbs.is-classic .f-thumbs__slide:hover,
.fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
  border: 1px solid #6b7280; }

/* End */


/* Start:/html/components-template/mixin__no-ui-slider/style.css?17443089366884*/
.no-ui-slider:not(:last-child) {
  margin-bottom: 12px; }

.no-ui-slider__title {
  color: #555;
  color: var(--basic_text_black); }

.no-ui-slider__inputs {
  max-width: 208px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--input_color);
  box-shadow: none;
  border: 1px solid #dadada;
  border-color: var(--input_border_color);
  height: 47px;
  padding: 6px 14px;
  background: #fff;
  background-color: var(--input_bg_color);
  font-size: 16px;
  line-height: calc(1em + 4px);
  border-radius: 8px;
  position: relative; }

.no-ui-slider__input-from, .no-ui-slider__input-to {
  width: 50%;
  flex-shrink: 0;
  background: 0 0;
  border: none;
  height: 100%;
  padding: 0;
  color: var(--input_color);
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: inherit; }

.no-ui-slider__input-to {
  text-align: right; }

.no-ui-slider__ranges.noUi-disabled {
  cursor: not-allowed; }
  .no-ui-slider__ranges.noUi-disabled .noUi-handle {
    pointer-events: none; }

@media (max-width: 767.75px) {
  .no-ui-slider__inputs {
    max-width: 100%; } }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  right: -17px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 1px;
  margin: -1px 18px 8px;
  position: relative;
  zoom: 1;
  background: #ddd;
  z-index: 1; }

.noUi-connects {
  border-radius: 3px;
  overflow: visible; }

.noUi-connect {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  background-color: #9e9e9e;
  background-color: var(--theme-base-color); }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: grab;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .noUi-handle::after {
    font-size: 0;
    content: ".";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    border-radius: 100%;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color); }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/* End */
/* /html/components-template/cart/style.css?174430893615447 */
/* /html/components-template/product/style.css?175792230033646 */
/* /html/components-template/mixin__no-ui-slider/style.css?17443089366884 */
