

/* Start:/bitrix/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16248929351768*/
#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:/bitrix/templates/dresscodeV2/components/bitrix/system.auth.registration/.default/style.css?16248930544282*/
#main .bx-auth .alert.small{
	text-transform: lowercase;
    border: 1px solid #ff0000;
    background-color: #ffffff;
	margin-bottom: 0px;
	line-height: 21px;
	margin-top: 12px;
	max-width: 100%;
	padding: 12px;
	width: auto;
}

#main .bx-auth .alert.small:empty{
	display: none;
}

#main .bx-auth .alert.small *{
	background-color: transparent;
	color: #000000;
	padding: 0;
	margin: 0;
}

#main .bx-auth .alert.small:first-letter{
	text-transform: capitalize;
}

.bx-register-phone-messages{
	margin-top: 12px;
}

.bx-auth #bx_register_resend a{
    -webkit-transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #000000;
    transition: all 0.2s ease-in-out;
    font-family: "roboto_ltregular";
    text-decoration: none;
	display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
	cursor: pointer;
    color: #000000;
}

.bx-auth #bx_register_resend a:hover{
	opacity: 0.8;
}

.bx-auth #bx_register_resend a:active{
	position: relative;
	top: 1px;
}

.bx-auth p{
	margin: 0px;
}

p.bx-auth-info-message{
	margin-top: 12px;
	display: block;
}

.bx-auth .bx-auth-form-line{
	margin-top: 12px;
}

.bx-auth .bx-auth-form-line-container{
	overflow: hidden;
	width: 900px;
}

.bx-auth .bx-auth-form-line-container{
	font-size: 0;
}

.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 800;
	width: 420px;
}

.bx-auth .bx-auth-form-line:empty{
	display: none;
}

.bx-auth  .bx-authform-formgroup-container-line{
	margin-top: 12px;
}

.bx-auth .bx-auth-captha-container .bx-authform-input-container{
	line-height: 0
}

.bx-auth .bx-auth-captha-container .bx-authform-input-container input{
	line-height: normal;
}

#main .bx-auth input[type="text"],
#main .bx-auth input[type="password"]{
	width: 100%;
}

.bx-auth .bx-auth-form-captha-table{
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.bx-auth .bx-auth-form-captha-image,
.bx-auth .bx-auth-form-captha-field{
	vertical-align: middle;
	display: table-cell;
}

.bx-auth .bx-auth-form-captha-image{
	padding-left: 12px;
	width: 180px;
}

.bx-auth .bx-auth-form-captha-field input[type="text"]{
	width: 100%;
}

.bx-auth .bx-auth-success-heading .notetext{
	color: #000000 !important;
}

.bx-auth .bx-auth-button-link{
	margin-top: 12px;
}

.bx-auth input:-webkit-autofill,
.bx-auth input:-webkit-autofill:hover,
.bx-auth input:-webkit-autofill:focus,
.bx-auth input:-webkit-autofill,
.bx-auth textarea:-webkit-autofill,
.bx-auth textarea:-webkit-autofill:hover,
.bx-auth textarea:-webkit-autofill:focus,
.bx-auth select:-webkit-autofill,
.bx-auth select:-webkit-autofill:hover,
.bx-auth select:-webkit-autofill:focus{
	background-color: #f3f3f3 !important;
	-webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

@media screen and (max-width: 1300px) and (min-width: 1024px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 400px;
	}
}

@media screen and (max-width: 1270px) and (min-width: 1024px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 360px;
	}
}

@media screen and (max-width: 1150px) and (min-width: 1024px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 310px;
	}
}

@media screen and (max-width: 950px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 380px;
	}
}

@media screen and (max-width: 860px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 350px;
	}
}

@media screen and (max-width: 800px){
	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 320px;
	}
}

@media screen and (max-width: 750px){

	.bx-auth .bx-auth-form-line-container .bx-auth-form-line{
		width: 100%;
		padding: 0;
	}

	.bx-auth .bx-auth-form-captha-image,
	.bx-auth .bx-auth-form-captha-field{
		display: block;
	}

	.bx-auth .bx-auth-form-captha-image{
		padding-left: 0px;
		margin-top: 12px;
	}

}

@media screen and (max-width: 600px){

	#main h1{
		margin-bottom: 12px;
	}

	#authMenu{
		display: none;
	}

}



/* End */


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


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/sale.personal.account/.default/style.css?16248930142736*/
.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 */
/* /bitrix/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16248929351768 */
/* /bitrix/templates/dresscodeV2/components/bitrix/system.auth.registration/.default/style.css?16248930544282 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162488141551 */
/* /bitrix/templates/dresscodeV2/components/bitrix/sale.personal.account/.default/style.css?16248930142736 */
