.section-cart {
	margin-bottom: 150px;
}
.section-cart .box-shadow {
	margin-bottom: 25px;
}
.cart-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 10px 25px 30px;
	font-family: 'FuturaPT-Book';
	font-size: 19px;
}
.cart-block__img {
	margin-right: 25px;
}
.cart-block__img img {
	width: 266px;
	height:100%;
	-o-object-fit:fill;
  object-fit:fill;
}
.cart-block-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
 -ms-flex-flow: column;
 flex-flow: column;
 -ms-flex-line-pack: justify;
 align-content: space-between;
}
.cart-block-item:nth-child(2) {
  width:340px;
}
.cart-block-item:nth-child(3) {
  width:200px;
}
.cart-block-item-product, .cart-block-item-price {
	margin-bottom: 35px;
}
.cart-block-item__name {
	color: #8f969c;
}
.cart-block-item-product__title {
	font-size: 22px;
	font-family: 'Futura-PT-Demi';
	text-transform: uppercase;
}
.cart-block-item-category__title {
	line-height: 1.2;
}
.cart-block-item-price__title {
	font-size: 22px;
	font-weight: bold;
	font-family: 'FuturaPT-Heavy';
}
.cart-block-item-number input {
	padding: 10px 10px 10px 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.quantity-num {
	width: 190px;
	font-size: 19px;
	font-family: 'FuturaPT-Book';
	border: 1px #8f969c solid;
	margin-top: 10px;
}
.quantity-arrow-plus {
	position: absolute;
	top: 77px;
	right: 90px;
}
.quantity-arrow-minus {
	position: absolute;
	top: 90px;
	right: 92px;
}
.cart-block-item-number button {
	background: transparent;
	display: block;
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaPT-Book';
	padding: 0;
	margin: 0;
	line-height: 0.8;
	text-align: center;
}
.remove {
	cursor: pointer;
}
.remove img{
	width: 20px;
	height: 20px;
	position: relative;
	left: 10px;
}
.btn-group-cart {
	margin-top: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 text-align: center;
 font-size: 19px;
}
.btn-buy, .btn-zakaz {
	display: block;
	padding: 10px 0;
	width: 270px;
}
.btn-buy {
	border: 1px #000 solid;
	margin-right: 20px;
}
.btn-zakaz {
	background: #000;
	color: #fff;
}
.total-price {
	float: right;
	margin-top: 45px;
	line-height: 1;
}
.total-price__name {
	font-size: 23px;
	color: #8f969c;
	font-family: 'FuturaPT-Book';
}
.total-price__number {
	font-size: 32px;
	font-weight: bold;
	font-family: 'FuturaPT-Heavy';
}
.title-h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'FuturaPT-Heavy';
	margin-bottom: 20px;
}
.oformlenie-zakaza .box-shadow {
	padding: 25px;
}
.oformlenie-zakaza {
  margin-bottom:100px;
}
.buyer {
  position:relative;
  z-index:1;
  margin-bottom:25px;
}
.buyer input{
	width: 100%;
	margin-bottom: 15px;
	font-size: 17px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	background: transparent;
	border-bottom: 1px #bdc4ca solid;
	padding-bottom: 10px;
	font-family: 'FuturaPT-Book';
}
.delivery-content {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-flow: column;
 flex-flow: column;
}
.delivery-selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.delivery-selection .checkbox {
	width: 100%;
	text-align: center;
}
.delivery .checkbox img {
	height: 100px;
	-webkit-filter: invert(75%) sepia(7%) saturate(308%) hue-rotate(166deg) brightness(88%) contrast(87%);
 filter: invert(75%) sepia(7%) saturate(308%) hue-rotate(166deg) brightness(88%) contrast(87%);
}
/* для элемента input c type="radio" */
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.delivery-label>.delivery-content > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.delivery-label>.delivery-content > span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.delivery-label>.delivery-content > input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.delivery-label>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.delivery-label>input:focus+span::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.delivery-label>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.delivery-label>input:checked+span::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.delivery-label>input:disabled+span::before {
  background-color: #e9ecef;
}
.cart-btn-remove {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  height:0;
  width:0;
}
.order__btn{
 background: #000;
 padding:10px 120px;
 color:#fff;
 font-size:19px;
 z-index:2;
}
.b-order {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-order__price-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f7f7f7;
  min-height: 200px;
  margin: 0 0 0 24px;
}

