
.form {
	padding: 31px 30px 55px;
	box-shadow: 0 19px 65px rgba(0, 0, 0, .11)
}

.form__title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 25px
}

.RForm form {
	display: flex;
	padding: 0 50px 10px 0 !important
}

.RForm form > div, .RForm form > div > * {
	width: 100%
}

.RForm form input:not([type=checkbox]), .RForm select {
	background-color: #fff;
	height: 60px !important;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	padding: 10px 18px;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 0px;
	transition: border .3s ease
}

.RForm form input:not([type=checkbox])::-webkit-input-placeholder, .RForm select::-webkit-input-placeholder {
	color: #E0E0E0
}

.RForm form input:not([type=checkbox])::-moz-placeholder, .RForm select::-moz-placeholder {
	color: #E0E0E0
}

.RForm form input:not([type=checkbox]):-ms-input-placeholder, .RForm select:-ms-input-placeholder {
	color: #E0E0E0
}

.RForm form input:not([type=checkbox])::-ms-input-placeholder, .RForm select::-ms-input-placeholder {
	color: #E0E0E0
}

.RForm form input:not([type=checkbox])::placeholder, .RForm select::placeholder {
	color: #E0E0E0
}

.RForm form input:not([type=checkbox]):-webkit-autofill, .RForm form input:not([type=checkbox]):-webkit-autofill:active, .RForm form input:not([type=checkbox]):-webkit-autofill:focus, .RForm form input:not([type=checkbox]):-webkit-autofill:hover, .RForm select:-webkit-autofill, .RForm select:-webkit-autofill:active, .RForm select:-webkit-autofill:focus, .RForm select:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 45px #fff inset !important;
	-webkit-text-fill-color: #000 !important
}

.usf-country {
	position: relative
}

.usf-country, .usf-country select {
	cursor: pointer
}

.usf-country:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 13px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	transition: border-color .3s, transform .3s
}

.RForm .fe-phone-conteiner {
	display: flex;
	justify-content: space-between
}

.RForm .fe-phone-conteiner > div:first-of-type {
	width: 24%
}

.RForm .fe-phone-conteiner > div:first-of-type input {
	padding: 10px 3px;
	text-align: center;
	margin-bottom: 0
}

.RForm .fe-phone-conteiner > div:last-of-type {
	width: calc(76% - 14px)
}

.RForm .fe-phone-conteiner > div:last-of-type:before {
	left: -21%
}

.RForm .buttonSubmit {
	font-size: 18px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	height: 60px;
	border-radius: 0px;
	text-align: center;
	background-color: #FF7438 !important;
	transition: opacity .3s ease
}

.agreementText {
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 35px
}

.agreementText a {
	text-decoration: underline;
	transition: .3s
}

.agreementText input {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #848484;
	border-radius: 3px;
	margin-right: 15px;
	cursor: pointer
}

.agreementText input:after, .agreementText input:before {
	content: "";
	position: absolute;
	background-color: #848484;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity .3s ease
}

.agreementText input:before {
	width: 3px;
	height: 9px;
	left: 11px;
	top: 6px
}

.agreementText input:after {
	width: 7px;
	height: 3px;
	left: 4px;
	top: 11px
}

.agreementText input:checked:after, .agreementText input:checked:before {
	opacity: 1
}

.uk-form-danger {
	border-color: #fe5959 !important;
	font-weight: 500 !important
}

.tooltip {
	position: relative
}

.tooltip:before {
	content: attr(data-tooltip);
	display: block;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fe5959;
	position: absolute;
	top: -11px;
	left: 50px;
	right: -5px;
	text-align: left
}

.agree-terms-conditions-bad a, .agree-terms-conditions-bad span {
	color: #ff4f46 !important
}

.uk-position-absolute {
	display: none
}

.tooltip:before {
	font-size: 11px
}

.custom-form__ab .custom-select {
	position: relative;
	font-family: Arial;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.RForm .direction-indent {
	order: 2;
	margin-left: 0;
	width: 100%
}

.custom-form__ab .custom-select select {
	display: none
}

.custom-form__ab .select-selected {
	display: flex;
	background-color: #eee;
	width: 100%;
	max-width: 110px;
	position: absolute;
	top: 0;
	left: 50px;
	bottom: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	align-items: center;
	order: 1;
	border-right: none;
	margin: 0;
	height: 60px;
	padding-left: 20px
}

.custom-form__ab .select-selected:after {
	position: absolute;
	content: "";
	top: 25px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #615c5c
}

.custom-form__ab .select-selected:hover:after {
	position: absolute;
	content: "";
	top: 25px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #2e2c2c
}

.custom-form__ab .select-selected.select-arrow-active:after {
	border-color: transparent transparent #000;
	top: 20px
}

.custom-form__ab .select-items .custom-option, .same-as-selected, .select-selected {
	display: flex;
	padding: 8px 9px;
	border: transparent;
	border-bottom: rgba(0, 0, 0, .1);
	cursor: pointer;
	width: 100%
}

.custom-form__ab .custom-option div, .same-as-selected div {
	padding: 0 10px
}

.custom-form__ab .select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99
}

.custom-form__ab .select-hide {
	display: none
}

.custom-form__ab .select-items .custom-option:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, .1)
}

.custom-form__ab .phone_operator {
	display: none
}

