/* Пользовательские стили */

.promotions-card__inner {
  position: relative;
}



.product-card__voltage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 12px;
  background: #ABABAB;
  min-width: 60px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 2px;
  pointer-events: none;
}

.product-card__voltage-value {
  color: #FFF;
  font-family: Goldman;
  font-size: 24px;
  line-height: 20px;
}

.product-card__voltage-text {
  color: #FFF;
  font-family: Goldman;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}

.about-us-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0;
  background-color: #F8F8F8;
  background-image: url("/upload/media/about-us-block-bg.png");
}

.about-us-block__inner {
  display: grid;
  grid-template-columns: 610px 1fr;
  gap: 0 66px;
}

.about-us-block__image {
  width: 100%;
  border-radius: 12px;
}

.about-us-block__content {
  color: #646464;
  line-height: 22px;
}

.about-us-block__content .btn {
  margin-top: 40px;
}

@media (max-width: 1549px) {
  .about-us-block__inner {
    grid-template-columns: 450px 1fr;
    gap: 0 50px;
  }
}

@media (max-width: 1199px) {
  .about-us-block__image-wrapper {
    order: 1;
  }
  .about-us-block__inner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .about-us-block__content .btn {
    margin-top: 10px;
  }
}

@media (max-width: 574px) {
  .about-us-block {
    padding: 35px 0;
  }
}

.feedback-form .form-check {
  display: block;
}

.revew-block {
  background: #F8F8F8;
  padding: 35px 0 65px;
}

.text-reviews__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 34px 40px 30px 40px;
}

.text-reviews__card-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.text-reviews__card-avatar {
  width: 81px;
  height: 81px;
  flex-shrink: 0;
  margin-right: 26px;
}

.text-reviews__card-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.text-reviews__card-text p {
  margin: 0;
}

.text-reviews__card-text {
  color: #646464;
  line-height: 22px;
}

.text-reviews__card-date {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
}

.text-reviews__slider-wrap {
  position: relative;
}

.text-reviews__card-name {
  font-weight: 500;
  margin-right: auto;
}

.faq {
  margin: 72px 0;
}

.accordion-button {
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 22px;
  padding: 30px 50px 33px 0 !important;
  box-shadow: none !important;
  background-color: #fff !important;
  position: relative;
  color: #242424;
}

.accordion-button::after {
  position: absolute;
  top: 27px;
  right: -5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus.svg");
  background-size: auto !important;
  transform: none !important;
}

.accordion-button:not(.collapsed) {
  color: #242424;
}

.accordion-button[aria-expanded="true"]::after {
  background-image: url("../images/minus.svg");
}

.accordion-item {
  border: 0 !important;
  border-bottom: 2px solid #ACACAC !important;
  border-radius: 0 !important; 
}
.accordion-body {
  padding: 0 0 33px 0 !important;
  color: #646464;
}

.accordion-body p {
  margin: 0;
}

.video-reviews {
  background: #F8F8F8;
  padding: 35px 0 92px;
}

@media (max-width: 575px) {
  .subcategories__nav-link.swiper-button-prev {
    display: none;
    opacity: 0;
  }
  .subcategories__link {
    min-height: auto;
  }
  .text-reviews__card-avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .text-reviews__card-date {
    margin-top: 15px;
  }

  .text-reviews__card-head {
    margin-bottom: 10px;
  }

  .text-reviews__card-ratings {
    width: 100%;
    margin-top: 10px;
  }

  .text-reviews__card {
    padding: 20px;
  }

  .video-reviews {
    background: #F8F8F8;
    padding: 35px 0;
  }

  .faq {
    margin: 35px 0;
  }
}

.video-reviews__head {
  margin-bottom: 40px;
}

.video-reviews__slider-wrap {
  position: relative;
}

.video-reviews .swiper-button-next.swiper-button-disabled, .video-reviews .swiper-button-prev.swiper-button-disabled,
.revew-block .swiper-button-next.swiper-button-disabled, .revew-block .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (min-width: 1200px) {
  .revew-block .swiper-button-next {
    right: -20px;
  }

  .revew-block .swiper-button-prev {
    left: -20px;
  }

  .video-reviews .swiper-button-next {
    top: 43%;
    right: -20px;
  }

  .video-reviews .swiper-button-prev {
    top: 43%;
    left: -20px;
  }
}

.video-reviews__card {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 33px;
}

