.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; */
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.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; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}

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

.cua-register-inputs-inner
{
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	gap: 16px;
}

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

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

.cua-register-checkbox
{
	margin-top: 32px;
	/* padding: 13px; */
}
.cua-register-checkbox .sf-ch-wrapper label 
{
	display: flex;
	font-size: 10px;
	color: #828282;
	line-height: 14px;
	text-align: justify;
	align-items: center;
}

.cua-register-checkbox label .sf-ch-default
{
	flex-shrink: 0;
	/* margin-top: 10px; */
	margin-right: 20px;
}

.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;
	display: flex;
	justify-content: space-between;
}

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

.cua-register-bottom-inner
{
	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: 0;
	/*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.button
{
	width: 100%;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.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; */
	min-width: 400px;
	/* width: 250px; */
	width: 400px;
	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; */
	min-width: 50px;
	/* width: 40px; */
	width: 50px;
}

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

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

.cua-content-left-blocks
{
	/* width: 210px; */
	width: 350px;
	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% - 50px));
}

.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: flex;
	flex-direction: column;
	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;
	margin-top: 100px;
}

.cua-content-right .imp-grid-cont
{
	padding-left:40px;
	padding-right: 40px;
}

.cua-content-right h3.cua-content-right-title
{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	padding: 12px 30px 10px;
	font-weight: bold;
	background-color: var(--White);
	width: fit-content;
}

.cua-header-wrapper
{
	/* margin-top: 100px; */
	/* padding-bottom: 70px; */
	background-color: #F0F0F0;
	border-bottom: 2px solid #FFFFFF;
}

.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; */
	font-size: 190px;
	line-height: 190px;
	height: 190px;
	display: inline-block;
}

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

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

.cua-menu-links a
{
	display: block;
	padding: 15px 50px;
	text-align: right;
	background: #555555;
	border-left: 10px solid transparent;
	font-size: 20px;
	margin-bottom: 30px;
}

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

.cua-input-info
{
	font-size: 14px;
	/* clear: both;
	position: relative; */
	border: 1px solid #dedede;
	padding: 15px 25px 13px 25px!important;
	line-height: 18px;
	margin-top: 16px;
	/* float: left; */
	color: #505050;
	min-width: 25px;
	max-width: 800px;
	background: #f1f0f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cuas-register-cont
{
	/* max-width: 1440px; */
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

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

.cuas-register-inputs-inner
{
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	gap: 16px;
}

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

.register-type-wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	gap: 30px;
	text-align: center;
}


.register-type-wrapper h2 {
	font-size: 24px;
	padding-bottom: 20px;
}

.register-type-wrapper .button {
	width: 305px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2px;
	line-height: 1;
	padding: 15px 35px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.register-type-wrapper .button:hover {
	background-color: var(--White);
	color: var(--Black);
}

.register-type-wrapper .button i {
	font-size: 29px;
	flex: 0 0 auto;
}

.register-type-wrapper .button div {
	flex: 0 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: -1px;
}

.register-type-wrapper .participant {
	background-color: var(--Footer-Orange);
	border-color: var(--Footer-Orange);
}

.register-type-wrapper .scientist {
	background-color: var(--Dark-Blue);
	border-color: var(--Dark-Blue);
	color: var(--White);
}

.register-type-wrapper .volunteer {
	background-color: var(--Blue);
	border-color: var(--Blue);
	color: var(--White);
}

.cua-info{
	background-color: var(--Footer-Orange);
	padding: 18px;
	display: flex;
	font-weight: bold;
	align-items: center;
	margin-bottom: 24px;
}

.cua-info p{
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.cuas-register-input-wrap{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cuav-register-cont
{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.cuav-register-inputs-inner
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cuav-register-input-wrap
{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cua-content-right .cua-content-wrapper
{
	/* padding-left: 200px; */
	flex-grow: 1;
}

.cua-content-left-blocks
{
	display: flex;
	flex-direction: column;
}

.cua-bottom-menu
{
	margin-top: auto;
	margin-bottom: 20px;
	margin-top: 100px;
}

.cua-content-right .imp-grid-cont
{
	margin-top: 100px;
}

.cua-content-wrapper .f-el{
	width: 100%;
	max-width: 500px;
}

.cua-content-wrapper .f-translater,
.cua-content-wrapper .intl-tel-input,
.cua-content-wrapper .f-text-with-icon,
.cua-content-wrapper .f-el input, 
.cua-content-wrapper .f-el textarea{
	width: 100%;
}

.cua-content-wrapper .f-text-with-icon input[type=text]{
	width: 100%!important;
}

.cua-content-wrapper .f-text,
.cua-content-wrapper .f-select,
.cua-content-wrapper .f-textarea{
	max-width: 500px;
}

.cua-content-wrapper .col-table-inner{
	display: block;
}
/* .cua-content-wrapper .sf-s-wrapper{
	max-width: 500px;
} */

.cua-content-wrapper .sf-s-multi-holder{
	background-color: var(--White);
} 



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

	.cua-content-wrapper .imp-grid-action-per-page-bottom .sf-s-wrapper {
		max-width: fit-content;
	}
}

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

	.cua-content-wrapper .ip-wrapper {
		padding: 30px;
		margin: 0;
	}

	.ip-row {
		gap: 80px;
	}
}

@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;
	}
	
	#f-tabs.ui-widget.ui-widget-content
	{
		margin: auto;
		padding: 40px 36px;
	}
	
	#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;
	}

	.cua-content-left-blocks {
		width: 280px;
	}

	.cua-content-left {
		width: 330px;
		min-width: 330px;
	}

	.cua-menu-links a {
		font-size: 19px;
	}

	.cua-content-wrapper .f-password-input .f-password-input-generator, 
	.cua-content-wrapper .f-password-input .f-password-show {
		height: 46px;
		line-height: 46px;
	}

	.cua-content-wrapper .f-error-wrap > div {
		margin-top: 0;
	}

	.cua-content-wrapper .ctf-verify-ticket-wrapper {
		margin-top: 80px;
		margin-left: 100px;
	}

	.ip-row {
		gap: 50px;
	}

	.ip-row-number {
		padding: 6px 8px;
	}

	.ip-row-addit-info {
		padding-left: 0;
	}
}

@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;
	}
	.cua-content-right {
		margin-left: -350px;
	}

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

