.cua-wrap-main-content {
	display: flex;
}

.cua-wrap-main-content p {
	line-height: 24px;
}

.cua-wrap-title {
	padding-bottom: 30px;
}

.cua-wrap-art {
	padding-left: 60px;
}

.cua-wrap-basic-info {
	padding-right: 50px;
}
.cua_tfa{
	font-size: 40px;
}
.cua_tfa span{
	color:#d2d2d2;
}
.cua_tfa i{
	color:#2f6dc9;
}
.cua_tfa_info{
	margin-bottom: 10px;
}

.cua-tfa-cont{
	padding:8%;
	-webkit-box-shadow: 3px 7px 13px -7px rgba(66, 68, 90, 1);
	-moz-box-shadow: 3px 7px 13px -7px rgba(66, 68, 90, 1);
	box-shadow: 3px 7px 13px -7px rgba(66, 68, 90, 1);
}

.cua-wrap-content {
	display: flex;
	gap: 40px;
}

.cua-wrap-avatar {
	padding-right: 70px;
	text-align: center;
}
.cua-basic-info-room{
	display: flex;
	justify-content: space-between;
}
.cua-wrap-avatar img {
	width: 100px;
	height: 100px;
	border-radius:50px;
}
.cua-menu-links .cua-logout{
	color: #48556e;
}
.basic-info-name {
	font-size: 18px;
	font-weight: bold;
}

.basic-info-text {
	font-size: 16px;
	margin: 10px 0 0 0;
}

.basic-info-workplace {
	font-size: 17px;
	color: #48556e;
}
.cua-wrap-right-content h1{
	font-size: 19px;
}
.cua-wrap-right-content {
	width: 100%;
	padding-left: 70px;
}
.cua-hr-title{
	border-bottom: 2px solid #48556e;
	width: 10%;
}
.cua-hr-flex{
	display: flex;
}
.cua-hr-title2{
	border-bottom: 1px solid #555555;
	width: 100%;
}
.um-avatar{
	width: 60px;
	height: 60px;
	background: green;
	margin:0 auto;
	
	background: transparent;
	position: relative;
}
.um-avatar-in{
	overflow: hidden;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 2px solid #2F6DC9;
	text-align: center;
	
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.um-avatar-in img{
	width: 100%;
}

.um-avatar-in > i{
	font-size:35px;
	position: absolute;
	top:12px;
	left:14px;
	color:#BEC6D6;
	
}

.um-online, .um-offline{
	width: 8px;
	height: 8px;
	background: #fff;
	margin:0 auto;
	position: absolute;
	bottom:0;
	right:0;
	
	border: 2px solid #469a1f;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0,0,0,.2);
}
.save_tfa{
	display:none;
}
.um-offline{
	border-color: red;
}
.cua-wrap-left-content {
	border-right: 1px solid #C8D0DE;
}

.cua-wrap-contact-info {
	padding-bottom: 30px;
}

.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;
}

.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: #4B83D8;
	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%;
	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
{
	padding: 10px;
}

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

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

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

.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;
	position: relative;
}

.cua-register-bottom-inner-full
{
	padding: 5px 0px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	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
{
	text-transform: none;
	width: 100%;
	text-align: center;
}

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

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

.BTNGOOGLE
{
	background: #3b5998;
	border: 1px solid #3b5998;
	display: flex;
	justify-content: center;
	margin-top: 5px;
	transition: all 300ms ease-in-out;
}

.BTNGOOGLE:hover
{
	background: #ffffff;
	border-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: flex;
    max-width: 1440px;
    margin: auto;
}

.cua-content-left
{
	display: flex;
	justify-content: flex-end;
	min-width: 250px;
	width: 250px;
	position: relative;
	z-index: 2;
	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
{
	min-width: 40px;
	width: 40px;
}

.cua-content-left-menu
{
	position: absolute;
	left: 0;
	width: 40px;
	text-align: center;
	background: #2a2a2a;
	height: 100%;
	z-index: 1;
}

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

.cua-content-left-blocks
{
	width: 210px;
	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%;
	transform: translateX(0);
}

.cua-content-left.hide .cua-content-left-blocks
{
	height: 0;
	transform: translateX(calc(-100% - 40px));
}

.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
{
	flex: 1;
	max-width: 1400px;
	-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-right .imp-grid-cont
{
	padding-left:40px;
}

.cua-content-right h3.cua-content-right-title
{
	font-size: 27px;
	color: #494949;
	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: #4B83D8;
	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;
	padding-right: 40px;
}

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

.cdps-item-content-shop-data
{
	width: 100%;
	margin-left: -280px;
	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%;
	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;
	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: #4B83D8;
}

.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: #4B83D8;
	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;
	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;
	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 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 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 0 0;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 22px;
		padding: 22px 0;
		width: 90%;
		margin: auto;
	}
	
	#f-tabs.ui-widget.ui-widget-content
	{
		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-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;
	}

	.cua-content-right {
		margin-left: -210px;
	}

	.cua-content-right.hide {
		padding-left: 210px;
	}
}

@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;
	margin: auto;
	text-align: left;
	padding: 30px;
	border: 1px solid #48556e;
}

#payment-form input[type='submit']{
	white-space: break-spaces;
}


.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%;
}