body a.insurance_form_cus-btn-open{
	color: #FFFFFF !important;
	/*
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF !important;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 32px;
	margin: 8px 0;
	width: 326px;
	height: 52px;
	text-decoration: none;

	background: #2E6DCC;
	border-radius: 56px;
	*/
}

.insurance_form_cus * {
	box-sizing: border-box;
}

.insurance_form_cus{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11111;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.insurance_form_cus-fon{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 20px;
}
.insurance_form_cus-fon-close{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: #444445;
	opacity: 0.5;
}
.insurance_form_cus-close{
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 0;
	border: 1px solid #D2D2D3;
	border-radius: 0;
	z-index: 5;
	transition: 0.3s;
}
.insurance_form_cus-close:hover{
	background: #D2D2D3;
}
.insurance_form_cus-close .btn-close-insurance {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;
	height: auto;
	padding: 9px;
	color: #444445;
	background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444445'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
}
.insurance_form_cus-form{
	position: relative;
	z-index: 3;
	width: 1440px;
	max-width: 100%;
	height: 860px;
	max-height: 100%;
}
.insurance_form_cus-con{
	width: 100%;
	height: 100%;
	display: flex;
}

.insurance_form_cus-step_off{
	display: none;
	height: 100%;
}
.insurance_form_cus-step_on {
	display: block;
}

.insurance_form_cus-step_content{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.insurance_form_cus-con-left{
	width: 45%;
	height: 100%;
	background: linear-gradient(146.2deg, #2E6DCC 0%, #89B8FF 100%);
	padding: 64px 48px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.insurance_form_cus-con-left-step{
	max-width: 410px;
	width: 100%;
}
.insurance_form_cus-con-left-bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 666px;
	background-image: url('img/insurance-fon.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
.insurance_form_cus-step-left-name{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.insurance_form_cus-step-left-text{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.insurance_form_cus-step-left-text ul{
	padding-left: 32px;
}
.insurance_form_cus-step-left-text p{
	margin-bottom: 10px;
}
.insurance_form_cus-con-right{
	width: 55%;
	height: 100%;
	background-color: #EBF3FF;
	padding: 50px 60px;
	display: flex;
}
.insurance_form_cus-con-right-step{
	max-width: 660px;
	padding-right: 10px;
	width: 100%;
	overflow-y: auto;
	height: 760px;
	max-height: 100%;
}
.insurance_form_cus-step-right-name{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #1D2023;
	margin-bottom: 25px;
	width: 100%;
}

.insurance_form_cus-step-btns{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.insurance_form_cus-step-btn-con{
	display: flex;
}
.insurance_form_cus-step-btn-perw{
	width: 100%;
	margin-top: auto;
}

a.insurance_form_cus-step-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 16px 32px;
	gap: 8px;

	min-width: 268px;
	max-width: 100%;
	min-height: 52px;

	background: #2E6DCC;
	border-radius: 56px;

	margin-bottom: 16px;

	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF !important;
	text-decoration: none;
}
.insurance_form_cus-step_2 a.insurance_form_cus-step-btn{
	min-width: 356px;
}
.insurance_form_cus-step_3 a.insurance_form_cus-step-btn{
	min-width: 401px;
}
.insurance_form_cus-step_4_1 a.insurance_form_cus-step-btn{
	min-width: 268px;
}
.insurance_form_cus-step_4_2 a.insurance_form_cus-step-btn{
	min-width: 268px;
}
.insurance_form_cus-step_4_3 a.insurance_form_cus-step-btn{
	min-width: 354px;
}
.insurance_form_cus-step_5 a.insurance_form_cus-step-btn{
	min-width: 280px;
}


.insurance_form_cus-step-perw-step-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;

	min-width: 131px;
	max-width: 100%;
	min-height: 52px;
	background: #FFFFFF;
	border-radius: 56px;
	margin-bottom: 16px;

	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1D2023;
	text-decoration: none;
}

.insurance_form_cus-step-perw-step-btn svg{
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 8px;
}

.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl{

}
.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-con-left{
	width: 0;
	padding: 0;
}
.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-con-right{
	width: 100%;
	justify-content: center;
}
.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-step-btns {
	align-items: center;
}
.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-step-right-name{
	text-align: center;
}
.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-step-right-text{
	text-align: center;
	margin-bottom: 48px;
}


body div#wpforms-4981.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
div#wpforms-4981.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{
	margin-right: 0;
	margin-left: 0;
}

#wpforms-4981-field_42{
	width: 100%;
}

.insurance_form_cus-step_search_con{

}

.insurance_form_input_none{
	display: none;
}

.insurance_form_prices_white-div{
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	color: #1D2023;
	max-width: 408px;
	width: 100%;
	height: 72px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	border-radius: 16px;

}
.insurance_form_prices_white-lef{
	display: flex;
}
.insurance_form_prices_white-evro{
	margin-left: 10px;
}
.insurance_form_prices_white-righ{
	display: flex;
	max-height: 100%;
	justify-content: flex-end;
	display: none;
}
.insurance_form_prices_white-logo {
	display: flex;
	max-height: 100%;
	justify-content: flex-end;
}
.insurance_form_prices_white-logo img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

div#wpforms-4981.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column{
	padding: 0;
}

div#wpforms-4981.wpforms-container .wpforms-field-container .wpforms-field.wpforms-one-half{
	max-width: 350px!important;
}


/* ------------------------------- serach ------------------------------------------- */


.insurance_form_cus-step_search_con .product-calc {
	background: #ebf3ff;
	border: none;
	border-radius: 0;
	padding: 0;
}

.insurance_form_cus_step_search_con_none {
	display: none !important;

}

.product-calc p {
	margin-block-start: 0;
}

.product-calc p+p:not(.price-without-subsidy, .price-with-subsidy) {
	margin-top: 16px;
}

#prices-container {
	display: flex;
	align-items: center;
	gap: 4%;
	margin-top: 24px;
}
.prices-block {
	display: flex;
	gap: 8px;
	flex-direction: column;
	flex-basis: 48%;
	background: #FFFFFF;
	border: 1px solid #E8E9E9;
	border-radius: 8px;
	padding: 15px;
}
.prices-block__bottom {
	margin-top: 24px;
}
.prices-block__bottom-cta {
	margin-top: 16px;
}
.insurance_form_cus-step_search_con .select_box_wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

.prices-block-desc {
	font-size: 14px;
	color: #77797B;
}
.price-without-subsidy,
.price-with-subsidy {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #235299;
}

.custom_select_box {
	width: 100%;
	height: 56px;
	border-radius: 4px 4px 0 0;
	display: flex;
	align-items: center;
	padding: 0 8px;
	justify-content: space-between;
	background: #fff;
	border-bottom: 2px solid #E8E9E9;;
	transition: all 300ms;
	cursor: pointer;
}
.insurance_form_cus-step_search_con .custom_select_dropdown {
	border: none;
	box-shadow: none;
	margin-top: 0;
	border-radius: 0;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	opacity: 1;
	transition: all 300ms;
	display: block;
	position: relative;
	left: 0;
	background: #EBF3FF;
	width: 100%;
	z-index: 9999999999999;
}
.insurance_form_cus-step_search_con .custom_select_dropdown_list_wrapper {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #EBF3FF;
	padding: 0;
	max-width: 416px;
}
.custom_select_dropdown_list
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 16px 32px;
	gap: 8px;

	min-width: 268px;
	max-width: 100%;
	min-height: 52px;

	background: #2E6DCC;
	border-radius: 56px;

	margin-bottom: 16px;

	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	text-decoration: none;
}
.custom_select_dropdown_list:hover
{
	cursor: pointer;
	background: #2E6DCC;;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.custom_select_dropdown_list .custom_select_dropdown_list_label:hover
{
	cursor: pointer;
}
.custom_select_dropdown_list_radio
{
	width: 0;
	position: absolute;
	opacity: 0;
	margin: 0;
	height: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 0;
}
.custom_select_box.select_box_active
{
	border-bottom: 2px solid #4285f4;
}
.insurance_form_cus-step_search_con .custom_select_box.select_box_active + .custom_select_dropdown
{
	display: block;
	animation: none;
}
@keyframes animateDrop
{
	from
	{
		opacity: 0;
		height: 0;
	}
	to
	{
		opacity: 1;
		height: 160px;
	}
}
.custom_select_box_selected_label
{
	width: 94%;
}
.custom_select_box_dropdown_icon
{
	width: 5%;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}
.custom_select_box_dropdown_icon_button
{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms;
	color: #313131;
}
.custom_select_dropdown_list_search_input
{
	width: 100%;
	height: 40px;
	padding: 8px;
	outline: none;
	background: #FAFBFB;
	border: 1px solid #D2D2D3;
	border-radius: 4px;
	color: #A5A6A7;
	font-size: 16px;
	line-height: 24px;
}
.custom_select_dropdown_list_search_input:focus
{
	border-bottom: 1px solid #4285f4;
}
.custom_select_dropdown_list_search
{
	margin-bottom: 24px;
}
.custom_select_dropdown_list_search_input::placeholder
{
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.custom_select_dropdown_list_search_input:focus::placeholder
{
	opacity: 0;
}
.custom_select_dropdown::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.custom_select_dropdown::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.custom_select_dropdown::-webkit-scrollbar-thumb
{
	background-color: #31313150;
	border-radius: 10px;
}
.custom_select_box.select_box_active .custom_select_box_dropdown_icon .custom_select_box_dropdown_icon_button i
{
	animation: animateselectIcon 300ms forwards;
	transform-origin: center;
}
@keyframes animateselectIcon
{
	from
	{
		transform: rotateZ(0);
		color: #313131;
	}
	to
	{
		transform: rotateZ(180deg);
		color: #4285f4;
	}
}
.custom_select_box .custom_select_box_dropdown_icon .custom_select_box_dropdown_icon_button i
{
	animation: animateselectIconBack 300ms forwards;
	transform-origin: center;
}
@keyframes animateselectIconBack
{
	from
	{
		transform: rotateZ(180deg);
		color: #4285f4;
	}
	to
	{
		transform: rotateZ(0deg);
		color: #313131;
	}
}

@media screen and (max-width: 1200px) {

	body div#wpforms-4981.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div#wpforms-4981.wpforms-container .wpforms-field-container .wpforms-field.wpforms-one-half {
		max-width: 100% !important;
	}

}

@media screen and (max-width: 992px) {

	.insurance_form_cus-step-btn-con {
		width: 100%;
	}

	body .insurance_form_cus-step_off a.insurance_form_cus-step-btn{
		width: 100%;
		min-width: 1px;
	}

	.insurance_form_cus-con-right {
		padding: 48px 16px 24px;
	}
	.insurance_form_cus-con-left {
		padding: 24px 16px 48px;
	}

}

@media screen and (max-width: 768px) {

	.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-con-right {
		min-height: 920px;
	}
	.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-con-left {
		min-height: 0;
	}

	.insurance_form_cus-con-right-step{
		height: auto;
		padding-right: 0;
	}

	.insurance_form_cus{
		overflow-y: auto;
	}

	.insurance_form_cus-close {
		top: 10px;
		right: 10px;
	}

	.insurance_form_cus-con {
		flex-direction: column-reverse;
	}
	.insurance_form_cus-form{
		height: 100%;
	}
	.insurance_form_cus-con-right, .insurance_form_cus-con-left {
		width: 100%;
		min-height: 460px;
	}
	.insurance_form_cus-fon {
		padding: 0;
		height: auto;
	}

	.insurance_form_cus-con-left-bg {
		height: 110px;
		background-position: top;
		background-size: cover;
	}
	.insurance_form_cus-con-left-step {
		max-width: 100%;
	}

	.insurance_form_cus-step-btn, .insurance_form_cus-step-perw-step-btn{
		width: 100%;
	}

	.insurance_form_cus-step-right-name {
		padding-right: 45px;
	}
	.insurance_form_cus-step-dabl-big-right.insurance_form_cus-step-dabl .insurance_form_cus-step-right-name{
		padding-left: 45px;
	}



}

@media screen and (max-width: 635px){

	div#wpforms-4981.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
		padding: 0 !important;
	}

}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.insurance_form_prices_white-lef {
	font-size: 32px !important;
}
