.marBot32 {
	margin-bottom: 32px;
}

.conpanyContent {
	padding: 64px 0;
}

.sectionRow {
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0;
}

.rowFlex {
	display: flex;
	flex-wrap: wrap;
}

.sectionCol {
	width: calc(33.33% - 20px);
	margin: 0 10px 20px !important;
}

.sectionCol h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #6c6a6a;
}

.dataInfo {
	border: 1px solid #969696;
	padding: 7px;
	min-height: 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.titleRow {
	font-size: 26px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin: 0 10px 32px;
	color: #000;
}

h3.titleRow {
	border: none;
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	color: #121212;
	margin-bottom: 17px;
}

.sectionRow.noFlex {
	display: block;
}

.checkData {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.checkIcon {
	width: 24px;
	min-width: 24px;
	margin-right: 10px;
}

.sectionColFull {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 16px;
}

.repitCol {
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
}

.repitRow {
	display: flex;
	flex-wrap: wrap;
}

.repitCol.repitCol2.dataInfo {
	width: calc(66.66% - 20px);
}

.pageConpanyContent.mainRegistrationRight {
	background: transparent;
}

body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn.btn.btn-primary {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #121212;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 55px;
	border: 0;
	height: 50px;
}


body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn.btn.btn-primary {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #121212;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 55px;
	border: 0;
	height: 50px;
}

.formColInner {
	display: flex;
	flex-wrap: wrap;
}

.formColInner-left {
	background-color: #1a1a1a;
	width: 50%;
	padding: 100px 50px;
	color: #AEAEAE;
	font-family: "Gillroy", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.formColInner-left h2 {
	color: #FFFFFF;
	font-family: "Gillroy", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
}

.formColInner-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 50px;
}


.formColInner-right .uacf7-slider::-moz-range-thumb {
	background: #1a1a1a !important;
}

.formColInner-right input[type="range"] {
	background-color: #1a1a1a !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: red !important;
}

.formRow.formSubmit {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	background-color: green;
	right: 0;
	top: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 7px 0 0 !important;
	font-size: 12px !important;
	border-width: 1px !important;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
	color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none !important;
}

.rangeFormRow {
	margin-bottom: 55px;
	position: relative;
}

.rangeFormRow .uacf7-slider-label {
	font-size: 12px;
	color: #8c8c8c;
}

.rangeFormRow span.uacf7-value {
	float: none;
	position: absolute;
	bottom: -45px;
	font-size: 34px;
	font-weight: 700;
	transform: translateX(-50%);
	left: 50%;
}

.submitRow .wpcf7-submit {
	background: #1a1a1a;
	color: #fff !important;
	border: 0;
	width: 100%;
	height: 50px;
}

.rangeLabel {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.acceptanceRow {
	margin-block: 7px;
}

.acceptanceRow a {
	color: #8c8c8c;
}

.acceptanceRow .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.dataSla,
.dataAmaunt {
	font-size: 20px;
}

.hideField {
	display: none;
}



.innerCabinet {
	display: flex;
	max-width: unset;
	margin: 0 auto;
}

.cabinet-title {
	font-size: 30px;
	line-height: 110%;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 40px;
	font-weight: 700;
}

.mainRegistrationLeft {
	width: 30%;
	margin-top: 40px;
}

.mainRegistrationRight {
	width: 70%;
	min-height: 480px;
	background: rgb(247, 247, 247);
	background: -moz-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: -webkit-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#ffffff", GradientType=1);
}

.menuCabinet .menu-item>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 15px;
	width: 270px;
	height: 50px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 110%;
	color: #121212;
	transition: all 0.3s;
	cursor: pointer;
	font-weight: bold;
	background-color: #fff;
}

.menuCabinet .menu-item>a:hover,
.menuCabinet .menu-item.current-menu-item>a {
	color: #fff;
	background-color: #121212;
}


.cabinetMenuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hideContentField {
	display: none;
}

body #wpuf-login-form label {
	display: block;
	margin-bottom: 7px;
}

.innerAuth {
	display: flex;
	padding: 32px 0;
	align-items: center;
}

.pageLoginLeft,
.pageLoginContent {
	width: 50%;
}

.authTitle {
	font-size: 2em;
	margin-bottom: 32px;
}

#wp-submit,
.pageLoginContent .wpuf-submit-button {
	width: 100%;
	background: #000;
	color: #fff;
	border-color: #000;
	text-transform: uppercase;
}

#wp-submit:hover,
.pageLoginContent .wpuf-submit-button:hover {
	width: 100%;
	background: #4a4848;
	color: #fff;
	border-color: #4a4848;
}

.pageLoginContent a {
	color: #000;
}

.pageLoginContent a:hover {
	color: #4a4848;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	width: 100% !important;
	border-radius: 0 !important;
	transition: all .3s;
	background-color: transparent !important;
	height: 50px !important;
	padding: 5px 20px !important;
	box-sizing: border-box !important;
	font-size: 18px !important;
	line-height: 110%;
	color: #969696 !important;
	outline: none;
	border: 1px solid #969696 !important;
}

input::placeholder {
	color: #a6a6a6 !important;
	font-size: 16px;
}



.innerAuth.innerRegister {
	align-items: flex-start;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-label {
	color: #000 !important;
	text-transform: none !important;
}

body ul.wpuf-form li .wpuf-label {
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li {
	margin-bottom: 7px !important;
}

.cabinet-content {
	padding: 32px 15px;
}

[type="submit"] {
	background-color: #121212;
	color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	max-width: 270px;
	height: 48px;
}

[type="submit"]:hover {
	background-color: #4a4848;
	color: #fff !important;
}

.wpuf-dashboard-container .page-head {
	display: none;
}

body .wpuf-posts-edit,
body .wpuf-posts-delete {
	float: none !important;
	padding: 0 !important;
	display: inline-flex;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: inline-flex;
	background: transparent;
	margin: 0 10px;
	transition: 0.2s all;
	filter: invert(62%) sepia(0%) saturate(9%) hue-rotate(163deg) brightness(96%) contrast(96%);
}



body .wpuf-posts-edit:hover,
body .wpuf-posts-delete:hover {
	background-color: transparent !important;
	filter: unset;
}

body .wpuf-dashboard-container table.items-table thead {
	display: none;
}

.titllePostCol {
	display: inline-flex;
	width: calc(100% - 260px);
}

.editColList {
	width: 110px;
	text-align: right;
	display: inline-flex;
	min-width: 110px;
}

body .wpuf-dashboard-container table.items-table tr {
	text-align: left;
	border: 1px solid #969696 !important;
	display: flex !important;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

table tbody>tr:nth-child(2n+1)>td,
table tbody>tr:nth-child(2n+1)>th {
	background-color: transparent;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
	background-color: transparent;
}

.wpuf-dashboard-container table.items-table td:nth-child(1) a {
	font-size: 20px;
	line-height: 110%;
	color: #2D2D2D !important;
}

body .wpuf-dashboard-container table.items-table {
	width: 100%;
	margin-top: 0px;
	border: 0 !important;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.post_count {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

.dataModife {
	font-size: 18px;
	line-height: 110%;
	color: #2D2D2D;
	width: 150px;
	min-width: 150px;
}

body .wpuf-dashboard-container table.items-table tr td {
	display: flex !important;
}

.mainRegistrationRight h2 {
	font-size: 24px;
	line-height: 110%;
	color: #000000;
	margin-bottom: 16px;
	font-weight: 700;
}

fieldset {
	padding: 0;
}

body ul.wpuf-form li {
	padding: 10px 0 !important;
}


body ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields {
	padding: 0 !important;
	position: relative;
}

body ul.wpuf-form li {
	padding: 7px 0 !important;
}

body ul.wpuf-form li {
	margin-bottom: 0 !important;
}

body ul.wpuf-form li .wpuf-fields .wpuf-help,
body ul.wpuf-form li .wpuf-fields .wpuf-wordlimit-message {
	margin: 0 !important;
}

.uacf7-form-10058 .ui-state-default,
.ui-widget-content .ui-state-default {
	background-color: #e6e6e6 !important;
	width: 24px;
	height: 24px;
	border-radius: 50% !important;
	cursor: pointer;
	border: none !important;
	top: -8px;
	position: static !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

body ul.wpuf-form.form-label-above li .wpuf-label {
	margin-bottom: 7px !important;
	font-weight: 600 !important;
}

.editTitle {
	font-size: 28px;
}

.linkEdotGoPost a {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-align: right;
	justify-content: flex-end;
	color: #000;
}

.linkEdotGoPost a img {
	margin-left: 7px;
	position: relative;
	top: 1px;
}

.linkEdotGoPost {
	text-align: right;
}

body .wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
	margin-bottom: 30px;
	border: 0 !important;
	position: relative;
	background-color: #CDCDCD !important;
	color: #000 !important;
	height: 50px !important;
}

body .wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
	position: absolute;
	left: 50%;
	font-size: 12px;
	font-weight: bold;
	text-shadow: unset !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	color: #000 !important;
}

.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step,
.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
	background-color: #bbb !important;
}

.wpuf-error-msg {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-weight: 500;
	color: red;
	padding: 0 5px;
}

body .has-error {
	background: transparent !important;
	padding: 0 !important;
	position: relative;
}

.titlePageConpany {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 32px;
}

.single-company .conpanyContent {
	padding: 0 0 64px;
}

.wpuf-column-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px !important;
}


.wpuf-multistep-prev-btn.btn.btn-primary,
.wpuf-multistep-next-btn.btn.btn-primary {
	width: calc(33.33% - 20px);
}

.wpuf-form-add {
	position: relative;
}

.wpuf-submit-button {
	width: calc(33.33% - 50px);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	height: 50px;
	color: #121212 !important;
	background: #fff !important;
	border: 1px solid #121212;
}

.wpuf-submit-button:hover {
	color: #121212 !important;
	background: #fff !important;
	border: 1px solid #121212;
}

body fieldset.wpuf-multistep-fieldset {
	padding-bottom: 100px !important;
}

.wpuf-fields h4 {
	border: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	color: #121212;
	margin-bottom: 0;
}

.detailRepeat th:nth-child(2) {
	width: 100px;
}

[type="checkbox"] {
	min-width: 24px;
	min-height: 24px;
	border: 1px solid #000000;
	margin-right: 10px;
}

input[type="checkbox"]:checked {
	-webkit-filter: sepia(100%) hue-rotate(300deg);
}

.wpuf-checkbox-block {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #2D2D2D;
	display: flex;
	align-items: center;
}

.api-data-block {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	padding: 16px 0;
}

.inputDataCol {
	width: calc(50% - 8px);
}

input.wpcf7-not-valid {
	border-color: red !important;
}

.inputDataCol.full.inputData {
	width: 100%;
}

.orderApi {
	background: #1a1a1a;
	color: #fff;
	height: 50px;
	display: inline-flex;
	padding: 0 32px;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	max-width: 270px;
	justify-content: center;
	margin-top: 32px;
	cursor: pointer;
}

.orderServiceData,
.formOrderServiceApiPay {
	display: none;
}

.infoFailed {
	background: red;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.uacf7-form-10058 .uacf7-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	background: #000 !important;
	border-radius: 24px;
	cursor: pointer;
}

.page-template-edit-company-template #content,
.page-template-cabinet-template #content-cabinet {
	max-width: 1280px;
	margin: 0 auto;
}

.wpuf-el label.wpuf-radio-inline {
	align-items: center;
	padding: 15px 0 15px 16px;
	min-width: 129px;
	width: 129px;
	height: 50px;
	border: 1px solid #969696;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 110%;
	color: #888888;
	display: inline-flex !important;
}

input[type="radio"] {
	width: 18px;
	height: 18px;
	border: 1px solid #969696;
	margin-right: 16px;
}

input[type="radio"]:checked {
	background-color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px;
	background-clip: content-box;
	border: 2px solid #4B4B4B;
	background-color: #4B4B4B;
	border-radius: 50%;
}

body ul.wpuf-form li .wpuf-fields .wpuf-radio-block,
body ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
	display: flex !important;
	margin-bottom: 6px;
	min-height: 32px;
	align-items: center;
}

.wpuf-el.repeat_field thead th {
	border: 0 !important;
	padding: 0 0 16px;
}

.colTwoRow .wpuf-fields {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: space-between;
}

.colTwoRow .wpuf-fields .wpuf-checkbox-block {
	flex-basis: calc(50% - 6px);
}

.titleRepeatCol {
	border: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h4.titleSection {
	font-size: 16px;
	line-height: 110%;
	color: #121212;
	margin-bottom: 10px;
	font-weight: 700;
	padding: 0;
}

.dataInfo.radioYesNo {
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 16px;
	min-width: 129px;
	width: max-content;
	height: 50px;
	border: 1px solid #969696;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 110%;
	color: #888888;
	text-transform: capitalize;
}

.dataInfo.radioYesNo::before {
	content: "";
	width: 18px;
	height: 18px;
	padding: 2px;
	background-clip: content-box;
	border: 2px solid #4B4B4B;
	background-color: #4B4B4B;
	border-radius: 50%;
	margin-right: 16px;
}

.pageConpanyContent {
	padding-bottom: 64px;
}

.dataInfoCheck.residentCheckBlock {
	margin: 10px 0 16px;
}

.smCheck .checkIcon {
	width: 18px;
	min-width: 18px;
}

.width60 {
	width: 60%;
}

.wpuf-fields label span {
	margin-left: 7px;
	font-weight: normal;
}

.questionnaireRadio label,
.boldLabel label {
	font-weight: 700;
}

.descSm {
	font-size: 12px;
}

.ulContainer p {
	margin-bottom: 10px;
}

.ulContainer ul {
	list-style: disc;
	margin-left: 20px;
	padding: 0 0 10px;
}

.ulContainer {
	font-size: 16px;
	line-height: 130%;
	color: #888888;
	padding: 0 10px;
}

body ul.wpuf-form .ulContainer li {
	padding: 0 !important;
}

ul.wpuf-form .ulContainer {
	padding: 0 !important;
}

[class*="wpuf_repeat"] {
	overflow-x: auto;
	padding-bottom: 32px;
}

.longTableRow table {
	width: 100% !important;
}

.longTableRow table td,
.longTableRow table th {
	padding: 5px;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.repeatIncomingPayments table th:nth-child(1),
.repeatIncomingPayments table td:nth-child(1) {
	width: 280px;
}

.repeatIncomingPayments table th:nth-child(2),
.repeatIncomingPayments table td:nth-child(2) {
	width: 280px;
}

.repeatIncomingPayments table th:nth-child(3),
.repeatIncomingPayments table td:nth-child(3) {
	width: 167px;
}

.repeatIncomingPayments table th:nth-child(4),
.repeatIncomingPayments table td:nth-child(4) {
	width: 210px;
}

.repeatIncomingPayments table th:nth-child(5),
.repeatIncomingPayments table td:nth-child(5) {
	width: 250px;
}

.repeatIncomingPayments table th:nth-child(6),
.repeatIncomingPayments table td:nth-child(6) {
	width: 118px;
}

.repeatIncomingPayments table th:nth-child(7),
.repeatIncomingPayments table td:nth-child(7) {
	width: 118px;
}

.repeatIncomingPayments table th:nth-child(8),
.repeatIncomingPayments table td:nth-child(8) {
	width: 150px;
}

[class*="wpuf_repeat"] table tr {
	display: flex;
	flex-wrap: wrap;
}

[class*="wpuf_repeat"] table tbody tr {
	position: relative;
	padding-top: 50px;
	margin-bottom: 16px;
}

[class*="wpuf_repeat"] table tbody tr td:last-child {
	position: absolute;
	top: 10px;
	padding: 0;
	right: 0;
}

[class*='wpuf_repeat'] table th:last-child {
	display: none;
}

.longTableRow table th {
	border: 1px solid #e1e1e1 !important;
	text-align: center;
	color: #7f7f7f;
}

[class*='wpuf_repeat'] table thead {
	display: none;
}

[class*='wpuf_repeat'] input::placeholder {
	font-size: 16px;
}

[class*="wpuf_repeat"] input {
	font-size: 16px !important;
}

body ul.wpuf-form.form-label-above li.repeatSection .wpuf-label {
	margin-bottom: -40px !important;
}

.repitLongTableRow {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 32px;
}

.labelFieldAbc {
	position: absolute;
	top: 0;
	font-size: 9px;
	left: 3px;
	color: #8b8b8b;
	line-height: 1;
}

.LTrepitCol {
	min-width: 63px;
}

.pad-0-10 {
	padding: 0 10px;
}

.flexCol-3 .wpuf-fields,
.flexCol-2 .wpuf-fields {
	display: flex !important;
	flex-wrap: wrap;
	gap: 15px;
}

.flexCol-3 .wpuf-checkbox-block {
	width: calc(33.33% - 10px);
	align-items: center;
	padding: 15px;
	min-width: 129px;
	height: 50px;
	border: 1px solid #969696;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 110%;
	color: #888888;
	display: inline-flex !important;
	margin: 0 !important;
}

.dataInfoCheckService {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.rowFull {
	margin: 24px 0;
}

.repeatBankData td:not(:last-child) {
	width: 33.33%;
}

.repeatBankData td:nth-child(4),
.repeatBankData td:nth-child(5) {
	width: 50%;
}

.BDrepitCol {
	width: calc(33.33% - 15px);
}

.BDrepitCol.BDrepitCol-3,
.BDrepitCol.BDrepitCol-4 {
	width: calc(50% - 15px);
}

.indicatorCol .wpuf-label {
	display: none !important;
}

.wpuf-field-columns.has-columns-2 .wpuf-column {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	padding: 0 10px;
}

body ul.wpuf-form .wpuf-field-columns.has-columns-2 .wpuf-column .wpuf-column-inner-fields {
	width: calc(50% - 5px) !important;
	float: none !important;
}

.indicatorTitle {
	font-size: 16px !important;
	font-weight: 700;
}

.indicatorTitle span {
	font-weight: 400 !important;
}

.wpuf-el.custom_html_13 {
	padding-bottom: 0 !important;
}

.flexCol-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.flexCol-2 .dataInfo {
	width: calc(50% - 8px);
}

.indicatorRow {
	margin-bottom: 16px;
	width: 100%;
}

.pOlist {
	font-size: 16px;
	line-height: 140%;
	color: #121212;
	margin-bottom: 0;
	position: relative;
	display: flex;
}

.one::before {
	content: "1)";
	font-size: 16px;
	line-height: 140%;
	color: #121212;
	margin-right: 20px;
}

.hideLabel .wpuf-label {
	display: none !important;
}


.two::before {
	content: "2)";
	font-size: 16px;
	line-height: 140%;
	color: #121212;
	margin-right: 20px;
}

.three::before {
	content: "3)";
	font-size: 16px;
	line-height: 140%;
	color: #121212;
	margin-right: 20px;
}

.determinationRow .pOlist {
	margin-bottom: 16px;
}

.dataInfo.radioYesNo.empyRadio::before {
	display: none;
}

.sectionColFull.determinationRow {
	margin-bottom: 16px;
}

.flexCol-2 .wpuf-checkbox-block {
	width: calc(50% - 8px);
	align-items: center;
	padding: 15px 0 15px 16px;
	min-width: 129px;
	height: 50px;
	border: 1px solid #969696;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 110%;
	color: #888888;
	display: inline-flex !important;
	margin: 0 !important;
}

.mar-top-16 {
	margin-top: 16px;
}

.usageTextRow {
	margin: 15px 0;
	width: 100%;
}

.empyRadio {
	margin-bottom: 16px;
}

.dataInfo.radioYesNo.empyRadio {
	width: auto;
}

.repeatSharenoholder td:nth-child(1),
.SHrepitCol-0 {
	min-width: 280px;
	width: 35%;
}

.repeatSharenoholder td:nth-child(2),
.SHrepitCol-1 {
	min-width: 100px;
	width: 12%;
}

.repeatSharenoholder td:nth-child(3),
.SHrepitCol-2 {
	min-width: 280px;
	width: 35%;
}

.repeatSharenoholder td:nth-child(4),
.SHrepitCol-3 {
	min-width: 120px;
	width: 18%;
}

body ul.wpuf-form li.ownwershipRadio {
	margin-bottom: 32px !important;
}

.wpuf-label span {
	font-weight: 400;
}

.repeatUltimateBeneficial .wpuf-label span {
	display: block;
}


.repeatUltimateBeneficial td:nth-child(1),
.DArepitCol-0 {
	min-width: 200px !important;
	width: 30%;
}

.repeatUltimateBeneficial td:nth-child(2),
.DArepitCol-1 {
	min-width: 160px !important;
	width: 20%;
}

.repeatUltimateBeneficial td:nth-child(3),
.DArepitCol-2 {
	min-width: 110px !important;
	width: 15%;
}

.repeatUltimateBeneficial td:nth-child(4),
.DArepitCol-3 {
	min-width: 110px !important;
	width: 15%;
}

.repeatUltimateBeneficial td:nth-child(5),
.DArepitCol-4 {
	min-width: 135px !important;
	width: 20%;
}

.largeCheck .wpuf-checkbox-block {
	align-items: flex-start !important;
}

.largeCheck input {
	top: 5px;
	position: relative;
}

.sectionColOneCheck .wpuf-checkbox-block {
	align-items: flex-start;
}

.sectionColOneCheck .checkIcon {
	margin-top: 7px;
}

.wpuf-column-field-inner-columns h3 {
	font-size: 24px;
	line-height: 110%;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 700;
}

.textCenter {
	text-align: center;
}

.items-of-column-2 li.wpuf-el {
	width: 100%;
}

.custonerCompanyCol {
	width: calc(50% - 8px);
}

.dataInfo.custonerCompanyInfo {
	width: 100%;
	margin-bottom: 16px;
}

.custonerCompanyCol h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #000000;
	margin-bottom: 20px;
}

.mainRegistrationRight h2 span,
.titleRow span {
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #6c6a6a;
}

.items-of-column-2 .wpuf-el {
	padding: 0 7px !important;
}

body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
	display: inline-block;
	border: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: auto !important;
	margin-right: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	margin-top: 0;
}

body .wpuf-image-wrap .attachment-name img {
	width: auto !important;
	max-height: unset !important;
	height: 26px !important;
}

.attachment-name {
	width: 100% !important;
	border-radius: 0 !important;
	transition: all .3s;
	background-color: transparent !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	font-size: 18px !important;
	line-height: 110%;
	color: #000 !important;
	outline: none;
	border: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}

.wpuf-drag-file {
	display: none !important;
}

.attachment-delete {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(224deg) brightness(104%) contrast(102%);
	background: transparent !important;
}

body ul.wpuf-form .ui-state-default.wpuf-image-wrap:hover {
	cursor: default !important;
}

.groupTitle {
	font-size: 20px;
	margin: 0;
	padding: 0 10px;
	font-weight: 700;
}

.detailRepeat td:nth-child(2) {
	width: 20%;
	min-width: 100px;
}

.detailRepeat td:nth-child(1) {
	width: 80%;
	min-width: 260px;
}

body .wpuf-attachment-upload-filelist {
	z-index: 1;
	border: 1px solid #969696 !important;
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-image: url(/wp-content/themes/hello-elementor/images/file.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

body ul.wpuf-form li .wpuf-fields a.file-selector {
	display: inline;
	text-decoration: none;
	padding: 0 !important;
	margin: 0;
	height: auto !important;
	line-height: 1 !important;
	border: 0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0 !important;
	background: transparent !important;
	color: #23282d;
	box-shadow: unset !important;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
	white-space: nowrap;
	width: 100%;
}

body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
	overflow: hidden !important;
	width: 100% !important;
}

.dateField .wpuf-fields {
	background-image: url(/wp-content/themes/hello-elementor/images/calendar.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.recomend {
	font-size: 18px;
	line-height: 110%;
	color: #121212;
	cursor: pointer;
	padding: 18px 15px;
	background: #FFFFFF;
	font-weight: 700;
	display: none;
}

.repeatBankDataRow {
	margin-top: 24px;
}

.rowOther {
	margin-top: 16px;
}

.single-company .entry-title {
	display: none;
}

.single-company .page-content {
	padding-top: 32px;
}

.editTopCompany {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.editLink {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	color: #000;
	text-decoration: none !important;
	margin-right: 24px;
}

.pgfw-single-pdf-download-button.thickbox img {
	width: 30px !important;
	height: 30px !important;
}

.editLink img {
	width: 16px;
	margin-right: 7px;
}

.innerPopup {
	padding: 16px;
}















/* responsive  ************************************************************************************************************/

@media (max-width: 1200px) {

	.formColInner-left {
		padding: 100px 24px;
	}

	.formColInner-right {
		padding: 24px;
	}

	.mainRegistrationLeft {
		max-width: 390px;
		padding: 0 16px;
		width: 100%;
		margin: 40px auto;
	}

	.mainRegistrationRight {
		width: 100%;
		min-height: 50px;
		background: rgba(247, 247, 247, 1);
	}

	.innerCabinet {
		flex-direction: column;
	}

	.cabinet-title {
		font-size: 30px;
		line-height: 110%;
		text-transform: uppercase;
		color: #121212;
		margin-bottom: 20px;
		font-weight: 700;
	}

	.menuCabinet .menu-item>a {
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.innerCabinet {
		max-width: unset;
	}

	.items-table-container {
		max-width: 870px !important;
		margin: 0 auto;
	}

	.post_count {
		max-width: 870px;
		margin: 0 auto 10px;
	}

	.single-company #content {
		max-width: unset;
		padding: 0 32px 64px;
	}



















}

/* /max-width: 1200px *******************************************************************************************************/






@media (max-width: 991px) {

	.sectionCol {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.single-company #content {
		max-width: unset;
		padding: 0 10px 64px;
	}

	.titlePageConpany {
		font-size: 28px;
		font-weight: 700;
	}

	.page-template-edit-company-template #content {
		max-width: unset;
		padding: 0 0 64px;
	}




}

/* /max-width: 991px */

@media (max-width: 800px) {}

/* /max-width: 800px */



@media (max-width: 768px) {

	.custonerCompanyCol {
		width: 100%;
	}

	.flexCol-3 .wpuf-checkbox-block {
		width: calc(50% - 10px);
	}


}

/* /max-width: 768px */




@media(max-width: 640px) {

	.formColInner {
		flex-direction: column;
	}

	.formColInner-left,
	.formColInner-right {
		width: 100%;
		padding: 24px;
	}

	.innerAuth {
		flex-direction: column;
	}

	.pageLoginLeft,
	.pageLoginContent {
		width: 100%;
	}

	.pageLoginLeft {
		display: none;
	}

	.titllePostCol {
		width: 100%;
		border-bottom: 1px solid #ddd !important;
	}

	.cabinet-content {
		padding: 16px;
	}

	body .wpuf-dashboard-container table.items-table tr {
		justify-content: space-between;
	}


	body .wpuf-dashboard-container table.items-table td::before {
		display: none !important;
	}

	.editColList,
	.dataModife {
		width: auto;
		min-width: unset;
	}

	.sectionCol h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px;
		color: #6c6a6a;
	}


	body.single-company {
		font-size: 14px;
	}

	.dataInfo {
		min-height: 36px;
	}

	.colTwoRow .wpuf-fields .wpuf-checkbox-block {
		flex-basis: 100%;
	}

	.flexCol-3 .wpuf-checkbox-block {
		width: 100%;
	}

	.wpuf-field-columns.has-columns-2 .wpuf-column {
		flex-wrap: wrap;
	}

	.items-of-column-2 li.wpuf-el {
		width: 100%;
	}

	.flexCol-2 .wpuf-checkbox-block {
		width: 100%;
	}

	body ul.wpuf-form .wpuf-field-columns.has-columns-2 .wpuf-column .wpuf-column-inner-fields {
		width: 100% !important;
		margin-bottom: 12px;
	}

	.editTitle {
		font-size: 24px;
		text-align: center;
		font-weight: 700;
	}

	.repitCol.repitCol2.dataInfo {
		width: 100%;
	}

	.flexCol-2 .dataInfo {
		width: 100%;
	}

}

/* /max-width: 640px *****************************************************************************************************/


@media(max-width: 576px) {

	.sectionCol {
		width: 100%;
		margin: 0 0 20px;
	}

	.titleRow {
		font-size: 22px;
		font-weight: 700;
		border-bottom: 1px solid #ccc;
		margin-bottom: 24px;
		padding: 0;
		color: #000;
	}




}

/* /max-width: 576px **********************************************************************************************************/




@media (max-width: 480px) {

	.mainEditContent {
		display: none;
	}

	.recomend {
		display: block;
	}


}

/* /max-width: 480px */


@media (max-width: 375px) {}

/* /max-width: 375px */