

/* Start:/local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16274129231686*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/sale.personal.account/.default/style.css?16274129252667*/
.sale-personal-account-wallet-container{
	width:100%;
	max-width:430px;
	margin-bottom:36px;
}
.sale-personal-account-wallet-title{
	background-color: #f1f1f1;
	color: #000000;
	font-family: "roboto_ltregular", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding:11px 17px;
	border-radius: 3px 3px 0 0;
}
.sale-personal-account-wallet-list-container{
	background-color: #f9f9f9;
	color: #000000;
	border-radius: 0 0 3px 3px;
}
.sale-personal-account-wallet-list{}
.sale-personal-account-wallet-list-item{
	position: relative;
	padding:11px 17px 12px 17px;
	font-size:15px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
}
.sale-personal-account-wallet-list .sale-personal-account-wallet-list-item:last-child{
	border-bottom: none;
}
/*.sale-personal-account-wallet-list-item:before{*/
	/*content:" ";*/
	/*display: block;*/
	/*position: absolute;*/
	/*left:15px;*/
	/*width: 22px;*/
	/*height:22px;*/
	/*background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDMiIGhlaWdodD0iNTAzIiB2aWV3Qm94PSIwIDAgNTAzIDUwMyI+ICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTEuNywwLjYgQzExMi45LDAuNiAwLjUsMTEzLjEgMC41LDI1MS44IEMwLjUsMzkwLjUgMTEzLDUwMyAyNTEuNyw1MDMgQzM5MC40LDUwMyA1MDIuOSwzOTAuNSA1MDIuOSwyNTEuOCBDNTAyLjksMTEzLjEgMzkwLjUsMC42IDI1MS43LDAuNiBMMjUxLjcsMC42IFogTTI1MS43LDQzNS44IEMxNTAuMSw0MzUuOCA2Ny44LDM1My40IDY3LjgsMjUxLjkgQzY3LjgsMTUwLjQgMTUwLjIsNjggMjUxLjcsNjggQzM1My4yLDY4IDQzNS42LDE1MC40IDQzNS42LDI1MS45IEM0MzUuNiwzNTMuNCAzNTMuMyw0MzUuOCAyNTEuNyw0MzUuOCBMMjUxLjcsNDM1LjggWiBNMjQwLjMsMTMwLjUgQzIzNy45LDEzOC45IDIzNC4zLDE0NS41IDIyOS41LDE1MC41IEMyMjIuNiwxNTcuOCAyMTMuNiwxNjIuNyAyMDIuNiwxNjUuMSBDMTk1LjcsMTY2LjYgMTgzLjYsMTY3LjggMTY2LjMsMTY4LjYgTDE2Ni4zLDIwNiBMMjMyLDIwNiBMMjMyLDM5OC43IEwyODguMywzOTguNyBMMjg4LjMsMTE5LjMgTDI0Mi40LDExOS4zIEMyNDIuNCwxMjEuOCAyNDEuNywxMjUuNSAyNDAuMywxMzAuNSBMMjQwLjMsMTMwLjUgWiIvPjwvc3ZnPg==) no-repeat center;*/
	/*background-size:22px;*/
	/*top:50%;*/
	/*margin-top:-11px;*/
/*}*/

.sale-personal-account-wallet-currency {
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height:22px;
	vertical-align: middle;
}

.sale-personal-account-wallet-currency-item {
	font: bold 14px/17px "roboto_ltregular", Arial, Helvetica, sans-serif;
	color: #000000;
}

.sale-personal-account-wallet-currency-item + .sale-personal-account-wallet-currency-item {
	font: bold 11px "roboto_ltregular", Arial, Helvetica, sans-serif;
}

.sale-personal-account-wallet-sum {
	display: inline-block;
	float: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 22px;
	/*line-height: 22px;*/
	vertical-align: middle;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/sale.account.pay/.default/style.css?16274129244805*/
.sale-acountpay-block { margin-bottom: 12px; }

.sale-acountpay-title { font-size: 14px; }

.sale-acountpay-fixedpay-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background: #eeeeee;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	min-width: 55px;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 0 9px;
	-webkit-transition: background 300ms ease;
	   -moz-transition: background 300ms ease;
		-ms-transition: background 300ms ease;
		 -o-transition: background 300ms ease;
			transition: background 300ms ease;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
	background: #dddddd;
}

