.table_1 {
	border-collapse: separate;
	border-spacing: 0 1.3rem;
	width: 100%;

	margin: -1.3rem 0 0;
}


.table_1 td {
	background: #fff;
	border-top: 0.1rem solid #e2e2e2;
	border-bottom: 0.1rem solid #e2e2e2;
	padding: 0.6rem 1.4rem 0.5rem 0;

}

.table_1 td:first-child {
	border-left: 1px solid #e2e2e2;
	border-radius: 0.9rem 0 0 0.9rem;
	padding: 0.6rem 1.4rem 0.5rem 0.7rem;
}

.table_1 td:last-child {
	border-right: 1px solid #e2e2e2;
	border-radius: 0 0.9rem 0.9rem 0;
	padding: 0.6rem 0 0.5rem 0;
}

.table_1 .fig {
	width: 11.2rem;
	height: 13.6rem;
	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 .article {
	font-size: 1.2rem;
	color: #7d7d7d;
}

.table_1 .title .link {
	color: #434343;
	text-decoration: none;
}

.table_1 .price {
	font-size: 1.8rem;
	font-weight: bold;
	color: #858585;
}

.table_1 .price_2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1d7295;
}

.table_1 .delete {
	background: url(../images/pic222.png) no-repeat 0 50%;
	display: block;
	width: 3.9rem;
	height: 13.6rem;
	position: relative;
	z-index: 2;
}

.table_1 .number {
	background: #fff;
	border: 1px solid #DBD5CC;
	border-radius: 1.7rem;
	display: block;
	width: 11.9rem;
	height: 3.5rem;
	position: relative;
}

.table_1 .number .field {
	background: #fff;
	border: none;
	width: 100%;
	height: 3.3rem;
	padding: 0.8rem 2.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
	text-align: center;
}

.table_1 .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}

.table_1 .field::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}

.table_1 .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}

.table_1 .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}

.table_1 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}

.table_1 .number .up {
	background: url(../images/plus.png) no-repeat 50% 50%;

	display: block;
	width: 2.5rem;
	height: 3.5rem;
	position: absolute;
	top: 0;
	right: 0;
}