.custom-form__ab .select-selected .country-flag {
	width: 24px;
	height: 17px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .customer_phone.userPhone {
	order: 2
}

.custom-form__ab .custom-option {
	display: flex
}

.custom-form__ab .custom-option .country-name {
	width: 75%
}

.country-code {
	color: #000;
	font-weight: 400;
	font-size: 18px
}

.custom-form__ab .select-selected .country-code {
	flex: 1;
	padding-right: 15px;
	text-align: center
}

.custom-form__ab .custom-option .country-flag {
	width: 24px;
	height: 17px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .custom-option .country-code {
	width: 25%;
	text-align: center
}

.custom-form__ab .country-flag {
	background-repeat: no-repeat
}

.custom-form__ab .customer_phone.userPhone {
	padding-left: 130px !important
}

.virtual-list-wrapper::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5
}

.custom-form__ab .custom-option .country-name {
	padding-left: 0;
	line-height: 14px
}

.virtual-list-wrapper::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(0, 0, 0, .1);
	border: 1px solid #ccc
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(left, #fff, #e4e4e4);
	border: 1px solid #aaa
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:active {
	background: linear-gradient(left, #22add4, #1e98ba)
}

.custom-form__ab .select-items {
	margin-left: 15px
}

.RForm .usf-button {
	margin-bottom: 15px !important
}

.RForm .agree-terms-conditions-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
	text-align: left;
	width: auto;
	padding-left: 7px
}

.RForm .indent {
	width: 100%;
	padding: 0!important;
}

.grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
	padding-top: 5px !important
}

.direction-indent.tooltip + .select-selected {
	border-color: #dc8d99 !important
}

.custom-select .tooltip {
	position: static
}

.custom-select .tooltip:before {
	left: 50px
}

.RForm .agreementText {
	display: flex;
	right: -18px;
	max-width: 100% !important;
	justify-content: flex-end;
	padding-left: 20px;
	max-width: 400px;
	display: flex
}

.RForm .agree-terms-conditions-checkbox {
	height: 17px !important;
	width: 17px !important;
}
.pt-approach__wrapper-form {
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 0 0;
	width: 466px
}

.pt-approach__form-title {
	font-size: 26px;
	line-height: 35px;
	font-weight: 700;
	color: #262626;
	max-width: 260px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto
}

.pt-approach__form-title span {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-transform: lowercase
}

.agreementText input {
	left: 50px;
	top: 0
}

.agreementText input:after {
	left: 2px
}

.agreementText input:before {
	left: 10px
}

.agree-terms-conditions-span {
	margin-right: 0;
	font-family: 'Clear Sans' !important;
}

.RForm .uk-width-medium-1-2, .RForm .uk-width-medium-2-4, .RForm .uk-width-medium-3-6, .RForm .uk-width-medium-5-10 {
	width: 100%
}


svg:not(:root) {
	overflow: hidden
}

.phone-wrap label.error {
	/*left: 0px*/
}

.submit-btn-error {
	left: 50px
}

.input-wrap {
	position: relative
}

label.error {
	/*left: 0;*/
	/*top: -17px*/
}

.submit-btn-error, label.error {
	/*position: absolute;
	width: 100%;
	color: red;
	font-size: 11px*/
}

.submit-btn-error {
	left: 0;
	bottom: -19px;
}

.checkbox-wrap input.error ~ .checkbox-terms {
	color: red
}

input.error {
	border: 1px solid #dc8d99 !important
}

.RForm .popUp-form-register-phone {
	display: flex
}

.RForm .popUp-form-register-phone .popUp-form-register-phone-wrap {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 60px
}

.RForm .popUp-form-register-phone .popUp-form-register-phone-wrap:after {
	bottom: -14px;
	color: red;
	content: attr(data-error);
	left: 100px;
	position: absolute;
	right: 0;
	text-align: start
}

.RForm .popUp-form-register-phone input[type=tel] {
	border-radius: 0px;
	height: 100%;
	padding-left: 115px
}

.RForm .error::-webkit-input-placeholder {
	color: red !important
}

.RForm .error::-moz-placeholder {
	color: red !important
}

.RForm .error:-ms-input-placeholder {
	color: red !important
}

.RForm .error::-ms-input-placeholder {
	color: red !important
}

.RForm .error::placeholder {
	color: red !important
}

.RForm .popUp-form-register-phone .selected-country-arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	order: 3
}

.RForm .popUp-form-register-phone .selected-country-arrow svg {
	outline: none
}

.RForm .popUp-form-register-phone .custom-countryElem:hover {
	background-color: #5e5f5f
}

.RForm .popUp-form-register-phone .select-drop-menu-hidden .custom-select-wrap {
	max-height: 0;
	transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-hidden .selected-country-arrow {
	transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-show .custom-select-wrap {
	max-height: 170px;
	transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-show .selected-country-arrow {
	transform: rotate(180deg);
	transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .custom-select-wrap {
	background-color: #fff;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	max-height: 300px;
	overflow-y: scroll;
	position: absolute;
	top: 120%;
	width: 100%;
	z-index: 9999;
	overflow-x: hidden;
}

.RForm .popUp-form-register-phone .selected-country {
	align-items: center;
	border-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: space-around;
	padding: 0 10px;
	position: absolute;
	left: 0;
	width: 100px;
	cursor: pointer
}

.RForm .popUp-form-register-phone .selected-country-flag {
	order: 2
}

.RForm .popUp-form-register-phone .selected-country-code {
	order: 2;
	color: #000
}

.RForm .popUp-form-register-phone .selected-country-flag img {
	height: 18px;
	width: 24px
}

.RForm .popUp-form-register-phone .custom-countryElem {
	align-items: center;
	display: flex;
	padding: 10px 0 10px 12px;
	color: #000;
	cursor: pointer
}

.RForm .popUp-form-register-phone .custom-countryElem img {
	height: 18px;
	margin-right: 12px;
	width: 24px
}

.RForm .popUp-form-register-phone .custom-select-country {
	width: 50px
}