.bx-sap .control-label.input-lg {
	font-weight: normal;
	font-size: 14px;
	line-height: 29px;
	vertical-align: middle;
}

/*pay*/
.sale-acountpay-pp-company {
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	margin-right: 12px;
	width: 150px;
	z-index: 2;
}

.sale-acountpay-pp-company:hover{
	opacity: 0.8;
}

.sale-acountpay-pp-company:active{
	top: 1px;
}

.sale-acountpay-pp .sale-acountpay-pp-company {
	border: 1px solid transparent;
	-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-acountpay-pp-company-graf-container {
	border: 1px solid #cccccc;
	border-radius: 2px;
	position: relative;
	background: #fff;
	width: auto;
	height: 0;
	padding-top: 50%;
}

input[type=checkbox].sale-acountpay-pp-company-checkbox {
	position: absolute;
	top: 7px;
	left: 7px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.sale-acountpay-pp-company-image {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sale-acountpay-pp-company-smalltitle {
	padding-top: 9px;
	color: #a3a3a3;
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}

.sale-acountpay-pp-company-title {
	font-size: 19px;
	font-weight: bold;
}

.sale-acountpay-pp-company-selected { padding: 4px 0; }

ul.sale-acountpay-pp-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #000;
}

ul.sale-acountpay-pp-list li {
	clear: both;
	padding: 5px 0;
}

.sale-acountpay-pp-list-termin {
	color: #8d8d8d;
	display: block;
}

.sale-acountpay-pp-list-description { display: block; }

.sale-acountpay-pp-delivery-cost {
	position: absolute;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 2px 4px;
	right: -2px;
	bottom: -2px;
	border-radius: 1px;
	background: rgba(0,0,0,.5);
}

.sale-acountpay-pp-field .form-control { background: #fff; }

.sale-acountpay-pp-price {
	text-align: right;
	padding: 4px 0;
}

.sale-acountpay-service-small {
	color: #a3a3a3;
	font-size: 11px;
}

#loading_screen {
	position: fixed;
	z-index: 1150;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	height: 64px;
}

.sale-acountpay-input {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	display: inline-block;
	text-align: left;
	max-width: 250px;
	padding: 0 8px;
	height: 35px;
}

.sale-acountpay-input:focus{
	background-color: #fbfbfb;
}

.form-group .col-sm-9{
	vertical-align: middle;
	display: inline-block;
}

.bx-sap .control-label.input-lg{
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
}

.btn.sale-account-pay-button {
	padding: 0 32px;
	height: 42px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #70bb18;
	font: 14px "roboto_ltregular" , arial , sans-serif;
	text-decoration: none;
	display: inline-block;
	line-height: 42px;
	position: relative;
	margin-top: 0px;
	color: #fff;
}

.btn.sale-account-pay-button:hover {
	background: #7bd314;
	color: #fff;
	-webkit-transition: background ease-out 0.5s;
	-moz-transition: background ease-out 0.5s;
	transition: background ease-out 0.5s;
}

.bx-sap input[name="BuyButton"]{
	display: inline-block;
	padding: 10px 24px;
	margin-right: 6px;
	cursor: pointer;
	margin-top: 12px;
	color: #ffffff;
	border: 0px;
}

.bx-sap a{
	font: 14px "robotobold" , arial , sans-serif;
	margin-top: 12px;
	display: block;
	color: #000000;
}

.bx-sap a:hover{
	opacity: 0.7;
}

.bx-sap a:active{
	position: relative;
	top: 1px;
}

@media (max-width: 800px) {
	.sale-acountpay-pp-company {
		width: 110px;
	}
	.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
	    min-width: 40px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162430040451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16274129231686 */
/* /local/templates/dresscodeV2/components/bitrix/sale.personal.account/.default/style.css?16274129252667 */
/* /local/templates/dresscodeV2/components/bitrix/sale.account.pay/.default/style.css?16274129244805 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162430040451 */
