.header__bottom .container {
  grid-template-columns: 1fr 250px;
}

.header__search .shop-search {
  display: flex;
  align-items: center;
}

.header__search .form-control {
  margin: 0;
}

.shop-search .btn {
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
  background-color: #2C282D;
  border-color: #2C282D;
}

.shop-search__inner,
.shop-search {
  width: 100%;
}

.header__top-nav li.is-active a {
  color: #bfa880;
}
@media (min-width: 1500px) {
  .blog .swiper::after, .blog .swiper::before {
    background: #f5f5f5;
  }
}
.nav-link {
  color: #2C282D;
}
.form-control {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.btn-default {
  cursor: pointer;
}
#popup_message .btn-default {
  width: 100%;
  margin-bottom: 15px;
}
.btn-primary {
  background: #2C282D;
  border-color: #2C282D;
  color: #fff;
  border-radius: 0;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #2C282D;
  border-color: #2C282D;
  box-shadow: none;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2C282D;
  border-color: #2C282D;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2C282D;
  border-color: #2C282D;
}
.btn {
  border-radius: 0;
}
.alert-bordered-dashed {
  border: 2px dashed #C4C4C4;
  border-radius: 0;
}
.card {
  border-radius: 0;
}
.form-select {
  box-shadow: none !important;
}
.dropdown-horizont-filter__item--price {
  max-width: 100% !important;
  align-self: center;
}
.dropdown-horizont-filter__price-range {
  flex: 1;
  max-width: 282px;
}
.ui-slider {
  background: #C4C4C4;
  height: 3px;
  position: relative;
}
.ui-slider-handle {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -4px;
  margin-left: -.6em;
  border-radius: 50%;
  background: #2C282D;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #2C282D;
}
.dropdown-horizont-filter__price-range-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}
.dropdown-horizont-filter__price-range-inputs .form-control {
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  outline: none !important;
  color: #6F6F6F;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 18px;
  border: 0;
  pointer-events: none;
}
.dropdown-horizont-filter__price-range-inputs .form-control:last-child {
  text-align: right;
}
.dropdown-horizont-filter__price-range-inputs .form-control::placeholder {
  color: #6F6F6F;
}
.page-link {
  border: 0;
  border-radius: 0;
}
.page-link--prev::before {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
}
.page-link--next::before {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
}
article {
  overflow-x: unset;
}
.page__body {
  overflow-x: hidden;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: inherit;
}
.similar-products {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
article h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 35px;
}

.footer__mail {
  font-weight: 500;
}

.footer__phone a {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #bfa880;
}

.offcanvas-body .sm-clean + .sm-clean {
  border-top: 1px solid #e6e6e6;
}

.loadConfigCat {
  z-index: 10;
}

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


@media (min-width: 1200px) {
  .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__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: #E73131;
  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: #2c282d;
  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: #2c282d;
  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: #2c282d;
}

.fancybox-content-background {
  background-color: #2c282d !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !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: #2c282d;
  --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 {
  color: #fff;
}

.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(49, 100, 231, 0.5);
    border-radius: 11px;
  }

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

.success-card {
  width: auto;
  background-color: #2c282d !important;
  background-image: none!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;
}
.success-card .btn-outline-light:hover {
border-color:transparent;
  background-color:#bfa880;
}
.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: #2c282d;
}

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

.error {
  color: red;
}

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

.full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.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;
}

.product-card__chars {
  display: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 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-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%;
}

.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: #2c282d;
  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: #2c282d;
  color: #fff;
}

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

.contacts-card__description a:hover {
  color: #2c282d;
}

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

.sweet-alert {
  padding: 40px !important;
  background-color: #2c282d !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: #2c282d;
}

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

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

.image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.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(49, 100, 231, 0.1);
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background: rgba(49, 100, 231, 0.5);
}

.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;
}

/*******************Смена изображения при наведении ***********************************************/
.wrapper__interview {
  padding: 35px 0 0 0
}

.interview__title {
  background: #c3a0ff;
  color: #fff;
  font: 16px/38px 'CenturyGothic';
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px
}

.interview__vote {
  text-align: center
}

.interview__vote img {
  width: 45px;
  margin: 0 auto;
  border-radius: 100%;
  margin: 0 auto;
  display: block
}

.vote__title {
  color: #444155;
  padding-top: 5px
}

.interview__vote span {
  font-size: 14px;
  line-height: 18px;
  display: block
}

.vote__quantity {
  font-family: 'CenturyGothic-Bold'
}

.interview__vote.vote__like:hover img {
  box-shadow: 0 0 0 1px #ff3066
}

.interview__vote.vote__like:focus img,
.interview__vote.vote__like:active img,
.interview__vote.vote__like.select img {
  box-shadow: 0 0 0 2px #ff3066
}

.vote__like .vote__quantity {
  color: #ff3066
}

.interview__vote.vote__normal:hover img {
  box-shadow: 0 0 0 1px #c3a0ff
}

.interview__vote.vote__normal:focus img,
.interview__vote.vote__normal:active img,
.vote__normal.vote__dislike.select img {
  box-shadow: 0 0 0 2px #c3a0ff
}

.vote__normal .vote__quantity {
  color: #c3a0ff
}

.interview__vote.vote__dislike:hover img {
  box-shadow: 0 0 0 1px #4d4d4d
}

