.cart-center {
  padding-bottom: 0px;
  border-bottom: 3px solid #000;
}
.cart-center-wrap {
  margin-bottom: 20px;
}
.cart-center-item {
  border: 1px solid #e5e5e5;
  display: box;
  background-color: #fff;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  position: relative;
  box-pack: justify;
  flex-pack: justify;
  justify-content: space-between;
  padding: 5px 30px;
}
.cart-center-item:not(:last-child) {
  margin-bottom: 25px;
}
.cart-center-item-left {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  width: 55%;
  padding-right: 30px;
}
.cart-center-item-num {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  color: #e5e5e5;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.cart-center-item-num.active {
  color: #28a874;
}
.cart-center-item-num.inactive {
  color: #e5e5e5;
}
.cart-center-item-image {
  width: 130px;
  display: none;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
  background-size: contain;
  flex-negative: 0;
  flex-shrink: 0;
}
.cart-center-item-title a {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease-out;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.cart-center-item-title a:hover {
  border-color: #2874a8;
}
.cart-center-item-right {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: justify;
  flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}
.cart-center-item-price {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.cart-price__old {
  text-decoration: line-through;
  color: #636363;
}
.cart-center-item-price.value {
  color: #e1000f;
}
.cart-center-item-price.old {
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  color: #464646;
}
.cart-center-item-price span {
  font-size: 23px;
  font-family: 'ALS Rubl';
}
.cart-center-item-quantity {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-center-item-quantity-down,
.cart-center-item-quantity-up {
  display: block;
  width: 30px;
  height: 30px;
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-center-item-quantity-value {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 0 10px;
}
.cart-center-item-close a {
  display: block;
  width: 34px;
  height: 34px;
  background: url('../images/close.png') no-repeat center center;
  background-size: contain;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.cart-center-item-close a:hover {
  transform: scale(0.95);
  transform: scale(0.95);
}
.cart-center-promo {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
}
.cart-center-promo-title {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
}
.cart-center-promo-input {
  height: 40px;
  width: 250px;
  position: relative;
}
.cart-center-promo-input input {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 30px;
  transition: all 0.25s ease-out;
}
.cart-center-promo-input input::-webkit-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:-ms-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:hover,
.cart-center-promo-input input:focus {
  border-color: #2874a8;
}
.cart-center-promo-button {
  margin-left: 15px;
}
.cart-center-promo-button a {
  height: 40px;
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  background: #ccc;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
.cart-center-promo-button a:hover {
  background: #2874a8;
}
.cart-bottom {
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
}
.cart-bottom-promo {
  margin-bottom: 30px;
}
.cart-bottom-promo-title {
  color: #cd3131;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-bottom-promo-discount {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  font-size: 36px;
  color: #cd3131;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-bottom-promo-discount-title {
  margin-right: 30px;
}
.cart-bottom-promo-discount-value {
  font-weight: 600;
}
.cart-bottom-promo-discount-value span {
  text-transform: none;
  font-size: 24px;
  font-family: 'ALS Rubl';
}
.cart-bottom-sum {
  margin-bottom: 20px;
}
.cart-bottom-sum-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-bottom-sum-price {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-sum-price-old {
  font-size: 42px;
  font-weight: 700;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
  margin-right: 30px;
}
.cart-bottom-sum-price-old span {
  font-family: 'ALS Rubl';
  font-size: 29px;
}
.cart-bottom-sum-price-current {
  color: #000;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.cart-bottom-sum-price-current span {
  font-size: 29px;
  font-family: 'ALS Rubl';
}
.cart-bottom-button {
  margin-bottom: 30px;
}
.cart-bottom-button a {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  background: #2874a8;
  text-transform: uppercase;
  color: #fff;
  padding: 0 35px;
  height: 88px;
  border-radius: 5px;
  font-size: 30px;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.cart-bottom-button a:hover {
  background: #22638f;
}
.cart-bottom-delete {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-delete-title {
  color: #aaa;
}
.cart-bottom-delete-close {
  margin-left: 15px;
}
.cart-bottom-delete-close a {
  display: block;
  width: 34px;
  height: 34px;
  background: url('../images/close.png') no-repeat center center;
  background-size: contain;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
.cart-bottom-delete-close a:hover {
  transform: scale(0.95);
  transform: scale(0.95);
}
.cart-bottom-wrap {
  position: relative;
}
.cart-bottom-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-back:before {
  content: '';
  height: 6px;
  width: 4px;
  display: block;
  background: url('../images/anglegray.png') no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.cart-bottom-back a {
  color: #999;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid transparent;
}
.cart-bottom-back a:hover {
  border-color: #999;
}
.cart-center-item-quantity-down {
  background: #ccc;
}
.cart-center-item-quantity-up {
  background: #fcd859;
}
.cart-center-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cart-center-item {
    display: block;
  }
  .cart-center-item-right {
    width: 100%;
  }
  .cart-center-item-left {
    width: 100%;
  }
}
.basket-grid {
  display: grid;
  gap: 20px;

  column-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
.basket-left {
}
.go-order {
  background: #fcd859;
  color: #000;
  height: 62px;
  border-radius: 4px;
  font-size: 20px;
  font-size: 36px;
  padding: 0 40px;

  display: inline-grid;
  place-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  transition: 0.24s;
}

.products__layout {
  display: grid;
  align-items: flex-start;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.products__basket {
  grid-column: span 1;
}
.products__wrapper {
  padding: 0 10px 25px;
  width: 33.33333333%;
}
.products-card {
  background: #fff;
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  max-width: 265px;
  margin: 0 auto;
}
.products-card__stick {
  position: absolute;
  left: 3px;
  top: -11px;
}
.products-card__stick_sale {
  position: absolute;
  right: 3px;
  top: -11px;
  z-index: 10;
}
.products-card__stick_sale span {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 50px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}
.products-card__image {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.products-card__image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto !important;
}
.products-card__title {
  display: flex;
  flex-direction: column;
  align-items: left;
  flex-grow: 1;
  margin-top: 5px;
  justify-content: space-evenly;
  line-height: 18px;
  width: 50%;
  margin-bottom: 10px;
}
.products-card__title a {
  font-size: 20px;
  color: #000;
}
.products-card__bottom {
  display: flex;
  min-width: 200px;
  justify-content: space-between;
}
.products-card__cost {
  display: flex;
  font-size: 16px;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin-top: 5px;
  justify-content: space-evenly;
}
.products-card__note {
  margin-bottom: 5px;
}
.products-card__note ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.products-card__note ul li {
  font-size: 11px;
  list-style: none;
}
.products-card__note ul li:not(:last-child):after {
  content: '|';
  margin: 0 3px;
}
.products-card__note ul li.active a {
  color: #e1000f;
  border-color: #e1000f;
}
.products-card__note ul li a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  padding: 0 3px;
}
.products-card__note ul li a:hover {
  color: #e1000f;
}
.products-card__current {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  width: 90%;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.products-card__stock2 {
  background-color: #ebebeb;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  margin-top: 10px;
  border-left: 2px #ba1404 solid;
  padding: 5px;
}
.products-card__current.discount {
  color: #e1000f;
}
.products-card__current.discount:before {
  content: '';
  display: block;
  width: 111px;
  height: 31px;
  position: absolute;
  top: 3px;
  left: -15px;
  background: url('../img/price-bg.png') no-repeat center center;
}
.products-card__current span {
  z-index: 2;

  position: relative;
}
.products-card__current .prpr {
  z-index: 2;
  font-size: 20px;
  position: relative;
}
.products-card__current i {
  font-size: 20px;
  font-style: normal;
}
.products-card__old {
  color: #7f7f7f;
  font-size: 16px;
  text-decoration: line-through;
}
.products-card__tools {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 25px;*/
  flex-shrink: 0;
}
.products-card__button {
  margin-bottom: 5px;
}
.products-card__button a {
  color: #fff;
  font-size: 14px;
  background: #ba1404;
  border-radius: 9px;
  height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.products-card__stock {
  color: #000;
  width: 90%;
  text-align: center;
  font-size: 11px;
  padding: 0px;
  background-color: #ebebeb;
}
.more {
  text-decoration: none;
  color: #c61c00;
  border-bottom: 1px #c61c00 dashed;
}
.more:hover {
  text-decoration: none;
  color: #e1000f;
  border: none;
}
.products-card__stock3 {
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.products-card__stock3 span {
  color: #e1000f;
  font-size: 14px;
  font-weight: bold;
}
.products-card__stock span {
  color: #e1000f;
  font-size: 14px;
  font-weight: bold;
}
.products-card__nostock {
  color: #e10000;
  font-size: 11px;
  font-weight: bold;
}
.products-card__basket {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
}
.products-cart__item-down {
  cursor: pointer;
  border: 1px #c62201 solid;
  width: 30px;
  font-size: 24px;
  height: 30px;
  line-height: 23px;
  text-align: center;
}
.products-cart__item-value {
  width: 50px;
  border-bottom: 1px #000 solid;
  padding-bottom: 4px;
  text-align: center;
}
.products-cart__item-value span {
  font-size: 24px;
  line-height: 23px;
}
.products-cart__item-value input {
  border: 0px;
  width: 50px;
  text-align: center;
}
.products-cart__item-up {
  cursor: pointer;
  border: 1px #c62201 solid;
  width: 30px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.products-cart__item-close {
  cursor: pointer;
}
.products__wrapper2 {
  padding: 0 10px 25px;
  width: 100%;
}
.products-card2 {
  background: #fff;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.products-card2 .products-card__image {
  height: 110px;
  display: flex;
  width: 130px;
  margin-right: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.products-card2 .products-card__image2 {
  height: 65px;
  display: flex;
  width: 65px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.products-card__image2 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto !important;
}
.products-card2 .products-card__title2 {
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
  line-height: 18px;
  margin-bottom: 10px;
}

.products-card2 .products-card__title2 a {
  font-size: 16px;
  color: #000;
}
.ch1 {
  padding-top: 0px;
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 22px;
}
.t_left {
  width: 200px;
  font-size: 16px;
}
.about-text2 table td {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}
.about-text2 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 18px;
}
.inps {
  background-color: #fff;
  border: 1px #666 solid;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  max-width: 300px;
  width: 100%;
}
.inps3 {
  max-width: 850px;
  width: 100%;
  height: 300px;
  background-color: #fff;
  border: 1px #666 solid;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}
.cart-bottom-delete-title {
  font-size: 18px;
  color: #f70000;
  border-bottom: 1px #f70000 dotted;
}
