.table_1 {
	width: 100%;
	margin: 0 0 3.0rem;
}


.table_1 td {
	border-bottom: 0.1rem solid #D1D1D1;
	padding: 2.9rem 1.6rem 1.8rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;

}



.table_1 .fig {
	background: #fff;
	border: 0.1rem solid #DADDE0;
	width: 8.6rem;
	height: 6.2rem;
	position: relative;
	overflow: hidden;
}

.table_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}


.table_1 .title {
	margin: 0 0 0.3rem;
}

.table_1 .title .link {
	display: block;
	color: #B21418;
	text-decoration: none;
}

.table_1 .price {
	color: #B21418;
}

.table_1 .number {
	background: rgba(231, 231, 231, 0.4);
	border: 0.1rem solid #DBE2E7;
	border-radius: 0.4rem;
	display: inline-block;
	width: 9.0rem;
	height: 3.4rem;
	position: relative;
}



.table_1 .number .field {
	background: rgba(231, 231, 231, 0.4);
	border: none;
	border-radius: 0.4rem;
	display: block;
	width: 100%;
	height: 3.4rem;
	padding: 0.8rem 2.2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}

.table_1 .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .number .up {
	background: url(../images/plus.svg) no-repeat 50% 50%;
	border-left: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.6rem;
	position: absolute;
	top: 0.4rem;
	right: 0;
}

.table_1 .number .down {
	background: url(../images/minus.svg) no-repeat 50% 50%;
	border-right: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.6rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
}

.table_1 .delete {
	background: url(../images/basket_delete.svg) no-repeat 50% 50%;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	z-index: 2;
}

.header_search .table_1 td {
	padding: 1.1rem 1.6rem 1.1rem 0;
	vertical-align: middle;

}


.table_2 {
	width: 100%;
	height: 8.1rem;
	margin: 0 0 1.7rem;
	overflow: hidden;
}


.table_2 td {
	font-size: 1.4rem;
	font-weight: 500;
	color: #170606;
	vertical-align: top;

}

.catalog_list_3_table .table_2 {
	height: auto;
	margin: 0;
	order: 2;
  }

  .catalog_list_3_table .table_2 td{
	padding: 0 0 1.9rem;
  }
  .table_3{
	width: 100%;
margin: 0 0 1.9rem;
  }
  .table_3 td{
	background: #FAF0E4;
	border-top: 0.2rem solid #fff;
	padding: 0.5rem 0 0.5rem 2.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #170606;
	transition: all 0.5s ease 0s;
  }
  .table_3 td:last-child{
	padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  }
  .table_3 tr:hover td{
	background: #EDDED1;
  }


  .table_4{
	width: 100%;
	margin: 0 0 2.5rem;
  }
  .table_4 td{
	border: 0.1rem solid #DADDE0;
	padding: 1.1rem 3.9rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000000;
  }
  .table_4 td:nth-child(2n+1){
	background: #F7F7F7;
        width: 50%;
  }
  .table_5_block{
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
	border: 0.1rem solid #DCD5CD;
	margin: 0 0 3.0rem;
	padding: 0 1.9rem;
  }
  .table_5 {
	width: 100%;
	z-index: 3;
}



.table_5 td {
	background: #fff;
	border-top: 0.1rem dashed #DCD5CD;
	padding: 1.7rem 2.0rem 1.7rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #464646;
	line-height: 1.2;
	vertical-align: middle;

}


.table_5 td:last-child {
	padding: 1.7rem 0 1.7rem 0;

}

.table_5 tr:first-child td {
	border-bottom: 0.1rem solid #DADDE0;
	border-top: none;
	padding: 1.9rem 2.0rem 1.2rem 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #170606;
}



.table_5 .delete_all {
	background: url(../images/table_5_delete_all.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 3.4rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #B21418;
	text-decoration: none;
}





.table_5 .fig {
	border: 0.1rem solid #E1D9D2;
	width: 7.6rem;
	height: 5.5rem;
	margin: 0 2.0rem 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}



.table_5 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}



.table_5 .title {
	margin: 1.0rem 0 0.5rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #B21418;
}

.table_5 .title .link {
	color: #B21418;
	text-decoration: none;
}
.table_5 .article {
	font-weight: 500;
	font-size: 1.4rem;
	color: #908B88;
}
.table_5 .price {
	font-weight: 500;
	font-size: 1.4rem;
	color: #908B88;
}

.table_5 .numerec {
	display: block;
	padding: 0.4rem 0 0;
	font-size: 1.8rem;
	color: #B21418;
}

.table_5 .delete {
	background: url(../images/table_5_delete.svg) no-repeat 50% 50%;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	z-index: 2;
}

.table_5 .number {
	background: #FAF0E4;
	border: 0.1rem solid #EDDED1;
	border-radius: 0.4rem;
	display: inline-block;
	width:8.9rem;
	height: 3.4rem;
	position: relative;
}



.table_5 .number .field {
	background: #FAF0E4;
	border: none;
	border-radius: 0.4rem;
	display: block;
	width: 100%;
	height: 3.6rem;
	padding: 0.8rem 2.2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}

.table_5 .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_5 .field::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_5 .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_5 .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_5 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_5 .number .up {
	background: url(../images/carousel_4_plus.png) no-repeat 50% 50%;
	border-left: 0.1rem solid #fff;
	display: block;
	width: 2.2rem;
	position: absolute;
	top: 0.4rem;
	bottom: 0.4rem;
	right: 0;
}

.table_5 .number .down {
	background: url(../images/carousel_4_minus.png) no-repeat 50% 50%;
	border-right: 0.1rem solid #fff;
	display: block;
	width: 2.2rem;
	position: absolute;
	top: 0.4rem;
	bottom: 0.4rem;
	left: 0;
}
.table_5 .number_numerec {
	background: #FAF0E4;
	border: 0.1rem solid #EDDED1;
	border-radius: 0.4rem;
	display: inline-block;
	width:9.0rem;
	padding: 0.9rem 0 1.0rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}
.table_5 .composition_order{
	background: url(../images/composition_order.svg) no-repeat 0 50%;
	display: inline-block;
	min-height: 2.2rem;
	padding: 0 0 0 3.0rem;
}
.table_6{
	width: 100%;
	margin: 3.6rem 0 0;
}
.table_6 td{
	padding: 0 0 0.5rem;
	color: #170606;
}
@media only screen and (max-width: 767px) {
	.table_4 td {
		
		padding: 0.5rem;
		font-size: 1.3rem;
	
	  }
	  .table_5_block {
		box-shadow: none;
		border: none;
		margin: 0;
		padding: 0;
	  }
	  .w-50 {
		width: auto;
	  }
	  .table_5 tr{
		display: block;
		border: 0.1rem solid #DCD5CD;
		margin: 0 0 1.0rem;
		padding: 0.5rem 0.5rem 1.0rem;
		position: relative;
	  }
	  .table_5 td {
		background: none;
		border-top: none;
		display: block;
		padding: 0;
		
	  }
	  .table_5 td:first-child {
		overflow: hidden;
		margin: 0 0 1.0rem;
		
	  }
	  .table_5 td:nth-child(2) {
		display: inline-block;
		margin: 0 1.0rem 0 0;
		
	  }
	  .table_5 td:nth-child(3) {
		display: inline-block;
		margin: 0 1.0rem 0 0;
		
	  }
	  .table_5 td:nth-child(4) {
		display: inline-block;
		
	  }
	  .table_5 td:last-child {
		padding: 0;
		
	  }
	  .table_5 .delete {
		
		width: 4.0rem;
		height: 4.0rem;
		position: absolute;
		top: 0;
		right: 0;
	  }
}