@media (max-width: 768px) {
  html .mainReviews .online-chat-root.inherit .reviews-list,
  html .catalogReviews .online-chat-root.inherit .reviews-list {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bx-ios .smartfilter > .scroll__wrap {
    margin-bottom: 80px;
  }

  .mbm__filter .mb_filter.active {
    padding-bottom: 120px;
  }

  .filter__section .orderBtnLine {
    position: static;
  }
  .filter__section .filter--bottom-buttons {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9998;
  }
  .filter__section .filter--bottom-buttons .btn.btn--filter {
    height: 40px;
    margin: 0;
  }
  .filter__section .filter--bottom-buttons .clear__filter {
    padding: 12px;
    padding-top: 0;
    background: #fff;
  }

  .filter__section .filter--bottom-buttons .clear__filter .btn:active {
    background: #8a8a8a;
    color: #fff;
    border-color: #8a8a8a;
  }

  .filter__element:not(.active) .filter--items-wrap {
    max-height: 0;
  }
}

.sidebar-home .filter__element {
  -webkit-tap-highlight-color: transparent;
}

html .header .logo {
  width: 80px;
}
@media only screen and (max-width: 460px) {
  html .header .logo {
    width: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .article h1,
  .h1,
  h1 {
    font-size: 26px;
  }
}


.form_privacy {
display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 40px;
}
.form_privacy label {
  cursor: pointer;
}
.wrap_form_partners .btn:disabled, #clients_form .btn:disabled {
  cursor: default;
  background: #ebebeb;
    border-color: #ebebeb;
}
.wrap_form_partners .btn:disabled:hover, #clients_form .btn:disabled:hover {
  cursor: default;
  background: #ebebeb !important;
    border-color: #ebebeb !important;
}


.product-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    transition: opacity .3s ease;
    border-radius: inherit;
    z-index: 2;
}

.product-video.is-playing {
    opacity: 1;
    pointer-events: auto;
}

.detPhotoSmall.has-video::after {
    content: '▶';
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 10px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    padding: 1px 4px;
    pointer-events: none;
}

.video-thumb {
    position: relative;
    overflow: hidden;
}

.checkout-inline-errors {
  margin: 12px 0 0;
  padding: 12px 14px;
  background: #fff5f5;
  border: 1px solid #f5c6c6;
  border-radius: 8px;
  font-size: 13px;
  color: #8b1a1a;
}
.checkout-inline-errors__title {
  font-weight: 500;
  margin: 0 0 6px;
}
.checkout-inline-errors ul {
  margin: 0;
  padding: 0;
}
.checkout-inline-errors li {
  margin: 2px 0;
  padding: 0;
  text-align: left;
}
.checkout-inline-errors li:before {
  display: none;
}
.checkout-field-error input,
.checkout-field-error textarea,
input.checkout-field-error,
textarea.checkout-field-error {
  border-color: #e24b4a !important;
  box-shadow: 0 0 0 2px rgba(226,75,74,0.15) !important;
}

label.checkout-field-error span:last-child::before,
label.checkout-field-error input[type="checkbox"] {
  outline: 2px solid #e24b4a !important;
  border-radius: 3px;
}

#checkout-sms-hint {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

label.checkout-field-error .inpCheck span,
label.inpCheck.checkout-field-error > span:last-child {
  outline: 2px solid #e24b4a;
  border-radius: 3px;
}

.section-description-bottom {
      color: #898989;
}

@media screen and (min-width: 992px) {
  .catItems > li.pageIn, .catItems > li.pageIn {
flex: 1 1 320px;
        max-width: 380px;
        width: 100%;
}
}

@media screen and (min-width: 2150px) {
  .seo-text-with-aside__content {
    max-width: 984px;
      margin: 0 auto;
  }
  .article, .footersec .footer .siteWidth, .buket__footer, .head__padding, .menu__wrap {
        max-width: 2160px;
      margin: 0 auto;
  }
  .siteWidth-main.category__wrap {
    min-height: auto !important;
  }
}




.phone-change-block { margin-top: 16px; }
.phone-change-toggle { color: #d40058; text-decoration: underline; cursor: pointer; }
.phone-change-wrap { margin-top: 16px; padding: 16px; background: #f8f8f8; border-radius: 8px; }
.phone-change-step-title { font-weight: 600; margin-bottom: 8px; }
.phone-change-step-desc { color: #666; margin-bottom: 12px; }
.phone-change-step-2 { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e0e0e0; }
.phone-change-timer { font-size: 13px; color: #888; margin-top: 8px; }
.phone-change-info { margin-top: 12px; min-height: 20px; }
.phone-change-info.error { color: #d40058; }
.phone-change-info.success { color: #2e8b2e; }