@media all and (max-width: 768px) {
	.cua-content-wrapper .f-password-input .f-password-input-generator, 
	.cua-content-wrapper .f-password-input .f-password-show {
		height: 36px;
		line-height: 36px;
	}

	.cua .f-el .f-datatime-input-set, 
	.cua .f-el .f-time-input-open,
	.cua .f-el .f-datatime-input-clear, 
	.cua .f-el .f-time-input-clear {
		line-height: 36px;
	}
}

@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: -350px;
	}

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

	.cua-content-right {
		margin-top: 60px;
	}

	.cua-content-wrapper .f-translater,
	.cua-content-wrapper .f-translater tbody,
	.cua-content-wrapper .f-translater tr,
	.cua-content-wrapper .f-translater td:nth-child(2) {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.cua-content-wrapper .f-translater tr {
		display: flex;
		align-items: center;
	}

	.cua-content-wrapper .f-translater .flag-wrap {
		border: 0;
	}

	.cua-content-wrapper .f-el {
		/* width: 100%; */
	}

	.cua-content-wrapper .f-translater textarea,
	.cua-content-wrapper .f-translater input[type='text'] {
		width: 100%;
	}

	.cua-content-wrapper .f-el .f-text-icon {
		line-height: 38px;
	}

	.cua-content-right .imp-grid-cont {
		margin-top: 40px;
	}

	.cua-content-wrapper .ctf-verify-ticket-wrapper {
		margin: 0;
		padding: 30px;
	}

	.ip-row {
		gap: 20px;
	}
}
@media all and (max-width: 580px){
	.cua-register-bottom{
		flex-direction: column;
		gap: 20px;
	}
}
@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%;
	}
}

@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-content-wrapper .f-label {
		font-size: 15px;
	}

	.cua-content-wrapper .sf-s-holder .sf-s-selected {
		font-size: 15px;
	}

	.cua-content-right {
        margin-top: 40px;
    }

	.cua-content-wrapper .sf-s-holder {
		height: 44px;
		display: flex;
		align-items: center;
	}

	.cua-content-wrapper .f-password-input .f-password-input-generator, 
	.cua-content-wrapper .f-password-input .f-password-show {
		height: 33px;
		line-height: 33px;
	}

	.cua-menu-links a {
        font-size: 18px;
		margin-bottom: 22px;
		padding: 12px 44px;
    }

	.cua-bottom-menu {
		margin-top: 70px;
	}

	.cua-content-right .imp-grid-cont {
		margin: 20px 0;
	}

	.cua .f-el .f-datatime-input-set, 
	.cua .f-el .f-time-input-open,
	.cua .f-el .f-datatime-input-clear, 
	.cua .f-el .f-time-input-clear {
		line-height: 32px;
	}

	.ip-row {
        gap: 0;
        flex-direction: column;
    }
}

.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%;
}
.cua-content-right
{
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.cua-content-right > *
{
	background-color: #F0F0F0;
}

/* .cua-content-wrapper
{
	display: flex;
	flex-grow: 1;
} */



 