

/* Start:/local/templates/knopa2019/components/bitrix/menu/lk-left/style.css?1680773601908*/
.lkabinet__menu{}
.lkabinet__menu__item{
	display: block;
	text-decoration: none;
	color: #595757;
	font-size: 14px;
	padding: 15px;
}
.lkabinet__menu__item:nth-child(1n+2){
	border-top: 1px solid #d1d2d3;
}
.lkabinet__menu__item:first-child{
	border-radius: 15px 15px 0 0;
}
.lkabinet__menu__item:last-child{
	border-radius: 0 0 15px 15px;
}
.lkabinet__menu__item.active{
	color: #fff;
	text-transform: uppercase;
}
.lkabinet__menu__item.active:before{
	content: '';
	display: block;
	background-color: #00a9e7;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
}
.lkabinet__menu__item i{
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #00a9e7;
}
.lkabinet__menu__item.active i{
	color: #00a9e7;
	background-color: #fff;
}
/* End */


/* Start:/bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1680773003837*/
div.bx-auth{max-width:600px;margin-top:16px;margin-bottom:24px}div.bx-auth form{padding:0;margin:0}div.bx-auth-line{border-bottom:1px solid #e3e3e3;padding-bottom:10px}div.bx-auth-title{font-size:140%;border-bottom:solid 2px #e3e3e3;padding-bottom:12px}div.bx-auth-note{margin:18px 0 6px 0}td.bx-auth-label{text-align:right;font-weight:bold}table.bx-auth-table{margin-top:8px}table.bx-auth-table td{padding:3px}div.bx-auth input.bx-auth-input{vertical-align:middle}div.bx-auth span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth div.bx-auth-secure-icon{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth div.bx-auth-secure-unlock{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?168077300451*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/knopa2019/components/bitrix/sale.personal.order.list/list/style.css?16807736034311*/
.orders-list{}
.orders-list__tabs{}
.orders-list__tabs__btn{
	display: block;
	float: left;
	color: inherit;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;
}
.orders-list__tabs__btn.active{
	background-color: #eee;
}
.orders-list__tabs__btn:first-child:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: inherit;
	position: absolute;
	top: 100%;
	left: 0;
}
.orders-list__list{
	background: #eee url("/local/templates/knopa2019/images/bg_video.jpg") center top repeat-y;
	padding: 20px;
	border-radius: 15px;
}
.orders-list__list__item{
	border-radius: 15px;
	overflow: hidden;
}
.orders-list__list__item:nth-child(1n+2){
	margin-top: 20px;
}
.orders-list__list__item__header{
	background-color: #00a9e7;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url("/local/templates/knopa2019/images/arr-down2.svg");
	background-size: 10px auto;
}
.orders-list__list__item.showed .orders-list__list__item__header{
	background-image: url("/local/templates/knopa2019/images/arr-up2.svg");
}
.orders-list__list__item__header > div{
	float: left;
	width: 33.333%;
}
.orders-list__list__item__header > div:last-child{
	padding-right: 30px;
}
.orders-list__list__item__header > div b{
	font-weight: 500;
	font-size: 16px;
}
.orders-list__list__item__header > div span{
	font-weight: 400;
}


.orders-list__list__item__detail{
	height: 0;
	overflow: hidden;
	will-change: height;
	transition: height 200ms ease;
}
.orders-list__list__item__inner{}


.orders-list__list__item__basket{
	border-right: 2px solid #d1d2d3;
	border-left: 2px solid #d1d2d3;
	padding: 15px;
}
.orders-list__list__item__basket__title{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.orders-list__list__item__basket__item{
	font-size: 12px;
	padding-bottom: 15px;
}
.orders-list__list__item__basket__item:nth-child(1n+3){
	border-top: 1px solid #d5d5d5;
	padding-top: 15px;
}
.orders-list__list__item__basket__item > div{
	float: left;
	padding-left: 10px;
}
.orders-list__list__item__basket__item > div:first-child{
	padding-left: 0;
}
.orders-list__list__item__basket__item > div:nth-child(1){
	width: 42%;
}
.orders-list__list__item__basket__item > div:nth-child(2){
	width: 20.333%;
}
.orders-list__list__item__basket__item > div:nth-child(3){
	width: 18.333%;
}
.orders-list__list__item__basket__item > div:nth-child(4){
	width: 18.333%;
}
 .orders-list__list__item__basket__item > div span{
	 color: #acacac;
 }
 .orders-list__list__item__basket__item > div a{
	 color: inherit;
	 text-decoration: underline;
 }
 .orders-list__list__item__basket__item > div a:hover{
	 text-decoration: none;
 }
.orders-list__list__item__basket__item > div .m3{
	display: inline-block;
	position: relative;
}
.orders-list__list__item__basket__item > div .m3:after{
	content: '3';
	display: inline-block;
	position: absolute;
	right: -5px;
	top: -2px;
	font-size: 80%;
}


.orders-list__list__item__basket__btns{}
.orders-list__list__item__basket__btns .btn{
	display: block;
	float: right;
	height: 22px;
	line-height: 18px;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #ccc;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.orders-list__list__item__basket__btns .btn:nth-last-child(1n+2){
	margin-left: 10px;
}
.orders-list__list__item__basket__btns .btn.excel{
	background-color: #2fb13e;
}
.orders-list__list__item__basket__btns .btn.excel.in_process{
	background-image: url("/local/templates/knopa2019/components/bitrix/sale.personal.order.list/list/images/498.gif");
}
.orders-list__list__item__basket__btns .btn.bill{
	background-color: #00a9e7;
}
.orders-list__list__item__basket__btns .btn.in_process{
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
}
.orders-list__list__item__basket__btns .btn::selection{
	background-color: transparent;
}


.orders-list__list__item__bottom{
	background-color: #00a9e7;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
}
.orders-list__list__item__bottom p{
	clear: both;
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
.orders-list__list__item__bottom div{
	float: left;
	width: 33.333%;
}
.orders-list__list__item__bottom div:nth-of-type(1n+2){
	padding-left: 10px;
}
/* End */
/* /local/templates/knopa2019/components/bitrix/menu/lk-left/style.css?1680773601908 */
/* /bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1680773003837 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?168077300451 */
/* /local/templates/knopa2019/components/bitrix/sale.personal.order.list/list/style.css?16807736034311 */
