.cua-register-cont
{
	max-width: 1440px;
    width: 90%;
    margin: auto;
    padding: 75px 0;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: center;
	justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
	align-items: stretch;
}

.cua-register-cont-wrapp
{
	padding:0 30px 0 0;
}
.cua-register-test
{
	padding:0 0 0 30px;
}
.cua-register-cont-wrapp,
.cua-register-test
{
	width:50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cua-register-test-inner .cua-register-cont-title
{
	padding: 53px 0 114px 0;
}
.cua-avatar-menu-inner
{
    width: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cua-register-test-btn .BTN.invert{

	background: #ffffff;
    border: 1px solid #000;
    color: #000;
    line-height: 8px;
    font-size: 12px;
}
.cua-register-test-btn .BTN.invert:hover
{
	color: #ffffff;
    background: #000;
    border: 1px solid #000;
}
.cua-register-test-info
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}
.cua-register-checkbox .sf-ch-wrapper label
{
	font-size:12px
}
.cua-register-test-info p 
{
	width: 50%;
    text-align: center;
    color: #585858;    
	padding: 57px 0 21px 0;
	font-size: 12px
}
.cua-register-test-btn
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 25px 0;
}
.cua-register-cont-title
{	
    display: -webkit-box;	
    display: -ms-flexbox;	
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;  
}
.cua-register-title-bottom
{	
    text-align: center;
    min-width: 90px;
    border-bottom: 1px solid #c2c2c2;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cua-register-title-text
{
	display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 23px 0;
    color: #252525;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cua-box-shadow
{	

	-webkit-box-shadow: 0px 1px 8px 0px rgba(76, 76, 76, 0.08);	

	box-shadow: 0px 1px 8px 0px rgba(76, 76, 76, 0.08);


}
.cua-register-cont-inner,
.cua-register-test-inner
{
	padding: 60px 74px 55px 74px;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;
	height:100%
}
.center-continer
{
	width: 100%;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cua-register-type .i-r-wrapper .i-r-default
{
	display: none;
}

#register_form
{

	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cua-register-type .i-r-wrapper
{
	width:100%;
	border: 1px solid #48556e;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
.cua-register-bottom-inputs
{	
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
	justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
	align-items: stretch;
	padding:20px 0;
}

.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;
	-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%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	-webkit-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 
{
	padding:41px 0 20px 0;
}

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

.cua-register-inputs-inner
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
}

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

.cua-register-inputs input
{
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border-color: rgb(149, 149, 149);
    border-style: solid;
    color: #555555;    
    padding: 20px 21px;
    font-size: 12px;
}

.cua-register-checkbox
{
	padding: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cua-register-checkboxs-login
{
	padding: 15px 0 0;
}

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

.cua-register-bottom-inner
{
	padding: 10px;	
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.cua-register-bottom
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
#login_form .ERROR-ICON
{
	display: none;
}
.cua-register-bottom-inner-full
{	
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	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
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	text-align: center;
	font-size:12px;
	line-height: 8px;
}

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

.BTN.invert.BTNFB:hover
{
	background: #ffffff;
	border-color: #3b5998;
	color: #3b5998;
}
.cua-register-bottom-below{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding:5px 0;
}

.cua-register-bottom-below-link
{	

	font-size: 12px;
	vertical-align: middle;
	text-align: right;
}

/*PANEL UZYTKOWNIKA*/

.cua-content
{
	display: table;
	width: 90%;
	max-width: 1440px;
	table-layout: fixed;
	margin:auto;
}

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

.cua-content-left.hide
{
	width: 40px;
}
.cua-content-left.hide .cua-content-left-menu
{
	border: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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: #fff;
	white-space: normal;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	height: 100%;
	border-left: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px
}
.cua-content-left .cua-content-left-inner{
	border: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cua-content-left.hide .cua-content-left-inner{
	border: none;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cua-content-left.hide .cua-content-left-blocks
{
	height: 0;
	overflow: hidden;
}

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

.cua-content-left a:hover
{
	letter-spacing: 1px;
}

.cua-content-right
{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*	padding-right: 190px;*/
	width: 100%;
	-webkit-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;
}
/*.f-tabs-content
{
	margin-left: -45px;
		
}*/

.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;
	-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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}

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

.cdps-item-content-shop-data
{
	width: 100%;
	margin-left: -280px;
	-webkit-box-sizing: border-box;
	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%;
	-webkit-box-sizing: border-box;
	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;
	-webkit-box-sizing: border-box;
	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;
	-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;
	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: 16px;
	font-weight: 500;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 0;
	color: #000;
}

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

.cua-avatar-menu-inner:hover
{
	-webkit-transform: scale(1.1);
	-ms-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: 16px;
	padding: 5px 20px;
	font-weight: 600;
	display: inline-block;
}

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

.cua-menu-links a
{
	display: block;
	padding: 8px 15px;
	text-align: left;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 10px solid transparent;
	font-size:12px;
}

.cua-menu-links a:hover,
.cua-menu-links a.active
{
	background: #000000;
    border-left: 10px solid #f22c6e;
    color: #fff;
}


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

.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%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.user_accounts .col-table.col-table-action .col-table-inner,
.user_accounts .col-table.col-table-continue .col-table-inner
{
	padding:0px;
}
/*Style dla StyleForma*/
.user_accounts .col-table 
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.user_accounts .col-table-inner
{
	width:50%;
	padding:10px 0;
}
.user_accounts .sf-s-list li.sf-s-default
{
	font-size:12px;
}
.user_accounts .sf-s-search-input input
{
	padding: 10px;
}
.user_accounts .sf-s-holder:before{
	height: 55px;
}
.user_accounts .sf-s-holder .sf-s-selected
{
	font-size:12px;
}
.user_accounts .col-table .f-el
{
	width: 100%;
}
.user_accounts .col-table .sf-s-wrapper
{
	width: 100% !important;
}
.user_accounts .f-form
{
	background: #ffffff;   
    width: 100%;   
}

.user_accounts #f-tabs.ui-tabs .ui-tabs-nav li.ui-state-default a
{
	padding: 12px 75px;
}
.cua-content .default-container-title{
	padding:0;
	text-align: left;
	font-size:16px
}
.user_accounts .f-label
{
	display: block;
    width: auto !important;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    font-weight: 600;
}
.user_accounts .f-el
{
	padding: 5px 10px;
}
.user_accounts .cua-change-email-href
{
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #000;
}
.user_accounts .cua-change-email-href:hover{
	color: #000;
}
.user_accounts .col-table-row_title .col-table-inner
{
	padding: 10px 0 0 0;
}
.user_accounts .col-table-row_subtitle .col-table-inner
{
	padding: 0 0 10px 0;
	width:100%
}
.user_accounts .cua-data-form-title h2
{
	font-size: 18px;
	padding: 0;
}
.user_accounts .cua-data-form-subtitle h3
{
	font-size: 12px;
	padding: 0;
	font-weight: 400;
}
.user_accounts .col-table-row_col-change-email .f-label
{
	font-size:19px;
}
.user_accounts #f-tabs.ui-widget input[type="text"], 
.user_accounts #f-tabs.ui-widget input[type="password"], 
.user_accounts #f-tabs.ui-widget textarea 
{
	width:100%
}

.cua-register .cua-register-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cua-register .cua-register-bottom .cua-register-bottom-inner.cua-register-bottom-inner-recaptcha{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    width: 100%;
}
.cua-register .cua-register-bottom .cua-register-bottom-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    width: 100%;
}
.cua-redmind-pass input[name='login']
{
	width:50%		
}
.cua-redmind-pass .f-el
{
	display: block;
}
.cua-redmind-pass .f-submit
{
	padding:25px 0;
}
.cua-list-test .imp-grid-cont{	 
	padding: 0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;   
	background: #fff;
}
.cua-list-test .imp-grid-top-buttons  .button{
	padding: 14px 5px;
	min-width: 178px;
	margin:0;
}
.cua-list-test .imp-grid-cont-top-wrap
{
	margin: -10px 0px;
}
.cua-list-test button.imp-grid-top-search-magnifier
{
	width:60px;
	min-width: 0;
	color:#000;
	font-size:18px;
}
.cua-list-test .imp-grid-top-search-input input[type=text]{
	border: 1px solid #c2c2c2;
}
.cua-list-test .g-head-row th a 
{
	color: #000;
	font-weight: 600;
}
.cua-list-test  td.g-data-check, td.g-data-cell, td.g-data-tool
{
	font-size:14px;
}
.cua-list-test .g-head-tools
{
	font-weight: 600;
}
.cua-list-test .g-data-tool a:not(.nc-icon-glyph)
{
	color:#000;
}
.cua-list-test .sf-s-holder, .sf-s-wrapper select
{
	font-size:14px;
}

.cua-list-test .sf-s-holder .sf-s-selected 
{
	font-size:12px;
}
.cua-list-test  .g-head-row th
{
	color:#000;
	background: #fff;
}
.cua-list-test  .sf-s-list li.sf-s-default
{
	color:#000;	
	font-size:12px;
} 
.cua-list-test .imp-grid-action-per-page-bottom-show{
	font-weight: 600;
}
.cua-list-test  .g-main-table td, 
.cua-list-test  .g-main-table  th{
	border: 1px solid #c2c2c2;
}
.cua-list-test .prev,
.cua-list-test .next
{
	border: 1px solid #c2c2c2;
	border-radius: 4px ;
	font-size:14px;
	line-height: 14px;
	padding:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cua-list-test .pager b, 
.cua-list-test .pager a
{
	font-size: 14px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    vertical-align: middle;
}
.cua-list-test .pager i
{
	top: 1px;
}
.cua-list-test .pager a:hover
{
	font-weight: 600
}

.cua-list-test .pager a.prev:hover,
.cua-list-test .pager a.next:hover
{
	background: #000;
	color:#fff;
}
.cua-list-test .sf-s-holder:before
{
	height: 40px;
}
.cua-list-test .pager .p-current-page
{
	border: 1px solid #c2c2c2;
	border-radius: 4px ;
	font-size:14px;
	line-height: 13px;
	padding:10px 14px;	
	color:#000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cua-list-test .g-data-tool a.nc-icon-glyph
{
	color:#000;
}
.cua-list-test  .g-main-table td.g-data-toollast{
	border-left:none;
}
.cua-list-test  .g-main-table td.g-data-toolfirst{
	border-right:none;
}
@media all and (max-width: 1400px){	
	.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-type-name,
	.cua-menu-item a
	{
		font-size: 17px;
	}

	.cua-register .cua-register-cont-inner
	{
		width:60%;
	}

	.cua-menu-item i
	{
		font-size: 40px;
	}

	.cua-register-cont-inner, 
	.cua-register-test-inner
	{
		padding: 60px 35px 55px 35px;
	}
	.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: 14px;
		font-weight: normal;
		text-align: center;
		padding:5px 0;
	}

	.cua-menu-item i
	{
		font-size: 38px;
	}
	.cua-register-bottom-inputs
	{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 22px;
		padding: 22px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 90%;
		margin: auto;
	}
	.cua-register-bottom-below,
	.cua-register-bottom 
	{
		width:100%;
		padding:10px 0;
	}

	#f-tabs.ui-widget.ui-widget-content
	{
		-webkit-box-sizing: border-box;
		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: 5px;
		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 (max-width:992)
{
	.cua-register .cua-register-cont-inner
	{
		width:80%;
	}
}

@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;
	}
	.cua-register-cont-wrapp, .cua-register-test
	{
		width: 100%;
		padding: 0;
		padding: 10px 0;
	}
	.cua-register-cont-inner, .cua-register-test-inner
	{
		padding:60px 75px 55px 75px;
	}
	.cua-register-bottom-inputs
	{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.cua-register-bottom-below, .cua-register-bottom
	{
		width:auto;
		padding:0px
	}
	.cua-register-bottom-below-link, .cua-menu-item a
	{
		text-align: right;
	}
}
@media (max-width:768px)
{
	.cua-register .cua-register-cont-inner
	{
		width:100%;
	}	
	.cua-redmind-pass input[name='login']
	{
		width:75%		
	}
}
@media all and (max-width: 576px){
	.cua-register-cont-inner, 
	.cua-register-test-inner
	{
		padding: 35px
	}
	.user_accounts .col-table-inner 
	{
		width:100%
	}
	.user_accounts .col-table-inner input[type="text"]
	{
		width:100%;
	}
	.cua-register-bottom-inputs
	{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cua-redmind-pass input[name='login']
	{
		width:90%		
	}
	.cua-register-bottom-below, .cua-register-bottom
	{
		width: 100%;
		padding: 10px 0;
	}
	.cua-register-bottom-below-link, .cua-menu-item a
	{
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		padding: 5px 0;
	}
	.cua-register-test-inner .cua-register-cont-title
	{
		padding: 40px;
	}
}

@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
	{
		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;
	}
}


@media (max-width:400px)
{
	.cua-register .cua-register-cont-inner
	{
		padding:14px;
	}
}