.msp-value-color{
	display:inline-block;
	margin:0px 10px;
	width:25px;
	height:25px;
	border:1px solid #c5c5c5;
	vertical-align:middle;
}

.cua-register-cont
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
	padding: 10px 0 80px 0;
}

.cua-register-type .i-r-wrapper .i-r-default
{
	display: none;
}

#register_form,
#login_form
{
	max-width: 600px;
	margin: auto;
}

.cua-register-type
{
	text-align: center;
	margin: -15px;
}

.cua-register-type:after
{
	content: "";
	display: block;
	clear: both;
}

.cua-register-type-inner
{
	padding: 15px;
	width: 50%;
	float:left;
	box-sizing: border-box;
}

.cua-register-type .i-r-wrapper
{
	width:100%;
	border: 1px solid #48556e;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

.cua-register-type .i-r-wrapper > label
{
	height: 0;
	position: relative;
	width: 100%;
	padding-bottom: 78%;
	font-size: 0;
	cursor: pointer;
}

.cua-register-type .i-r-wrapper.i-r-clicked > label
{
	cursor: default;
}

.cua-register-type .i-r-wrapper > label:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	padding-bottom: 78%;
}

.cua-register-type-icon
{
	font-size: 83px;
	font-weight: 400;
	color: #6b115a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-register-type-name
{
	font-size: 19px;
	color: #a6a6a6;
	line-height: 25px;
	font-weight: 500;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*padding-top: 14px;*/
}

.cua-register-type .i-r-wrapper.i-r-clicked
{
	background: #48556e;
}

.cua-register-type .i-r-wrapper.i-r-clicked .cua-register-type-name,
.cua-register-type .i-r-wrapper.i-r-clicked .cua-register-type-icon
{
	color: #ffffff;
}

.cua-register-inputs 
{
	margin: -10px;
}

.cua-register-inputs .ERROR-ICON
{
	top: 17px;
}

.cua-register-inputs-inner
{
	box-sizing: border-box;
	padding: 10px;
}

.cua-register-input-wrap
{
	position: relative;
	font-size: 0;
}

.cua-register-inputs input
{
	width: 100%;
	box-sizing: border-box;
}

.cua-register-checkbox
{
	padding: 13px;
	box-sizing: border-box;
}

.cua-register-checkboxs
{
	padding-top: 30px;
	margin: -13px;
}

.cua-register-checkboxs-login
{
	padding: 15px 0 0;
}

.cua-register-checkbox.hide
{
	display: none;
}

.cua-register-bottom
{
	padding-top: 40px;
	margin: -10px;
	font-size: 0;
}

.cua-register-bottom-login
{
	padding-top: 20px;
}

.cua-register-bottom-inner
{
	padding: 10px;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.cua-register-bottom-inner-full
{
	padding: 5px 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.g-recaptcha
{
	/*overflow: hidden;*/
	position: relative;
	border-radius: 3px;
	z-index: 1;
	/*max-width: 240px;*/
	display: inline-block;
}

.g-recaptcha > div:before
{
	content: "";
	position: absolute;
	top:0;
	bottom: 2px;
	max-height: 74px;
	display: block;
	background: #F9F9F9;
	border: 1px solid #d3d3d3;
	border-left: none;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	right: 0;
	width: 30px;
}

.cua-register-submit
{
	box-sizing: border-box;
	text-transform: none;
	width: 100%;
	text-align: center;
}

.BTN.invert.BTNFB
{
	background: #3b5998;
	text-transform: none;
}

.BTN.invert.BTNFB:hover
{
	background: #ffffff;
	border-color: #3b5998;
	color: #3b5998;
}

.cua-register-bottom-below
{
	font-size: 0;
	text-align: justify;
	padding: 40px 0 0;
	text-justify: distribute;
}

.cua-register-bottom-below:after
{
	content: "";
	width: 100%;
	display: inline-block;
	height: 0;
}

.cua-register-bottom-below-link
{
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}

/*PANEL UZYTKOWNIKA*/

.cua-content
{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.cua-content-left
{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 250px;
	position: relative;
	font-size: 0;
	z-index: 2;
	/*border-right: 2px solid #494949;*/
	background: #2a2a2a;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-content-left.hide
{
	width: 40px;
}

.cua-content-left-menu
{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
	text-align: center;
}

.cua-content-left-menu-handler
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 20px;
}

.cua-content-left-blocks
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	font-size: 14px;
	background: #494949;
	white-space: normal;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	height: 100%;
}

.cua-content-left.hide .cua-content-left-blocks
{
	height: 0;
	overflow: hidden;
}

.cua-content-left a
{
	color: #ffffff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-content-left a:hover
{
	color: #ffffff;
}

.cua-content-right
{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 190px;
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*overflow: hidden;*/
}

.cua-content-right h3.cua-content-right-title
{
	font-size: 27px;
	color: #48556e;
	font-weight: 600;
	padding: 25px 40px;
}

.cdps-item h2
{
	font-size: 0;
	color: #494949;
	position: relative;
	text-align: justify;
	margin: 0 -20px;
	display: block;
	padding-bottom: 35px;
	text-justify: distribute;
}

.cdps-item h2:before
{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background: #6b115a;
	left: 0;
	right: 0;
	top: 19px;
}

.cdps-item h2:after
{
	content: "";
	display: inline-block;
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
	
}

.cdps-item h2 span
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 500;
	background: #fafafa;
	padding: 5px 20px;
}

.cdps-item h2 a
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	background: #fafafa;
	padding: 5px 20px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cdps-item-content
{
	font-size: 19px;
	font-weight: 600;
	color: #a6a6a6;
	padding-bottom: 80px;
}

.cdps-item-content .panel-labels
{
	margin: -5px -20px;
	text-align: justify;
	font-size: 0;
	text-justify: distribute;
}

.cdps-item-content .panel-labels:after
{
	content: "";
	display: inline-block;
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

.cdps-item-order.cdps-item-content .panel-labels:after,
.cdps-client-order.cdps-item-content .panel-labels:after,
.cdps-delivery-order.cdps-item-content .panel-labels:after,
.cdps-fvat-order.cdps-item-content .panel-labels:after
{
	display: none;
}

.cdps-item-order.cdps-item-content,
.cdps-client-order.cdps-item-content,
.cdps-delivery-order.cdps-item-content,
.cdps-fvat-order.cdps-item-content
{
	padding-bottom: 20px;
}

.cdps-item-content label.panel-label
{
	padding: 5px 20px;
	text-align: left;
	display: inline-block;
	font-size: 19px;
}

.cdps-item-content label.panel-label span
{
	color: #494949;
}

.cdps-item-content label.panel-label span.GREEN
{
	color: #4a9e5f;
}

.cdps-item-content-shop-avatar
{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	box-sizing: border-box;
	padding-right: 40px;
}

.cdps-item-content-shop
{
	font-size: 0;
}

.cdps-item-content-shop-data
{
	width: 100%;
	margin-left: -280px;
	box-sizing: border-box;
	padding-left: 280px;
	font-size: 19px;
	display: inline-block;
	vertical-align: top;
}

.cdps-item-content-shop-avatar-inner
{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	position: relative;
}

.cdps-item-content-shop-avatar-inner img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cdps-item-content-shop-avatar-inner i
{
	font-size: 80px;
	color: #b5b5b5;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cdps-item-content-shop-avatar-inner i:after
{
	content: "";
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
	border: 3px dashed #b5b5b5;
	border-radius: 3px;	
}

.cdps-item-content-shop-avatar-inner img.cdps-item-content-shop-avatar-inner-empty
{
	max-width: 60%;
	max-height: 60%;
}

.cdps-item-content-shop-avatar-btn
{
	text-align: justify;
	box-sizing: border-box;
	padding-right: 40px;
	padding-top: 10px;
	text-justify: distribute;
}

.cdps-item-content-shop-avatar-btn:after
{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.cdps-item-content-shop-avatar-btn > a
{
	display: inline-block;
	color: #a6a6a6;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cdps-item-content-shop-avatar-btn > a:hover,
.cdps-item-content-shop-avatar-btn > a.hover
{
	color: #6b115a;
}

.text-with-link
{
	margin: -5px -20px;
}

.text-with-link > *
{
	display: inline-block;
	padding: 5px 20px;
}

.pb-80
{
	padding-bottom: 80px;
}

.cdps-verify-button
{
	margin-bottom: 20px;
}

.cua-show-count
{
	position: absolute;
	top: -105px;
	bottom: 0;
	left: 0;
	right: -55px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #6b115a;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto;
}

.cua-show-count i
{
	font-size: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 16px;
	width: 16px;
}

.i-domain
{
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}

.panel-label-email
{
	display: inline-block;
	word-break: break-all;
}

.cua-register-text
{
	font-size: 19px;
	font-weight: 300;
	line-height: 22px;
}

.cua-register-text a
{
	font-weight: normal;
}

/*PANEL UZYTKOWNIKA*/

.cua-sort-block .title
{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px 0;
	color: #ffffff;
}

.cua-avatar-menu
{
	text-align: center;
	padding: 20px 0 0;
}

.cua-avatar-menu-inner
{
	display: inline-block;
}

.cua-avatar-menu-inner:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.cua-avatar-menu-img
{
	font-size: 80px;
	line-height: 80px;
	height: 80px;
	display: inline-block;
}

.cua-avatar-menu-fullname
{
	font-size: 18px;
	padding: 5px 20px;
	display: inline-block;
}

.cua-menu-links
{
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}

.cua-menu-links a
{
	display: block;
	padding: 10px 20px;
	text-align: right;
	background: #555555;
	box-sizing: border-box;
	border-left: 10px solid transparent;
}

.cua-menu-links a:hover,
.cua-menu-links a.active
{
	background: #777777;
	border-left: 10px solid #ffffff;
}

.cw-ballance-wrapper {
	padding: 5px 0 0 10px;
	color: #fff;
}

.cw-ballance-value {
	text-align: center;
	font-size: 18px;
}

@media all and (max-width: 1400px){
	.cua-register-bottom-below-link,
	.cua-register-type-name,
	.cua-menu-item a
	{
		font-size: 18px;
	}
	
	.cua-menu-item i
	{
		font-size: 42px;
	}
	
	.cua-content-right
	{
		padding-right: 100px;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 25px;
	}
	
	.cdps-item h2 span
	{
		font-size: 21px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 18px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 70px;
	}
}

@media all and (max-width: 1200px){
	.cua-register-bottom-below-link,
	.cua-register-type-name,
	.cua-menu-item a
	{
		font-size: 17px;
	}
	
	.cua-menu-item i
	{
		font-size: 40px;
	}
	
	
	.cua-content-right
	{
		padding-right: 0;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 23px;
	}
	
	.cdps-item h2 span
	{
		font-size: 20px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 17px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 60px;
	}
}

@media all and (max-width: 1024px){
	.cua-register-bottom-below-link,
	.cua-menu-item a
	{
		font-size: 16px;
		font-weight: normal;
	}
	
	.cua-menu-item i
	{
		font-size: 38px;
	}
	
	.cua-register-bottom-below
	{
		padding: 40px 0px 0;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 22px;
		padding: 22px 0;
		box-sizing: border-box;
		width: 90%;
		margin: auto;
	}
	
	#f-tabs.ui-widget.ui-widget-content
	{
		box-sizing: border-box;
		margin: auto;
	}
	
	#f-tabs.ui-tabs .ui-tabs-panel
	{
		margin: 0 -10px;
	}
	
	.cdps-item h2 span
	{
		font-size: 19px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 16px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 50px;
	}
	
	.pb-80
	{
		padding-bottom: 50px;
	}
}

@media all and (max-width: 1023px){
	.cua-content-right
	{
		display: block;
		position: relative;
		max-width: 100vw;
		margin-left: -180px;
		width: calc(100% + 180px);
	}
	
	.cua-content-right.hide
	{
		margin-left: 0;
		width: 100%;
	}
	
	.cua-menu-item.active:before,
	.cua-menu-item.active:after
	{
		display: none;
	}
	
	.cua-menu-item a
	{
		padding: 20px 40px;
	}
	
	.cua-show-count
	{
		top: -70px;
		right: -60px;
	}
	
	.cdps-item-content-shop-avatar-btn
	{
		text-align: left;
	}
}

@media all and (max-width: 767px){
	.cdps-item-content-shop-data
	{
		padding-left: 180px;
		margin-left: -180px;
	}
	
	.cdps-item-content-shop-avatar
	{
		width: 180px;
		padding-right: 20px;
	}
	
	.text-with-link > *
	{
		padding: 5px 15px;
	}
	
	.text-with-link
	{
		margin: -5px -15px;
	}
}

@media all and (max-width: 550px){
	.cdps-item-content-shop-data
	{
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.cdps-item-content-shop-avatar
	{
		width: 100%;
		padding-right: 0px;
		text-align: center;
		max-width: 320px;
		margin: auto;
		display: block;
		padding-bottom: 20px;
	}
	
	.cua-register-bottom-inner-recaptcha
	{
		max-width: 265px;
		margin: auto;
		display: block;
	}
	
	.cua-register-bottom-inner
	{
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 479px){
	.cdps-item h2
	{
		margin: 0 -10px;
	}
	
	.cdps-item h2 span,
	.cdps-item h2 a
	{
		padding: 5px 10px;
	}
	
	.cdps-item-content .panel-labels
	{
		margin: 0 -10px;
	}
	
	.cdps-item-content label.panel-label
	{
		padding: 5px 10px;
	}
	
	.cua-register-type-icon
	{
		font-size: 55px;
	}
	
	.cua-register-type-icon
	{
		font-size: 45px;
	}
	
	.cua-register-type
	{
		margin: -10px;
	}
	
	.cua-register-type-inner
	{
		padding: 10px;
	}
}

.cua-payment-form
{
	max-width: 480px;
	width: 90%;
	margin: auto auto;
	text-align: left;
	padding: 30px;
	border: 1px solid #aaaaaa;
}

.cua-payment-form .sf-r-group
{
	margin: -8px;
}

.cua-input-container
{
	padding: 8px 0;
}

.cua-payment-form .sf-r-wrapper
{
	margin: 8px;
}

.cua-payment-form-bottom input[type=submit]
{
	width: 100%;
}

.cua-payment-form .cua-inputs-wrap
{
	margin-bottom: 20px;
}

.cua-payment-form-to-pay
{
	font-weight: normal;
	font-size: 22px;
	margin: 35px 0 5px;
	text-align: right;
}

.cua-input-container input[type=text],
.cua-input-container input[type=email],
.cua-input-container input[type=password]
{
	width: 100%;
	box-sizing: border-box;
}