.video-reviews__card::before {
  display: block;
  float: left;
  width: 100%;
  padding-top: calc(100% * 284 / 467);
  content: "";
}

.video-reviews__card::after {
  display: block;
  clear: both;
  content: "";
}

.video-reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-reviews__card:hover .video-reviews__bg{
  transform: scale(1.1);
}

.video-reviews__overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-reviews__play {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/play-new.svg");
  width: 50px;
  height: 70px;
}

.video-reviews__title {
  color: #242424;
  font-size: 19px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #F17921;
}

.loadConfigCat {
  z-index: 10;
}

.reviews-list_slice:nth-child(n+4) {
  display: none;
}


@media (min-width: 1200px) {
  .catalog__list .catalog-card {
    transition: transform 0.2s;
  }

  .catalog__list .catalog-card:hover {
    transform: translateY(-5px);
  }

  .catalog__list .catalog-card:first-child,
  .catalog__list .catalog-card:nth-child(5),
  .catalog__list .catalog-card:nth-child(7) {
    grid-row: span 2;
  }

  .catalog__list .catalog-card:nth-child(14),
  .catalog__list .catalog-card:nth-child(15) {
    grid-column: span 2;
  }

  .catalog__list .catalog-card:first-child .catalog-card__inner {
    max-width: 215px;
  }

  .order-details-card--410 {
    max-width: 410px;
  }
}

.order-pay-wrap-btn .btn-primary.w-100 {
  display: block;
  width: auto !important;
  margin-left: auto;
  min-width: 167px;
}

.table {
  vertical-align: middle;
}

.last-view-good-card {
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  color: #242424;
}

.last-view-good-card__thumb {
  margin-right: 8px;
  flex-shrink: 0;
  width: 88px;
  height: 76px;
}

.last-view-good-card__image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.last-view-good-card__body {
  flex-grow: 1;
}

.last-view-good-card__title {
  margin-bottom: 8px;
  line-height: 22px;
}

.last-view-good-card__title a {
  display: -webkit-box;
  overflow:hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.last-view-good-card__link {
  display: inline-flex;
  color: inherit;
}

.last-view-good-card__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled, .last-view-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.last-view-good-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.last-view-good-card__current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.last-view-good-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .last-view-goods .swiper-button-prev {
    left: -20px;
  }

  .last-view-goods .swiper-button-next {
    right: -20px;
  }
}

.last-view-goods {
  margin-bottom: 72px;
}

@media (max-width:991px) {
  .last-view-goods {
    margin-bottom: 50px;
  }
}