.b-order__block-container {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.b-order__change {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  -webkit-filter: invert(92%) sepia(10%) saturate(166%) hue-rotate(166deg) brightness(86%) contrast(85%);
  filter: invert(92%) sepia(10%) saturate(166%) hue-rotate(166deg) brightness(86%) contrast(85%);
}
.b-order__summary {
  font-size:17px;
  font-family: 'FuturaPT-Book';
}
.b-order__block {
  position: relative;
}
.b-order__title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'FuturaPT-Heavy';
  margin-bottom: 20px;
}

.b-order__label {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  display: none;
}
.distance {
  display:block;
}
.distance-input {
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
.edit-svg {
  height:20px;
  width:20px;
}
.b-order__text-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-order__text-input {

}
.b-order__input {
  margin: 16px 0;
}
.b-order__input--has-errors .b-order__text-input {
  border: 1px solid #fa0000;
  padding-top:10px;
}

.b-order__input__error {
  margin-top: 3px;
  font-size: 13px;
  color: #fa0000;
}

.b-order__radio {
  cursor: pointer;
  margin: 0 32px 0 0;
}

.b-order__radio__element {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #f2f4f5;
  margin: 0 8px -4px 0;
  position: relative;
}

input[type=radio]:checked + .b-order__radio__element:before, input[type=radio]:checked + .b-order__radio-block__inner .b-order__radio__element:before {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  background: #a6acb2;
  position: absolute;
  top: 8px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]:checked + .b-order__radio__element:after, input[type=radio]:checked + .b-order__radio-block__inner .b-order__radio__element:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #a6acb2;
  position: absolute;
  top: 3px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b-order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.b-order__radio-block__inner {
  position: relative;
  border: 1px solid #eaeaea;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
  height: 100%;
  padding: 48px 8px 16px;
}

.b-order__radio-block__title {
  display: block;
  line-height: 1.25;
  font-size: 15px;
}

.b-order__radio-block .b-order__radio__element {
  position: absolute;
  top: 16px;
  left: 16px;
}

.b-order__radio-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
}

.b-order__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.b-order__buttons .order__btn {
  display: inline-block;
  cursor: pointer;
}


.b-order__radio-block__icon {
  width: 75%;
  padding-top: 40%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .25;
}


input[type="radio"]:checked + .b-order__radio-block__inner {
  -webkit-box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
  box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
}