.interview__vote.vote__dislike:focus img,
.interview__vote.vote__dislike:active img,
.interview__vote.vote__dislike.select img {
  box-shadow: 0 0 0 2px #4d4d4d
}

.vote__dislike .vote__quantity {
  color: #4d4d4d
}

.wrapper__parameters {
  padding-top: 25px
}

.parameters__title {
  font-family: 'CenturyGothic-Bold';
  background: url(../images/interview/dash.png) repeat-x center left;
  color: #c3a0ff;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 10px
}

.parameters__title span {
  display: inline-block;
  padding: 0 20px 0 40px;
  font-size: 15px;
  font-weight: bold;
  color: #2b2b2b;
}

.parameters__title span.title-plume {
  background: #fff url(../images/interview/plume.png) no-repeat left center;
}

.parameters__title span.title-resistance {
  background: #fff url(../images/interview/resistance.png) no-repeat left center
}

.parameters__title span.title-age {
  background: #fff url(../images/interview/age.png) no-repeat left center
}

.parameters__title span.title-season {
  background: #fff url(../images/interview/season.png) no-repeat left center
}

.parameters__vote {}

.parameters__vote {
  margin-bottom: 10px
}

.vote__link {
  float: left;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d !important;
  background: #fff url(../images/interview/plus.png) no-repeat left center
}

.vote__link:hover {
  background: #fff url(../images/interview/plus_hover.png) no-repeat left center
}

.vote__link:focus,
.vote__link:active,
.vote__link.select {
  background: #fff url(../images/interview/plus_select.png) no-repeat left center
}

.vote__totals {
  float: right
}

.vote__line {
  width: 165px;
  float: left;
  position: relative;
  border-radius: 40px;
  height: 18px;
  background: #f8f8f8
}

.vote__line span {
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #bfa880
}

.vote__numbers {
  float: left;
  width: calc(100% - 165px);
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 13px;
  line-height: 18px;
  color: #2b2b2b;
  font-weight: normal;
}
.row-img .col-md-6  img {
  margin:0;
  height: 100%;
  object-fit: cover;
}
.row-img .col-md-6 {
 margin-bottom:50px;
}
.product__vars-item .product-var__report-admission {
max-width: 169px;
  text-align: end;
  margin-left: 18px;
}
.fancybox-content-background {
background-image: none !important;



}
.expanded .product-filter__values {
  display: grid;
  gap: 8px 0;
  padding-top: 20px;
  max-height: 365px;
  overflow-y: scroll;
}
.social__link--whatapp{
background: #50b154;
}
.social__link--tg{
background: #249bd7;;
}
@media(min-width:991.98px){
.product-filter__item .expandable.expanded{
padding-bottom: 40px;
}
}

@media (min-width: 992px) {
  .order-total-card, #filter_form, .product-total-card {
    position: sticky;
    top: 0;
  }
   }
@media (min-width: 1025px) {

  .has-submenu ul {
    display: none;
    position: absolute;
    background: white; /* или любой другой фон */
    z-index: 100;
    /* Дополнительные стили для красивого отображения */
    padding: 15px;
    width:180px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  /* Показываем подменю при наведении */
  .has-submenu:hover ul {
    display: block;
  }
  
  /* Дополнительные стили для красивого отображения */
  .has-submenu {
    position: relative;
  }
.has-submenu ul li a {
    height: 35px !important;
    font-weight: 600;
  font-size: 14px !important
text-align: start;
    justify-content: start;
}
  .has-submenu > a {
    display: block;
    padding: 10px;
position:relative;
  }
  
  .has-submenu li {
    white-space: nowrap;
  }


.has-submenu > a::after {
position: absolute;
    content: "▼";
    font-size: 18px;
    transition:
transform 0.3s ease;
    right: -10px;
    top: 33%;
    }

  }
.registration__card {
  padding:
40px;
  color: #fff;
  background:linear-gradient(0deg, rgba(44, 40, 45, 0.8), rgba(44, 40, 45, 0.8));
}
.registration .btn-light{
color:#bfa880;
}
.registration .btn-light:hover {
background-color:#bfa880;
  border-color:#bfa880;
  color:#fff;
}
.authorization .btn-light:hover {
  background-color:#bfa880;
  border-color:#bfa880;
  color:#fff;
}
.registration__have-account a {
    color: #bfa880;
    font-weight: 700;
}
.authorization__card {
    background: #2c282d;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
.news-card {
  position: relative;
  color: #242424;
}
.news-card__thumb::after {
  content: "";
  display: block;
  padding-top: 64%;
}

.news-card__image {
  display: block;
}
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 12px;
}
.news-card__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.news-card__link {
  color: inherit;
}
.news-card__link:hover {
  color: #bfa880;
}
.news-card__description {
  line-height: 19px;
  display: none;
}
.article__text-wrap .h2, .article__text-wrap h2 {
 margin-top: 25px;
  margin-bottom: 20px;
  text-transform: none;
}

.article__text-wrap p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: inherit;
}
@media (min-width: 992px) {
  .news__list .news-card:first-child {
    grid-row: span 1;
    grid-column: span 1;
    padding: 0;
    border: 0;
    border-radius: 12px;
  }
  .news__list .news-card:first-child .news-card__more-text {
    display: inline-flex;
  }
  .news__list .news-card:first-child .news-card__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1550px) {
  .news-card__inner {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .news__list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}