.table_1 .number .down {
	background: url(../images/minus.png) no-repeat 50% 50%;

	display: block;
	width: 2.5rem;
	height: 3.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.table_2 {
	border-collapse: separate;
	border-spacing: 0 0.8rem;
	width: 100%;

	margin: -0.8rem 0 2.5rem;
}

.table_2>tbody>.item:first-child td {
	background: #f4f2f0;
	font-size: 1.2rem;
	font-weight: 600;
	color: #7d7d7d;
	text-transform: uppercase;
}

.table_2>tbody>.item:first-child>td:first-child {
	border-radius: 0.9rem 0 0 0.9rem;
}

.table_2>tbody>.item:last-child>td:last-child {
	border-radius: 0 0.9rem 0.9rem 0;
}

.table_2>tbody>.item>td {
	background: #fff;
	border-top: 0.1rem solid #e2e2e2;
	border-bottom: 0.1rem solid #e2e2e2;
	padding: 1.1rem 2.1rem;
	font-size: 1.4rem;
}

.table_2>tbody>.active>td {
	background: #faf9f8;
}

.table_2>tbody>.item>td:first-child {
	border-left: 1px solid #e2e2e2;
	border-radius: 0.9rem 0 0 0.9rem;
}

.table_2>tbody>.item>td:last-child {
	border-right: 1px solid #e2e2e2;
	border-radius: 0 0.9rem 0.9rem 0;
}

.table_2>tbody>.item>td>.link {
	color: #434343;
	text-decoration: none;
}

.table_2>tbody>.item>td>.open {
	display: block;
	color: #434343;
	text-decoration: none;
}

.table_2>tbody>.item>td>.open .numerec {
	background: url(../images/arrow_grey_down.png) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.8rem 0 0;
	color: #434343;
	text-decoration: none;
}

.table_2>tbody>.active>td>.open .numerecф {
	background: url(../images/arrow_grey_up.png) no-repeat 100% 50%;
}

.table_2>tbody>.item>td>.price {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1d7295;
}

.c-10 {
	width: 10%;
}

.table_2 .rel {
	background: #faf9f8;
	border: 1px solid #e2e2e2;
	border-top: none;
	border-radius: 0 0 0.9rem 0.9rem;
	display: none;
	margin: -1.4rem 0 0;
	padding: 0.5rem 2.5rem 1.6rem;
}

.table_2 .table_1 {
	background: #fff;
	margin: 0 0 3.5rem;
	width: 100%;

	border-spacing: 0;
	padding: 0 1.7rem;
}

.table_2 .button {
	border-radius: 2.1rem;
	width: 20.5rem;
	height: 3.9rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: none;
	line-height: 3.9rem;
}

.table_2 .table_1 td {
	border: none;
	border-top: 1px solid #e2e2e2;

}

.table_2 .table_1 tr:first-child td {
	border: none;
}

.table_2 .table_1 td:first-child {
	border-radius: 0;
	padding: 0.6rem 1.4rem 0.5rem 1.7rem;
}

.table_2 .table_1 td:last-child {
	border-radius: 0;
	padding: 0.6rem 1.7rem 0.5rem 0;
}

.table_2 .table_1 .number {
	border: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7d7d7d;
}


@media (max-width: 767px) {
	.table_1 {
		margin: 0;
		text-align: left;
	}

	.table_1 .item {
		border: 1px solid #DBD5CC;
		margin: 0 0 10px;
		padding: 0.9rem;
		position: relative;
	}

	.table_1 tr {
		display: block;
	}

	.table_1 td {
		display: block;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}

	.w-120 {
		width: auto;
	}

	.table_1 td:first-child {
		border-left: none;
		border-radius: 0;
		padding: 0;
	}

	.table_1 td:last-child {
		border-right: none;
		border-radius: 0;
		padding: 0;
	}

	.table_1 td:nth-child(3) {
		display: inline-block;
	}

	.table_1 td:nth-child(4) {
		display: inline-block;
	}

	.table_1 td:nth-child(5) {
		display: inline-block;
	}

	.table_1 .title {
		min-height: 9.0rem;
		padding: 0 3.8rem 0 0;
	}

	.table_1 .fig {
		width: 7.8rem;
		height: 8.5rem;
		float: left;
		margin: 0 1.0rem 0 0;
	}

	.table_1 .price {
		font-size: 1.4rem;
	}

	.table_1 .price_2 {
		font-size: 1.4rem;
	}

	.table_1 .number {
		margin: 0 1.6rem;
	}

	.table_1 .delete {
		height: 38px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.table_2 {
		border-spacing: 0 0.4rem;
		margin: -0.4rem 0 2.5rem;
	}

	.table_2>tbody>.item>td {
		padding: 0.8rem 0.5rem 1.3rem;
		font-size: 1.2rem;
	}

	.table_2>tbody>.item>td>.price {
		font-size: 1.4rem;
	}

	.c-20 {
		width: auto;
	}


	.table_2>tbody>.item>td>.open {
		padding: 0 2.2rem 0 0;

	}

	.table_2 .rel {
		padding: 0.5rem 0.9rem 1.6rem;
	}

	.table_2 .table_1 {
		padding: 0;
	}

	.table_2 .table_1 .item {
		border: none;
		border-top: 0.1rem solid #DBD5CC;
		margin: 0;
	}

	.table_2 .table_1 .item:first-child {
		border: none;
	}

	.table_2 .table_1 td:last-child {
		padding: 0;
	}

	.table_2 .table_1 .number {
		width: 80px;
		height: auto;
		text-align: center;
	}

	.table_2 .table_1 .title {
		padding: 0;
		overflow: hidden;
	}

	.table_2 .table_1 td:first-child {
		border-radius: 0;
		padding: 0;
		border: none;
	}

	.table_2 .table_1 td {
		border-top: none;
	}
}

@media (min-width: 1920px) {
	.table_1 td {
		padding: 0.6rem 3.7rem 0.5rem 0;

	}

	.table_1 td:first-child {
		padding: 0.6rem 3.7rem 0.5rem 3.7rem;
	}

	.table_1 td:last-child {
		padding: 0.6rem 3.7rem 0.5rem 0;
	}

}