

/* Start:/bitrix/templates/enext/components/bitrix/sale.personal.section/.default/style.css?15506786813589*/
.spsp-tabs-container{	
	margin: -1px 0 32px 0;
	border-bottom: 1px solid #e3ecef;
}

.spsp-tabs-scroll{
	position: relative;
	top: 1px;
}

.spsp-tabs-scroll .owl-prev,
.spsp-tabs-scroll .owl-next{
	width: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 202;
	cursor: pointer;
}

.spsp-tabs-scroll .owl-prev.disabled,
.spsp-tabs-scroll .owl-next.disabled{
	display: none;
}

.spsp-tabs-scroll .owl-prev{
	left: 0;
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.spsp-tabs-scroll .owl-next{
	align-items: flex-end;
	right: 0;
	text-align: right;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.spsp-tabs-scroll .owl-prev i,
.spsp-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .spsp-tabs-scroll .owl-prev:hover i,
.bx-touch .spsp-tabs-scroll .owl-prev:active i,
.bx-no-touch .spsp-tabs-scroll .owl-next:hover i,
.bx-touch .spsp-tabs-scroll .owl-next:active i{
	color: #6639b6;
}

.spsp-tabs{
	margin: 0;
    padding: 0;
	list-style: none;
}

.spsp-tab{
	float: left;
}

.spsp-tab-link:link,
.spsp-tab-link:visited{
    height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
    position: relative;       
    color: #3d4b52;
    text-decoration: none;    
}

.spsp-tab-link:hover{
    color: #6639b6;
}

.spsp-tab-link:after{
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6639b6;
}

.spsp-tab.active .spsp-tab-link:after{
    height: 2px;
}

.alert{
	margin-bottom: 5px !important;
}

/***PHONES***/
@media(max-width: 991px){
	.spsp-tabs-container{
		margin-left: -18px;
		margin-right: -18px;
		margin-top: -32px;
		border: none;
		background-color: #f1f6f7;
	}

	.spsp-tabs-scroll{
		top: 0;
	}

	.spsp-tabs-scroll .owl-prev{	
		padding-left: 18px;
		background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
	}

	.spsp-tabs-scroll .owl-next{	
		padding-right: 18px;
		background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
	}
}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/system.auth.registration/flat/style.css?15506786815830*/
.bx-authform{
	margin: 0 0 25px;
}

.bx-authform-title-container{
	width: 100%;
	display: table;
	padding: 16px 24px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #f1f6f7;
}

.bx-authform-title,
.bx-authform-title-icon,
.bx-authform-title-val{
	display: table-cell;
	vertical-align: middle;
}

.bx-authform-title-icon{
	padding-right: 12px;
}

.bx-authform-title-icon i{
	font-size: 23px;
	color: #b2c7cb;
}

.bx-authform-title-val{   
    color: #3d4b52;   
}

.bx-authform-socserv-container{
	padding: 23px 8px 3px;	
	color: #3d4b52;	
	border: 1px solid #e3ecef;
	border-top: none;
	border-bottom: none;
}

.bx-authform-content-container{
	padding: 23px 8px 11px;	
	color: #3d4b52;	
	border: 1px solid #e3ecef;
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.bx-authform-socserv-container + form .bx-authform-content-container {
	padding: 7px 8px 11px;
}

.bx-authform-formgroup-container{
	margin-bottom: 15px;
}

.bx-authform-formgroup-container a{
	margin: 0 0 0 8px;
}

.bx-authform-socserv-container,
.bx-authform-content-container,
.bx-authform-label-container{
	display: block;
	font-size: 14px;
	color: #8ea6ab;
	line-height: 17px;
}

.bx-authform-socserv-container .alert,
.bx-authform-content-container .alert{
	margin: 0 0 15px;
}

.bx-authform-content-container{
	margin-bottom: 18px;
}

.bx-authform-label-container{
	margin-bottom: 4px;
}

.form-group .checkbox .bx-filter-param-label .check-title.bx-filter-param-text{
	color:inherit;
}

.bx-authform-input-container{
	position: relative;
}

.bx-authform-psw-protected{
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC") no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
	width: 258px;
	margin-left: -150px;
	margin-bottom: 10px;
	padding: 14px 18px 15px;
	position: absolute;
	left: -9999px;
	bottom: 100%;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	background-color: #fff;
	opacity: 0;	
	z-index: 5;
	-moz-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.bx-authform-psw-protected-desc:after{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -12px;
	content: "";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
}

.bx-no-touch .bx-authform-psw-protected:hover .bx-authform-psw-protected-desc,
.bx-touch .bx-authform-psw-protected:active .bx-authform-psw-protected-desc{
	left: 100%;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

span.bx-authform-starrequired{
	color: #d93333;
}

.bx-authform-buttons-container{
	display: flex;
}

/***PHONES***/
@media(max-width: 991px){
	.bx-authform-title-container{
		padding: 10px 12px 11px;
	}

	.bx-authform-socserv-container{
		padding-top: 12px;
		padding-left: 0;
		padding-right: 0;
	}

	.bx-authform-socserv{
		padding: 0 11px;
	}

	.bx-authform-content-container,
	.bx-authform-socserv-container + form .bx-authform-content-container{		
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.bx-authform-content-container{
		padding-top: 12px;
	}

	.bx-authform-content{
		padding: 0 11px;
	}

	.bx-authform-buttons-container{
		display: block;
	}

	.bx-authform-buttons-container input[type="submit"]{
		width: 100%;
	}

	.bx-authform-buttons-container a{
		margin: 6px 0 0 0;
	}
}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/sale.personal.order.list/.default/style.css?15506786819904*/
.sale-order-tabs-block {
	margin: -1px 0 32px 0;
	border-bottom: 1px solid #e3ecef;
}

.sale-order-tabs-scroll{
	position: relative;
	top: 1px;
}

.sale-order-tabs-scroll .owl-prev,
.sale-order-tabs-scroll .owl-next{
	width: 64px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 202;
	cursor: pointer;
}

.sale-order-tabs-scroll .owl-prev.disabled,
.sale-order-tabs-scroll .owl-next.disabled{
	display: none;
}

.sale-order-tabs-scroll .owl-prev{
	left: 0;
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.sale-order-tabs-scroll .owl-next{
	align-items: flex-end;
	right: 0;
	text-align: right;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 44px, #fff 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.sale-order-tabs-scroll .owl-prev i,
.sale-order-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .sale-order-tabs-scroll .owl-prev:hover i,
.bx-touch .sale-order-tabs-scroll .owl-prev:active i,
.bx-no-touch .sale-order-tabs-scroll .owl-next:hover i,
.bx-touch .sale-order-tabs-scroll .owl-next:active i{
	color: #6639b6;
}

.sale-order-tabs-list {
	margin: 0;
	padding: 0;	
	list-style: none;	
}

.sale-order-tab {
	float: left;
}

.sale-order-tab-link:link,
.sale-order-tab-link:visited {
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	position: relative;	
	color: #3d4b52;
	text-decoration: none;	
}

.bx-no-touch .sale-order-tab-link:hover,
.bx-touch .sale-order-tab-link:active{
	color: #6639b6;
}

.sale-order-tab-count {
	display: inline-block;
	padding: 0 5px;
	position: relative;	
	top: -2px;	
	font-size: 11px;
	color: #8ea6ab;
	line-height: 16px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #e3ecef;
}

.sale-order-tab-link:after {
	height: 0;
	position: absolute;	
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #6639b6;
}

.sale-order-tab.active .sale-order-tab-link:after {
	height: 2px;
}

.sale-order-item-container {
	margin-bottom: 30px;
}

.sale-order-item {
	width: 100%;
	padding: 24px;	
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .sale-order-item-container:hover .sale-order-item,
.bx-touch .sale-order-item-container:active .sale-order-item{
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

.sale-order-item-image-wrapper {
	width: 100%;
	height: 222px;
	display: table;
	position: relative;	
}

.sale-order-item-image:link,
.sale-order-item-image:visited {
	display: table-cell;	
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.sale-order-item-image > img {
	max-width: 222px;
	max-height: 222px;
}

.sale-order-item-sticker-wrap {
	position: absolute;
	left: -29px;
	top: -6px;
}

.sale-order-item-sticker {
	max-width: 187px;
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	color: #3d4b52;
	text-overflow: ellipsis;
	line-height: 28px;
	white-space: nowrap;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #e1ecc9;
	overflow: hidden;
}

.sale-order-item-sticker.n {
	background: #e1ecc9;
}

.sale-order-item-sticker.f {
	background: #e3ecef;
}

.sale-order-item-sticker.p {
	background: #c9d9ec;
}

.sale-order-item-sticker.canceled {
	background: #f2e2e1;
}

.sale-order-item-icons-container {
	display: table;
	padding: 2px 5px;
	position: absolute;
	right: -10px;
	top: -6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.sale-order-item-repeat,
.sale-order-item-cancel {
	display: table-cell;	
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.sale-order-item-repeat i,
.sale-order-item-cancel i {	
	font-size: 21px;
	color: #d0e0e3;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .sale-order-item-repeat i:hover,
.bx-touch .sale-order-item-repeat i:active,
.bx-no-touch .sale-order-item-cancel i:hover,
.bx-touch .sale-order-item-cancel i:active {
	color: #6639b6;
}

.sale-order-item-info-container {
	width: 100%;
	height: 90px;
	margin-top: 12px;
}

.sale-order-item-info-container > a:link,
.sale-order-item-info-container > a:visited {
	text-decoration: none;
}

.sale-order-item-date {
	height: 20px;
	margin-top: 3px;
	font-size: 14px;	
	color: #a0b3b8;
	line-height: 20px;
	overflow: hidden;
}

.sale-order-item-title {
	height: 24px;
	margin-top: 1px;
	color: #3d4b52;
	overflow: hidden;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .sale-order-item-info-container > a:hover .sale-order-item-title,
.bx-touch .sale-order-item-info-container > a:active .sale-order-item-title{
	color: #6639b6;
}

.sale-order-item-info {
	height: 20px;
	margin-top: 2px;
	font-size: 14px;	
	color: #55686e;
	line-height: 20px;
	overflow: hidden;
}

.sale-order-item-button-container {
	display: table;
}

.sale-order-item-button {
	width: 100%;
	display: table-cell;	
	vertical-align: bottom;
}

.sale-order-item-button .btn {	
	width: 100%;	
}

.sale-order-item-button .btn.btn-default {
	width: 45px;
	margin: 0 0 0 8px;
	padding: 0px;
}

.sale-order-item-button .btn.btn-default > i {	
	padding-right: 0;	
}

/***PHONES***/
@media(max-width: 991px){
	.sale-order-list{
		margin-top: -32px;
	}

	.sale-order-tabs-block{
		margin: 0 -18px 0;
		border: none;
		background-color: #f1f6f7;
	}

	.sale-order-tabs-scroll{
		top: 0;
	}

	.sale-order-tabs-scroll .owl-prev{	
		padding-left: 18px;
		background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
	}

	.sale-order-tabs-scroll .owl-next{	
		padding-right: 18px;
		background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
	}

	.sale-order-item-container{
		margin: 0;
		padding: 0 !important;
		position: relative;
	}
	
	.sale-order-item{
		display: table;
		padding: 18px;		
		border-left: none;
		border-right: none;
		border-top: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.bx-no-touch .sale-order-item-container:hover .sale-order-item,
	.bx-touch .sale-order-item-container:active .sale-order-item{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.sale-order-item-image-wrapper{		
		width: 100px;
		height: auto;
		display: table-cell;
		vertical-align: top;
		padding-right: 12px;
		position: static;
	}

	.sale-order-item-image{
		position: relative;
	}
	
	.sale-order-item-image > img{
		width: auto;
		height: auto;
		max-width: 100px;
		max-height: 100px;
	}

	.sale-order-item-sticker-wrap{
		left: -18px;
		top: 0;
	}

	.sale-order-item-sticker{
		max-width: 100px;
		padding: 0 5px;
		font-size: 9px;
		text-transform: uppercase;
		line-height: 18px;
		-moz-border-radius: 0 2px 2px 0;
		-webkit-border-radius: 0 2px 2px 0;
		-khtml-border-radius: 0 2px 2px 0;
		border-radius: 0 2px 2px 0;
	}

	.sale-order-item-icons-container{
		right: 11px;
		top: 13px;
	}

	.sale-order-item-info-container{
		height: auto;
		margin-top: 0;
	}

	.sale-order-item-date,
	.sale-order-item-title,
	.sale-order-item-info{
		height: auto;
	}

	.sale-order-item-date{
		line-height: 17px;
		margin-top: 8px;
	}

	.sale-order-item-title{
		margin-top: 4px;
	}

	.sale-order-item-info{		
		line-height: 17px;
		margin-top: 3px;
	}
	
	.sale-order-item-button-container{
		float: right;
		margin-top: 8px;
	}

	.sale-order-item-button{
		width: auto;
	}
	
	.sale-order-item-button .btn-buy{
		width: 45px;
		padding: 0;
	}

	.sale-order-item-button .btn-buy i{
		padding: 0;
		font-size: 18px;
	}

	.sale-order-alert{
		margin-top: 32px;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1271px){
	.sale-order-item-image-wrapper{
		height: 163px;
	}

	.sale-order-item-image > img{
		max-width: 163px;
		max-height: 163px;
	}

	.sale-order-item-sticker{
		max-width: 129px;
	}
}
/* End */
/* /bitrix/templates/enext/components/bitrix/sale.personal.section/.default/style.css?15506786813589 */
/* /bitrix/templates/enext/components/bitrix/system.auth.registration/flat/style.css?15506786815830 */
/* /bitrix/templates/enext/components/bitrix/sale.personal.order.list/.default/style.css?15506786819904 */