@media (max-width:575px) {
  .last-view-goods .swiper-button-prev {
    display: none;
  }

  .last-view-goods {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .last-view-good-card__old-price {
    font-size: 14px;
  }

  .last-view-good-card__current-price {
    font-size: 17px;
    line-height: 20px;
  }

  .last-view-good-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .last-view-good-card__thumb {
    width: 60px;
    height: 60px;
  }

  .last-view-goods .swiper-slide {
    width: 250px;
  }
}

.last-view-goods__slider-wrap {
  position: relative;
}

.review-card__rating {
  margin-bottom: 14px;
}

.review-card__head {
  margin-bottom: 10px;
}

.product-total-card__price-wrap {
  margin-bottom: 12px;
}

.product-total-card__promotions {
  margin-bottom: 24px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-total-card__promotions span {
  color: #F17921;
  font-weight: 700;
  font-size: 20px;
}

.review-count-card__count-reviews a {
  --bs-link-color:#242424;
}

.product-total-card .field-num {
  margin-bottom: 0;
}

.order-details-sub-card__list-description {
  font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
  font-size: 20px;
}

.status {
  background: #19B14B;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 8px;
}

@media (max-width: 575.98px) {
  .promotions-card__sale {
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__current-price {
    font-size: 20px;
    line-height: 24px;
  }

  .promotions-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__description {
    display: none;
  }

  .promotions-card__badge {
    margin: 10px 0;
  }

  .promo .promotions-card {
    width: 220px;
  }

  .promotions-card__price-container {
    gap: 10px 0;
  }

  .promotions-card__inner {
    padding: 14px;
  }

  .promotions-card__image {
    position: static;
    mix-blend-mode: normal;
    margin: 0 auto 20px;
  }
}

.product-inner__information .expandable {
  margin-bottom: 15px;
}

.promotions-card__content {
  max-width: 100%;
}

.promotions-card__description {
  max-width: 250px;
}

.page-header__address::before {
  content: '';
  background-image: url("/themes/default/images/geo-wgite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 22px;
  display: inline-block;
  margin-right: 11px;
  vertical-align: -5px;
}

.page-header__address {
  font-weight: 500;
}

@media (min-width: 1200px) {
  html,
  body,
  body.fancybox-active {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  footer {
    flex-shrink: 0;
  }
}

.authorization .form-check {
  font-size: 14px;
  line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
  color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
  color: #fff;
}

.registration__inner,
.authorization__inner {
  padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
  border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}

.article__text-wrap li + li {
  margin-top: 8px;
}

.article__text-wrap img {
  margin: 48px 0;
}

.article__text-wrap li::marker {
  color: #19B14B;
  font-weight: 500;
}

.article__text-wrap img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .article__text-wrap img {
    margin: 30px 0;
  }
}

.page-link {
  width: auto;
  min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 0;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}

.page-item.next .page-link {
  background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
  background-image: url("/themes/default/images/page-item-prev.svg");
  transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
  background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  height: 40px;
  width: auto;
  border-radius: 8px;
  padding: 0 10px;
}

.page-item.first,
.page-item.last {
  margin: 0 10px;
}

.popular-brands__brand {
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.popular-brands__brand:hover {
  border-color: #19B14B;
}

.fancybox-content-background {
  background-color: #19B14B !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  border-radius: 12px;
  padding: 40px !important;
}

.add_comment.fancybox-content-background {
  background-image: none !important;
}

.fancybox-content-background .h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

#popup_message .btn-primary {
  width: 100%;
  --bs-btn-color: #19B14B;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a86f8;
  --bs-btn-hover-border-color: #5a86f8;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5a86f8;
}

#popup_message .form-check {
  font-size: 14px;
  line-height: 16px;
}

#popup_message .form-control {
  border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
  color: #fff;
}

@media (min-width: 768px) {
  .fancybox-content-background .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    right: -40px !important;
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .fancybox-content-background {
    padding: 30px 20px !important;
  }

  .fancybox-content-background .h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}

.errors {
  display: none;
}

.promotions-card__badge {
  background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
  margin-left: 0;
  white-space: nowrap;
}

.page-header__information {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.page-header__phone-link-container a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/phone-link.svg");
  margin-right: 8px;
}
.product-card__badge.bg-info {
  background-color: transparent !important;
  color: #19B14B;
  border-color: #19B14B;
}

.promo .promo-slider__navigation {
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu__inner {
    max-height: 500px;
    overflow-y: auto;
  }

  .mega-menu__inner::-webkit-scrollbar {
    width: 4px;
  }

  .mega-menu__inner::-webkit-scrollbar-thumb {
    background: rgba(241, 121, 33, 0.5);
    border-radius: 11px;
  }

  .mega-menu__inner::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 11px;
  }
}

.success-card {
  width: 450px;
  background-color: #19B14B !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.js-category-products .swiper-button-next,
.js-category-products .swiper-button-prev {
  display: none !important;
}

.subcategories__image {
  width: 96px;
  height: 100%;
  object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
  background-image: url("/themes/default/images/up-down.svg");
  background-size: auto;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .catalog-inner__head-action {
    flex-wrap: nowrap;
  }
}

.ui-slider {
  background: rgb(36 36 36 / 20%);
  height: 2px;
  position: relative;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #F17921;
}

.form-check-input[type=checkbox]:checked[type=checkbox] {
  border-color: #F17921;
}

.form-check-input:checked {
  background-color: #F17921;
  border-color: #F17921;
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: #F17921;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.error {
  color: red;
}

.border-bottom-last-child .border-bottom:last-child {
  --bs-border-width: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.subcategories--kress .subcategories_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

}
.rating .fa {
  font-size: 14px;
  line-height: 14px;
}

.gray-star {
  color: #d4d4d4;
}

.gold-star {
  color: #ffd864;
}

.del_compare {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
  position: relative;
}

.product-comparison__item-thumb .del_compare {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

.variable-product__value a {
  color: #F17921;
}

.nav-pills .nav-link {
  color: #000;
}

.product-inner {
  margin-bottom: 72px;
}

@media (max-width: 575px) {
  .product-inner {
    margin-bottom: 35px;
  }
}

.shop_tree, .shop_tree ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.shop_tree {
  display: grid;
  gap: 10px 0;
}

.shop_tree a {
  color: #242424;
}

.shop_tree a:hover {
  color: #F17921;
}

.shop_tree .btn-sm {
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none !important;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/product-filter-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.shop_tree .fa {
  display: none;
}

.shop_tree ul a {
  color: rgba(36,36,36,.6);
}

.shop_tree ul li {
  margin-top: 5px;
  font-size: 14px;
}

.product-card__chars {
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.product-card__chars-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-card__chars-item:nth-child(n+4) {
  display: none;
}

.product-card__chars-name {
  display: flex;
  align-items: baseline;
  flex: 1;
  color: rgba(36, 36, 36, 0.60);
}

.product-card__chars-name::after {
  content: '';
  display: inline-block;
  height: 1px;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.20);
  flex: 1;
  margin: 0 5px;
}

.product-card__chars-item:nth-child(n + 4) {
  display: none;
}

.product-card__chars-item + .product-card__chars-item {
  margin-top: 8px;
}

.product-card__chars-name {
  color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
  color: #242424;
}

.product-card__actions-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .catalog-inner__list--list-style .product-card {
    margin-bottom: 20px;
    border: 1px solid rgba(36, 36, 36, 0.2);
    padding: 16px 20px 16px 16px;
  }

  .catalog-inner__list--list-style .product-card__chars {
    display: block;
  }

  .catalog-inner__list--list-style .product-card__inner {
    display: grid;
    grid-template-columns: 195px 1fr 200px;
    grid-template-areas:
      "thumb title price"
      "thumb review actions"
      "thumb chars actions";
  }

  .catalog-inner__list--list-style .product-card__thumb {
    grid-area: thumb;
    margin-bottom: 0;
  }

  .catalog-inner__list--list-style .product-card__title {
    grid-area: title;
    margin-bottom: 0;
    min-height: unset;
  }

  .catalog-inner__list--list-style .product-card__rating-and-reviews {
    grid-area: review;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__price-wrap {
    grid-area: price;
    margin-top: 0;
    text-align: right;
    margin-left: auto;
  }

  .catalog-inner__list--list-style .product-card__chars {
    grid-area: chars;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__actions {
    grid-area: actions;
    margin-top: 0;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 0;
  }

  .catalog-inner__list--list-style .product-card__actions .btn-primary {
    min-width: 160px;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .review-card {
    min-height: unset;
  }
}

.review-card__head {
  justify-content: flex-start;
}

.swiper-slide .product-card {
  height: 100%;
}

.swiper .product-card {
  padding: 0;
  border: 0 !important;
  box-shadow: none !important;
}

.swiper .product-card__actions {
  justify-content: flex-start;
} 

.swiper .product-card__code {
  display: none;
}

.product-comparison__item-rating-and-reviews {
  min-height: 24px;
}

.ratio {
  display: block;
}

.product-filter__devider::before {
  content: none;
}

.rcrumbs {
  overflow-x: hidden;
  white-space: nowrap;
}

.rcrumbs > ul > li {
  overflow: hidden;
}

@media (max-width:479px) {
  .rcrumbs > ul > li {
    display: none;
  }
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs .divider {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.registration__card .invalid-feedback {
  color: #000;
}

.user-nav__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: -5px;
  background: #19B14B;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
}

.social__link {
  transition: color 0.2s, background-color 0.2s;
}

.social__link:hover {
  background-color: #19B14B;
  color: #fff;
}

.contacts-card__description a {
  transition: color 0.2s;
}

.contacts-card__description a:hover {
  color: #19B14B;
}

.sweet-alert .sa-success {
  display: none !important;
}

.sweet-alert {
  padding: 40px !important;
  background-color: #19B14B !important;
  background-repeat: no-repeat !important;
  background-position: top -50px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-align: center !important;
  width: 416px !important;
}

.sweet-alert p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.sweet-alert h2 {
  margin: 0 0 16px !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 47px !important;
  color: #fff !important; 
}

@media (max-width:476px) {
  .sweet-alert {
    padding: 30px 20px !important;
  }

  .sweet-alert h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.inWishList,
.inCompare {
  color: #19B14B;
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
  white-space: nowrap;
}

.image {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.image::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.image>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  width: 75%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.mobile .image-switch {
  opacity: 1;
}

.image-switch-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.image-switch-item:only-child {
  opacity: 0;
}

.image-switch-item::after {
  content: "";
  width: 85%;
  margin: 0 auto;
  height: 4px;
  background: rgba(241, 121, 33, 0.2);
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background: rgba(241, 121, 33, 1);
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/*******************Смена изображения при наведении ***********************************************/

.company_section_one {
  margin-bottom: 30px;
  min-height: 300px;
}

.company_section_one_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.company_section_one_wrapper > img {
  margin-right: 35px;
}

.company_section_one_wrapper .videocom {
  margin-left: auto;
  padding-left: 20px;
}

.videocom {
  text-align: center;
}

.company_section_two {
  padding: 60px 0 80px;
  text-align: center;
  background: #f7f7f9;
  color: #5f6a71;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.fullBackground {
  position: relative;
  z-index: 2;
  background-color: #f7f7f9;
}

.company_section_three {
  margin-top: 60px;
}

.company_section_three ul {
  margin: 30px 0;
}

.company_section_four {
  background: #f7f7f9;
  min-height: 430px;
  color: #5f6a71;
  text-align: center;
  padding: 60px 0 70px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrapper_inner {
  max-width: 1350px;
}

.wrapper_inner {
  padding: 0 15px;
  max-width: 1162px;
  margin: 0 auto;
}

.company_section_four h2 {
  margin-bottom: 45px;
}

.company_section_four_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  background: #f7f7f9;
}

.fullBackground.company_section_four img {
  max-width: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 30px;
}

.company_section_three ul {
  margin: 30px 0;
}

.three_img {
  width: 100%;
  max-width: 907px;
  height: auto;
}
.company_section_two_wrapper img {
  width: 160px !important;
  height: 160px !important;
  object-fit: contain;
}
.company_section_three li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.uInfo li::before {
  content: " ";
  color: #383838;
}

.fullBackground.company_section_four img {
  max-width: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 30px;
}

.company_section_three_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

._advantages {
  padding: 100px 0;
  box-sizing: border-box;
}

._advantages h2 {
  text-align: center;
  margin-bottom: 50px;
}

.upper {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}

.upper img {
  margin: 0 10px;
}

.company_section_five {
  display: flex;
  gap: 30px;
  min-height: 300px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.company_section_five p {
  text-align: left;
  font-size: 30px;
  line-height: 48px;
}

.middle::after {
  content: '';
  clear: both;
  display: table;
}

.card-title{
position: relative;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}



.promotions-card__head{
width:255px
}
@media(min-width:992px){
.characteristic__group {
  display: flex;
  width: 48%;
  margin-left: 16px;
  gap: 20px;
}

  .characteristic{
  display: flex;
  flex-wrap: wrap;
   max-width: none;
  margin: 0;
margin-bottom: 25px;
  }
  .promotions-card__content {
  max-width: 53%;
}
}

.expandable .characteristic__group {
width: 100%;
  display:static;
}

.product-inner__information .expandable {
  margin-bottom: 10px;
}
.h4--more {
margin-top: 8px;
}
.expandable .characteristic{
  display: flex;
  flex-wrap: wrap;
   max-width: none;
  margin: 0;
margin-bottom: 0;
}

.subcategories__item-in-grid{
margin-right: 20px;
  margin-bottom: 20px;
}



@media(min-width:320px){
.subcategories_grid{
display: grid;
  grid-template-columns: 1fr;
}
      .subcategories--kress .subcategories_grid {
    display: grid;
  grid-template-columns: 1fr  ;
}
}
@media(min-width:420px){
.subcategories_grid{
display: grid;
  grid-template-columns: 1fr 1fr  ;
}
    .subcategories--kress .subcategories_grid {
    display: grid;
  grid-template-columns: 1fr 1fr  ;
}
}

@media(min-width:767px){
.subcategories_grid{
display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
}
  .subcategories--kress .subcategories_grid {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
}
  
}


@media(min-width:1550px){
.subcategories_grid{
display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.subcategories--kress .subcategories__link
{
  position: relative;
  display: flex;
  align-items: center;
min-height: 90px;
  padding: 12px 28px;
  overflow: hidden;
  color: #242424;
  background: #F8F8F8;
  border-radius: 12px;
  transition: color 0.2s;
}

.validate .order-total-card__information-list .order-total-card__information-value span {
font-size: 30px;
  line-height: 22px;
  text-decoration: none;
  color: #242424;

}