.callback-form_wrap__pole input{
	background: #FFFFFFE5;
	box-shadow: 0 2px 2px 0 #0000001A;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	height: 38px;
	border-radius: 35px;
	margin-bottom: 5px;
	border: none;
	transition: all .2s ease-in-out;
	padding: 5px 12px;
	color: #bab4b8;
}

.callback-form_wrap__pole input:focus-visible{
	outline: none;
	border: 0;
	box-shadow: 0px 0px 4px 2px #ff673273;
}

.footer-form input[type="submit"]{
	border: 3px solid #FFE9A2;
	background: #FE8B39;
	padding: 10px 45px;
	color: #fff;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	border-radius: 35px;
	margin-top: 17px;
	transition: all .2s ease-in-out;
}

.footer-form input[type="submit"]:hover{
	background: #fff;
	color: #000;
}

.callback_calc__wrap.form{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phone-field {
	display: flex;
	align-items: stretch;
	position: relative;
	max-width: 100%;
}

.phone-field__picker {
	position: relative;
	flex: 0 0 auto;
	z-index: 2;
}

.phone-field__trigger {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	height: 38px;
	padding: 0.35rem 1.5rem 0.35rem 0.5rem;
	border: none;
	border-right: none;
	border-radius: 35px 0 0 35px;
	background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23bab4b8' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 0.45rem center;
	background-size: 10px 6px;
	font: inherit;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
}

.phone-field__trigger:hover {
	background-color: #ebebeb;
}

.phone-field__trigger:focus {
	outline: none;
	border-color: #6b9fd4;
	z-index: 3;
}

.phone-field__trigger[aria-expanded="true"] {
	border-color: #6b9fd4;
	z-index: 4;
}

#calculate .phone-field__flag {
	display: block;
	width: 22px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
	background: #e8e8e8;
	height: auto;
}

.phone-field__flag--other {
	object-fit: contain;
	padding: 1px;
	background: #fff;
}

.phone-field__code {
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1;
}

.phone-field__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 15.5rem;
	max-height: 8rem;
	margin: 2px 0 0;
	padding: 0.25rem 0;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	overflow-y: auto;
	list-style: none;
}

.phone-field__dropdown.is-open {
	display: block;
}

.phone-field__group-title {
	padding: 0.35rem 0.65rem 0.2rem;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #888;
	pointer-events: none;
}

.phone-field__option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.4rem 0.65rem;
	border: none;
	background: transparent;
	font: inherit;
	font-size: 0.9em;
	color: #333;
	text-align: left;
	cursor: pointer;
}

.phone-field__option:hover,
.phone-field__option:focus {
	outline: none;
	background: #eef4fb;
}

.phone-field__option.is-active {
	background: #e3edf8;
}

.phone-field .inputtext,
.phone-field input[name="form_text_2"] {
	flex: 1 1 auto;
	min-width: 0;
	border-radius: 0 35px 35px 0;
}

.phone-field:focus-within .phone-field__trigger,
.phone-field:focus-within .inputtext,
.phone-field:focus-within input[name="form_text_2"] {
	border-color: #6b9fd4;
}
.main-user-consent-request {
	margin-top: 9px;
}
.main-user-consent-request input[type='checkbox']{
	accent-color: #274797;
	width: 13px;
}

.callback_calc .main-user-consent-request-announce{
	font-family: Montserrat;
	font-weight: 500;
	font-style: Medium;
	font-size: 10px;
	line-height: 12px;
	color: #16122C;
}

.callback_calc .main-user-consent-request-announce a{
	color:#274797;
	font-size: 10px;
	border-bottom: none;
}