.form-action .form-agreement-yes {
  margin-top: 15px;
}
.product-card__img-wrap {
  width: 177px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1330px) {
  .promo .swiper-slide img {
    height: 661px;
  }
}
@media (min-width: 1025px) {
  .header__top {
    padding: 33px 0;
  }
  .header__top .container, 
  .header__top .promo__nav {
    -ms-grid-columns: 1fr 204px 1fr;
    grid-template-columns: 1fr 204px 1fr;
  }
}
.main-catalog {
  padding: 90px 0 50px;
}
.main-catalog .title-with-button {
  margin-bottom: 60px;
}
.main-catalog__item {
  display: grid;
  place-content: end start;
  position: relative;
  height: 347px;
  margin-bottom: 22px;
  padding: 30px 30px 34px;
}
.main-catalog__item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-catalog__item-arrow {
  margin-top: 10px;
}
.main-catalog .icon {
  width: 42px;
  height: 10px;
  transition: 0.2s;
}
.main-catalog__item-title {
  font-family: YesevaOne,serif;
  font-size: 30px;
  line-height: 24px;  
  color: #2C282D;
  transition: color 0.2s;
}
.main-catalog__item-caption {
  position: relative;
  z-index: 1;
}
.main-catalog__item:hover .icon {
  color: #874545;
  transform: translateX(10px);
}
.main-catalog__item:hover .main-catalog__item-title {
  color: #874545;
}
.main-about-us {
  display: grid;
  grid-template-columns: 533px 1fr;
  gap: 30px 98px;
  padding: 50px 0;
}
.main-about-us__content {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: right -38px bottom -28px;
  padding-bottom: 200px;
  background-image: url("/upload/media/content/main-about-us-img.png");
}
.product-labeles__item--hit, .product-labeles__item--sale {
  color: #874545;
}
.product-card:hover .product-card__title a {
  color: #874545;
}
.btn-default:hover {
  background: #874545;
}
.swiper-arrows-groupe .swiper-button-next:hover {
  background: #874545;
}
@media (min-width: 1025px) {
  .header__main-nav ul>li>a:hover {
    color: #874545;
  }
  .header__main-nav ul li.is-active>a {
    color: #874545;
  }
}
.breadcrumb-item a {
  color: #874545;
}
.footer__phone-link {
  color: #874545;
}
.header__top-phone-link {
  color: #874545;
}
.user-menu__counter {
  background: #874545;
}
.user-login a:hover {
  color: #874545;
}
.blog-item:hover .blog-item__title, .blog-item:hover .blog-item__title a {
  color: #874545;
}
.blog-item__readmore {
  color: #874545;
}
.main-about-us .btn-default {
  margin-top: 20px;
}
.header__logo img {
  max-width: 100%;
}
.number-spinner {
  display: grid;
  grid-template-columns: 30px 60px 30px;
}
.photo-gallery .swiper-slide:nth-child(even) {
  padding-top: 0;
}
body.shop .main-catalog {
  padding-top: 0 !important;
}
body.shop .main-catalog .title-with-button {
  display: none;
}
body.shop .main-catalog .container {
  padding: 0;
}
.vendors {
  margin: 50px 0;
  padding: 50px 0;
  background: #F8F8F8;
}
.vendors .title-with-button {
  margin-bottom: 60px;
}
.vendors__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  height: 150px;
  border: 1px solid rgba(196,196,196,.38);
}
.vendors__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.vendors__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.number-spinner input {
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}
.number-spinner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  background: rgb(114 114 114 / 11%);
  box-shadow: unset !important;
}
#promocode {
  margin-bottom: 0;
}
.block-padding-50 {
  padding: 50px 0;
}
.product__vars {
  display: block;
}
.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;
}