input[type="radio"]:checked + .b-order__radio-block__inner .b-order__radio-block__icon {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.b-order__btn--prev {
  cursor: pointer;
  margin-right: auto;
}
.b-order__btn--next {
  cursor: pointer;
}
.b-order__btn--next i {
  margin: 0 0 0 12px;
}
.b-order__btn--submit i {
  margin: 0 12px 0 0;
}

.b-order__price-container__row__title {
  font-size: 19px;
  font-family: 'FuturaPT-Book';
  color: #a6acb2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b-order__price-container__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}

.b-order__price-container__row__value {
  font-size: 19px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'FuturaPT-Book';
  text-align:right;
}

.b-order__price-container__top {
  padding: 0;
}

.b-order__price-container__total {
  border-top: 1px solid #ebf0f4;
  padding: 50px 25px;
}

.b-order__price-container__total__title {
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  color:#8f969c;
  font-family: 'FuturaPT-Book';
}

.b-order__price-container__total__value {
  font-size: 32px;
  font-weight: bold;
  font-family: 'FuturaPT-Heavy';
}

.b-order__text-input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-order__delivery-price {
  margin: 0 0 0 12px;
}

.b-order__delivery-price__row {
  white-space: nowrap;
}

.b-order__delivery-price__title {
  font-size: 15px;
  color: #a4a4a4;
}

.b-order__delivery-price__number {
  font-size: 18px;
  font-weight: bold;
}

.b-order__delivery-price__days {
  font-size: 15px;
  font-weight: bold;
}
.b-order__block .b-cart__product__image {
  width: 35%;
}

.b-order__block .b-cart__product__image img {
  width: 100%;
}

.b-order__block .b-cart__product__price-in-order {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.b-order__block .b-cart__product {
  padding: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:19px;
  font-family: 'FuturaPT-Book';
  margin-bottom:30px;
}
.b-order__small-summary {
  font-size:17px;
  color:#a6acb2;
  font-family: 'FuturaPT-Book';
}
.b-order__block .b-cart__product__name-container {
 max-width: 40%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 40%;
}
.b-order__confidential {
  font-size: 14px;
  color: #a6acb2;
  font-family: 'FuturaPT-Book';
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-left: 25px;
}

.b-order__promocode__text {
  font-weight: 500;
  margin: -8px 0 24px;
}
.b-order__promocode__text--error {
  color: #f00;
}
.header__cart__mobile-button {
  display: none;
}
.header__cart__total {
  font-weight: bold;
  margin: 0 0 0 .25em;
}
.oformlenie-zakaza .cart-block-item {
  margin-right:0;
  width:250px;
} 
.oformlenie-zakaza .cart-block-item-product {
  margin-bottom:15px;
}
.oformlenie-zakaza .cart-block-item-category {
  height:66px;
}
.order__btn__sub {
  font-size:19px;
  color:#fff;
  background:#000;
  padding:10px 0;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  cursor:pointer;
  text-align:center;
}
.top__block {
  padding:25px 25px 70px 25px;
}
.b-order__price__block {
  padding:0!important;
}
@media screen and (max-width: 576px) {
  .order__btn__sub {
    width:100%;
    display:block;
  }
  .price-range {
    width:100%;
  }
  .b-product {
    padding: 0;
  }
  
  .b-product__tab {
    font-size: 12px;
  }
  
  .b-product__characteristics .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .b-product__characteristics {
    overflow: hidden;
  }
  
  
  .header__cart__mobile-button {
    width: 100%;
    background: #bf0908;
    display: block;
    color: #fff;
    padding: 12px;
    margin: 8px 0;
  }
  .header__cart__mobile-button:hover {
   color: #fff;
 }
 .header__cart__mobile-button i {
  margin: 0 0 0 8px;
}
.b-cart__product {
  padding: 20px;
  display: block !important;
}
.cart-block__img img{
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.oformlenie-zakaza .cart-block-item-category {
  height: 100%;
}
.b-cart__product__name-container {
  padding: 16px 0;
  width: 100%;
  max-width: 100%;
}

.b-cart__product__price-container {
  margin: 0;
}

.b-cart__bottom {
  display: block;
}

.b-cart__total {
  margin: 0 0 16px;
}
.b-order {
  display: block;
}

.b-order__radio {
  display: block;
  margin: 0 0 16px;
}


.b-order__price-container {
  margin: 16px 00;
}

.b-order__delivery {
  display: block;
}
.b-order__radio-block {
  display:block;
  margin-bottom:25px;
}
.b-order__block .b-cart__product__image {
  width: 100%;
}

.b-order__block .b-cart__product__name-container {
  max-width: 100%;
}

.b-order__buttons {
  display: block;
}

.b-order__confidential {
  margin: 0 0 16px;
  text-align:center;
  margin-top:25px;
}
.slider__item img {
  width: auto;
  position: relative;
  left: calc(-960px + 50vw);
}
.b-cart__bottom__right {
  width: 100%;
}

.b-cart__total {
  margin: 16px 0 0;
}
}