

/* Start:/local/templates/ustemplate/components/bitrix/system.auth.authorize/.default/style.css?1705519308893*/
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 0px 6px 0px;}
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(/local/templates/ustemplate/components/bitrix/system.auth.authorize/.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(/local/templates/ustemplate/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);}


/* End */


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


/* Start:/local/templates/ustemplate/components/bitrix/sale.personal.order.list/rozn/style.css?17055193085131*/
.order-list-item {
	/* border-bottom: 1px solid #acacac; */
}

.order-title {
	font-size: 24px;
	color: rgb(54, 54, 54);
	line-height: 1.2;
}

.order-date {
	font-size: 18px;
	color: rgb(54, 54, 54);
	line-height: 1.2;
	margin-top: 20px;
}

.order-status {
	font-size: 18px;
	color: #c9a972;
	line-height: 1.2;
	margin-top: 20px;
}

.sale-order-title {
	font-size: 30px;
	margin: 40px 0;
	text-align: center;
}

.order-detail-payment-actions a, .order-detail-cancel a, .order-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 47px;
	width: 280px;
	border: 1px solid #acacac;
	color: #000;
	font-size: 15.667px;
	color: rgb(37, 37, 37);
	text-transform: uppercase;
	line-height: 1.2;
	margin: 25px auto;
}

.order-btn a:hover {
	color: #000;
}

.order-detail-cancel a {
	color: #d92819;
	border-color: #d92819;
}

.order-detail-cancel a:hover {
	color: #d92819;
}

.order-detail-payment-actions a {
	color: #c9a972;
	border-color: #c9a972;
	margin: 10px auto;
}

.order-detail-payment-actions a:hover {
	color: #c9a972;
}

/* .order-cancel {
	margin-right: 30px;
} */

.order-sum {
	font-size: 24px;
	color: rgb(54, 54, 54);
	line-height: 1.2;
	text-align: center;
	width: 280px;
	margin-left: auto;
}

.order-list-item__top, .order-list-item__bottom {
	padding: 20px 0 10px;
	border-bottom: 1px solid #c9a972;
	margin: 0px 0px 10px 0px;
}

.order-list-item__bottom {
	display: none;
}

.order-detail-props-group+.order-detail-props-group {
	margin-top: 40px;
}

.order-preview-items-list {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1550px){
	.order-preview-items-list{
		justify-content: center;
	}
}

.order-detail-payments, .order-detail-delivery, .order-detail-props {
	font-size: 14px;
	color: rgb(54, 54, 54);
	line-height: 1.4;
	margin-bottom: 40px
}

/* .flex-container-btn {
	display: flex;
} */

.order-preview-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 197px;
	height: 197px;
}

.order-preview-item img {
	max-width: 100%;
	max-height: 100%;
}



