.bx-soa-customer-field[data-property-id-row="139"],
.bx-soa-customer-field[data-property-id-row="140"],
.bx-soa-customer-field[data-property-id-row="141"],
.bx-soa-customer-field[data-property-id-row="142"],
.bx-soa-customer-field[data-property-id-row="143"],
.bx-soa-customer-field[data-property-id-row="144"],
.bx-soa-customer-field[data-property-id-row="145"],
.bx-soa-customer-field[data-property-id-row="147"],
.bx-soa-customer-field[data-property-id-row="148"],
.bx-soa-customer-field[data-property-id-row="149"],
.bx-soa-customer-field[data-property-id-row="150"],
.bx-soa-customer-field[data-property-id-row="151"],
.bx-soa-customer-field[data-property-id-row="152"],
.bx-soa-customer-field[data-property-id-row="154"],
.bx-soa-customer-field[data-property-id-row="155"],
.bx-soa-customer-field[data-property-id-row="146"],
.bx-soa-customer-field[data-property-id-row="156"],
.bx-soa-customer-field[data-property-id-row="153"]{
    display: none!important;
}


.subform-row input {
	width: 100%;
	font-weight: 400;
	height: 40px;
	padding: 0 50px 0 16px;
	background: var(--light_color);
}
.subform-row .bx-input-group {
	position: relative;
	margin-bottom: 16px;
	max-width: 280px;
	transition: .3s ease;
}
.subform-row .bx-input-group.dis {
	opacity: 0.35;
	pointer-events: none;
}
.subform-row .bx-input-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 14px 0 10px;
	cursor: pointer;
}
.subform-row .bx-input-group button svg {
	display: block;
	transition: .3s ease;
 }
.subform-row .bx-input-group button:hover svg {
	transform: translateX(30%);
}
#sender_subscribe_component {
	padding: 34px 45px;
	width: 410px;
	max-width: calc(100% - 20px);
}
.subscribe_response_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 38px;
	margin-top: 20px;
	text-align: center;
}
.subscribe_response_text {
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
}


.main-user-consent-request a {
	cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
	z-index: 9000;
	animation: fadeIn .3s forwards;
}
.main-user-consent-request-popup.hidden {
	pointer-events: none;
	animation: fadeOut .3s forwards;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
	color: var(--main-txt);
	text-align: left;
	max-width: 590px;
	width: 100%;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons button {
	width: 100%;
}
.main-user-consent-request-popup-buttons button + button {
	margin-left: 10px;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 240px;
	border: 1px solid var(--border);
	background: #fff;
	outline: none;
	-moz-appearance: none;
	resize: none;
	color: var(--main-txt);
	font-size: 14px;
	font-weight: 400;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}
.main-user-consent-request-announce {
	cursor: pointer;
}
.main-user-consent-request-announce span{
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	transition: .3s ease;
	border-bottom: 1px dashed var(--secondary-txt);
}
.main-user-consent-request-announce:hover span {
	opacity: 0.6;
	border-bottom: 1px dashed transparent;
}

.main-user-consent-request-announce:before{
	content: '';
	display: inline-block;
	float: left;
	height: 18px;
	width: 18px;
	margin: 2px 8px 0 0;
	background: var(--light-txt);
	border: 1px solid var(--main_color);
}
.main-user-consent-request-announce.checked:before {
	background: url(images/check-symbol.svg) no-repeat center;
	background-size: contain;
}
.bx-sender-subscribe-agreement input[type=checkbox],
.modal .modal-dialog input[type=checkbox],
#bx-soa-orderSave input[type=checkbox],
.bx-authform-input-container input[type=checkbox]{
	display: none;
}
.main-user-consent-request-popup-text textarea {
	color: var(--main-txt);
}
.main-user-consent-request-popup-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	width: 600px;
	max-width: calc(100% - 20px);
	padding: 20px;
}
.main-user-consent-request-popup-cont {
	opacity: 0;
	transition: .3s ease;
}


.grecaptcha-badge{
    display: none!important;
}