.auth-wrap{
	overflow: hidden;
}

.auth-table{
	width: 600px;
	border-collapse: collapse;
	margin:0;
	overflow: hidden;
}

.auth-table td{
	padding: 5px 10px 10px;
	line-height: 1.8;
	vertical-align: top;
	border:none;
}

.auth-table .td-checkbox{
	line-height:1.8;
	padding:3px 10px;
}

.auth-table .required{
	color:#dd0000;
}

.auth-table .required:before{
	content:' *';
}

.auth-table tr td:nth-child(1){
	width:220px;
	padding-left:0;
}

.auth-table input,
.auth-table textarea
{
	width:100%;
	box-sizing:border-box;
	padding:5px 10px;
	outline: none;
	display: inline-block;
	vertical-align: baseline;
	margin-top: -5px;
	margin-bottom: 0px;
}

.auth-table label{
	display: inline-block;
	vertical-align: baseline;
}

.auth-table input[type="checkbox"],
.auth-table input[type="radio"],
.auth-table input[type="submit"]
{
	width:auto;
	vertical-align: middle;
	margin-top:0;
}

.auth-table textarea {
	height:100px;
}

.auth-table__forgot{
	margin-left: 20px;
	line-height: 40px;
	display: inline-block;
}


/*Меню личного кабинета*/

.auth-menu{}

.auth-menu__list{
	list-style-type: none;
	padding:0;
	margin: 0;
	width:200px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background-color: #e2e2e2;
}

.auth-menu__link{
	display: block;
	line-height: 1;
	font-size: 16px;
	padding:12px 10px;
	text-decoration:none;
	color:#333333;
}
.auth-menu__item_active .auth-menu__link,
.auth-menu__item:hover .auth-menu__link{
	background-color:#828282;
	color:#fff;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

@media screen and (max-width: 480px) {
	.auth-table,
	.auth-table tbody,
	.auth-table tr,
	.auth-table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.auth-table td{padding: 0 0 5px}
}

/* order-list */
.order-list{
	margin-top: 20px
}
.order-list__table{
	border: 1px solid #ddd;
}

.order-list__item,
.order-list__table-foot{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.order-list__item{
	border-bottom: 1px solid #ddd;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
}

.order-list__table-foot{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	box-sizing: border-box;
}

.order-list__table-foot+.order-list__table-foot .order-list__cell{
	padding-top:0;
}

.order-list__item_head{
	font-weight: bold;
	background-color: #f7f7f7;
}

.order-list__total{
	text-align: right;
}
.order-list__total,
.order-list__total-value{
	font-weight: bold;
}

.order-list__cell{
	padding: 10px 15px;
	box-sizing: border-box;
}


.order-list__cell_count{	width:85px;text-align: center;}
.order-list__cell_price{	width:100px; white-space: nowrap;}
.order-list__cell_total{	width:100px; white-space: nowrap;}
.order-list__cell_cost{	width:100px;}
.order-list__total_value{	width:100px;}


.order-list__cell_name {
	width: calc(100% - 285px);
}

.order-list__wrap-button{
	padding-top: 15px;
	text-align: right;
}

.order-list__button{
	outline: none;
}

.order-list__prop{
	font-size: 11px;
	color: #777;
}

.order-payments{
	margin:20px 0;
}


.currency-rub::after{content:' руб.';}

@media screen and (max-width: 480px) {
	.order-list__item_head{display: none;}
	.order-list__item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.order-list__cell_name,
	.order-list__cell_count,
	.order-list__cell_price,
	.order-list__cell_total,
	.order-list__cell_cost{width:100%; text-align: left;}
	.order-list__total_value{width: auto;}

	.order-list__cell_count::before{content: 'Количество: ';}
	.order-list__cell_price::before{content: 'Цена: ';}
	.order-list__cell_cost::before{content: 'Итого: ';}
	.order-list__cell_count::before,
	.order-list__cell_price::before,
	.order-list__cell_cost::before{font-weight: bold; color: #777;}
	.order-list__name{font-weight: bold; padding-bottom: 5px;}

	.order-list__cell{padding: 0;}
	.order-list__item{padding: 10px;}
	.order-list__table-foot{
		padding: 5px 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.border-table,
	.border-table tbody,
	.border-table tr,
	.border-table td,
	.border-table tr td:nth-child(1){
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.border-table td{padding: 0 0 5px}
}

.orders-item{
	margin-bottom: 10px;
}