.order-detail-item {
	display: flex;
	justify-content: space-between;
	/* max-width: 85%; */
	margin-left: auto;
	border-bottom: 1px solid #acacac;
}
@media (max-width: 1250px){
	.order-detail-item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.order-detail-items .order-detail-item:last-child {
	border-bottom: 0;
}

.order-detail-item>div {
	margin-top: 55px;
}

.order-detail-item>div.order-detail-item-picture {
	margin-top: 0px;
	width: 197px;
}

.col-btn {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
@media (max-width: 1550px){
	.col-btn{
		justify-content: center;
	}
}

.order-preview-items-list .order-preview-item {
	width: 136px;
	height: 136px;
}

.order-detail-item .order-item-info {
	width: 250px;
}

.order-detail-item .order-item-props-container {
	width: 350px;
	display: flex;
	justify-content: space-between;
}

.order-item-sum, .order-item-quantity, .order-detail-item .order-item-props {
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: rgb(54, 54, 54);
	line-height: 1.2;
}

.order-item-sum-value, .order-item-quantity-value, .order-item-prop-value {
	margin-top: 20px;
	font-size: 21px;
}

.order-detail-item>div {
	width: 150px;
}

.order-list-item__container {
	border-bottom: 1px solid #acacac;
}

@media (max-width: 1500px) {
	.flex-container-btn {
		flex-direction: column;
	}
	.order-cancel {
		margin-right: 0;
		order: 1;
	}
	.order-detail-payment-actions a, .order-detail-cancel a, .order-btn a {
		max-width: 100%;
	}
	.order-detail-cancel a {
		margin: 25px auto 0;
	}
	.order-detail-item {
		max-width: 100%;
	}
	.order-detail-item .order-item-info {
		max-width: 220px;
	}
}

@media (max-width: 992px) {
	.col-btn {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.order-date, .order-title, .order-status {
		text-align: center;
	}
	.order-preview-items-list {
		justify-content: center;
	}
	.order-list-item__container {
		text-align: center;
	}
	.order-detail-payment-actions a {
		margin: 10px auto;
	}
	.sale-order-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.order-preview-item {
		/* width: 80px;
		height: 80px; */
	}
	.order-detail-item>div{
		margin-top: 0;
		
	}
	.order-detail-item{
		flex-direction: column;
		align-items: center;
		padding: 20px 0; 
	}
	.order-detail-item .order-item-info{
		max-width: 100%;
	}
	.order-detail-item .order-item-info {
    margin: 20px;
    text-align: center;
	}
	.order-item-sum, .order-item-quantity, .order-detail-item .order-item-props{
		margin: 20px 0;
	}
}


.order-list-item__top,.order-list-item__container{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1550px){
	.order-list-item__top,.order-list-item__container{
		display: block;
		text-align: center;
	}
	.order-list-item__container .col-md-3,
	.order-list-item__top .col-md-3{
		max-width: 100%;
	}

}

/*#c9a972*/
/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?17055201975814*/
.sale-order-payment-change-pp.row{margin-right:0;margin-left:0}.sale-order-payment-change-pp-list{opacity:0}.sale-order-payment-change-pp-company{height:40px;padding-bottom:20px;z-index:100;position:relative}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{padding:7px;border:1px solid transparent;height:auto;margin-bottom:15px;-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease}.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease;border-color:#159ebb}.sale-order-payment-change-pp-company-graf-container{border:2px solid #c3cace;border-radius:2px;position:relative;background:#fff;width:auto;height:0;padding-top:50%}.sale-order-payment-change-pp-company-image{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-size:contain;background-repeat:no-repeat;background-position:center}.sale-order-payment-change-pp-company-smalltitle{padding-top:9px;color:#a3a3a3;font-size:11px;text-align:center;padding-bottom:5px}.sale-order-payment-change-pp-field .form-control{background:#fff}.sale-order-payment-change-pp-price{text-align:right;padding:4px 0}.sale-order-payment-change-service-small{color:#a3a3a3;font-size:11px}@media(min-width:1200px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1){clear:both;padding-left:0}}@media(min-width:768px) and (max-width:1199px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1){clear:both;padding-left:0}}@media(max-width:767px){.sale-order-payment-change-pp,.sale-order-payment-change-pp-item-container{max-width:450px}.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1){clear:both;padding-left:0}}.sale-order-payment-change-inner-row{padding:0;position:relative}.sale-order-payment-change-payment{padding-bottom:20px}.sale-order-payment-change-payment-title{font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000}.sale-order-payment-change-status-alert,.sale-order-payment-change-status-restricted,.sale-order-payment-change-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#ffe5e8;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#d0021b}.sale-order-payment-change-status-restricted{background:#f3f4f5;border:1px solid rgba(128,134,142,0.20);color:#535c69}.sale-order-payment-change-status-success{background:#e3f0bd;border:1px solid #bed277;color:#597707}.sale-order-payment-change-payment-price{padding:4px 0 0 0;font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-payment-form-group{display:table}.sale-order-payment-change-payment-form-cell{display:table-cell;vertical-align:middle;text-align:center}.sale-order-inner-payment-button{display:block;cursor:pointer;padding:0 17px;max-width:115px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:38px;background:#1485ce;color:#fff;font:bold 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;float:left}.sale-order-inner-payment-button:hover{color:#fff;background:#53a4d8;-webkit-transition:background ease-out .5s;-moz-transition:background ease-out .5s;-o-transition:background ease-out .5s;transition:background ease-out .5s}.sale-order-inner-payment-button.inactive-button{opacity:.2;cursor:pointer}.sale-order-inner-payment-button.inactive-button:hover{background:#1485ce;color:#fff}.sale-order-inner-padding-bottom{padding-bottom:15px}.sale-paysystem-wrapper{position:relative;padding:24px 38px 24px 38px;margin:0 -15px 0 0;border:1px solid #3bc8f5;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#424956}.sale-paysystem-wrapper{position:relative;padding:24px 38px 24px 38px;margin:0 -15px 0 0;border:1px solid #3bc8f5;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#424956}.sale-paysystem-close{position:absolute;top:7px;right:7px}.sale-paysystem-close-item{display:inline-block;width:18px;height:18px;background:url(/bitrix/components/bitrix/sale.order.payment.change/templates/.default/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1;cursor:pointer}.sale-paysystem-close-item:hover{opacity:.5}.sale-paysystem-description{margin:0 0 11px 0;font:11px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#bcbdc0}.sale-paysystem-yandex-button{display:inline-block;margin:26px 10px 26px 0}.sale-paysystem-yandex-button-item{padding:0 22px;height:38px;border:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#f59023;font:bold 13px/35px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#fff;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;transition:background .3s ease}.sale-paysystem-yandex-button-item:hover{background:#ff911a;color:#fff;text-decoration:none}.sale-paysystem-yandex-checkout-button-item{padding:10px 22px}.sale-paysystem-yandex-button-item:focus{color:#fff;text-decoration:none}.sale-paysystem-yandex-button-descrition{display:inline-block;margin:0 0 15px 0;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#80868e}
/* End */
/* /local/templates/ustemplate/components/bitrix/system.auth.authorize/.default/style.css?1705519308893 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170552019551 */
/* /local/templates/ustemplate/components/bitrix/sale.personal.order.list/rozn/style.css?17055193085131 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?17055201975814 */
