header{
	background-color: #F8F6EF;
	padding: 20px 0 23px 0;
	position: relative;
}
.header_right_line{
	float: right;
}
.logo_line{
	float: left;
}
.button{
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	transition: .4s background linear;
}
.header_button{
	margin-top: 5px;
	font-weight: 500;
	width: 205px;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
	background-color: #DB8916;
	font-size: 19px;
}
.header_button:hover{
	background-color: #006D4E;
}
/* slider */
.bx-wrapper{
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager{
	padding: 0 !important;
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 18px !important;
	height: 18px !important;
	background-color: transparent !important;
	border: 2px solid #ffffff;
	opacity: .7;
	border-radius: 9px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus{
	border-color: #FFD100;
}
.bx-wrapper .bx-controls-direction a{
	width: 20px !important;
	height: 38px !important;
}
.bx-wrapper .bx-next{
	right: 21px !important;
	background: url('/images/elements/arrow_right.png') no-repeat !important;
}
.bx-wrapper .bx-prev{
	left: 21px !important;
	background: url('/images/elements/arrow_left.png') no-repeat !important;
}
.bx-wrapper img{
	width: 100%;
}
/* section advantages */
#advatages{
	padding: 95px 0 0 0;
	background-image: url('/images/bg/section_background.png');
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
}
.section_title{
	display: block;	
	text-align: center;
	font-size: 38px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0 0 90px 0;
}
.adv_item{
	width: 250px;
	height: 310px;
	display: inline-block;
	text-align: center;
	margin-bottom: 57px;
}
.top_row{
	text-align: justify;
}
.top_row:after{
	content: ' ';
	display: inline-block;
	width: 100%;
}
.bottom_row{
	text-align: center;
}
.bottom_row .adv_item{
	display: inline-block;
	text-align: center;
}
.item_image{
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	display: inline-block;
	padding: 35px;
}
.item_title{
	display: block;
	margin: 20px 0 10px 0;
	font-size: 26px;
}
.item_content p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 57px;
	overflow: hidden;
}
/* footer */
#footer{
	background-color: #A7A8AA;
	padding: 40px 0;
}

.copyright_str{
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #FFFFFF;
}
.footer_buttons{
	float: right;
}
.footer_button{
	width: 205px;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
	background-color: #006D4E;
	margin-left: 15px;
	font-weight: 500;
	font-size: 19px;
}
.footer_button:hover{
	background-color: #DB8916;
}
/* price calc */
.price_calc_header{
	height: 125px;
	line-height: 125px;
	background-color: #DB8916;
}
.price_calc_header h2{
	margin: 0;
	padding: 0;
	font-size: 38px;
	text-align: center;
}
#price_calc{
	color: #FFFFFF;
}
.price_calc_footer{
	text-align: center;
	height: 157px;
	line-height: 157px;
	background-color: #006D4E;
}
.price_calc_button{
	width: 310px;
	height: 57px;
	line-height: 57px;
	background-color: #FFD100;
	border: 1px solid #FFD100;
	color: #006D4E;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
}
.price_calc_button:hover{
	background-color: transparent;
	color: #FFD100;
}

/* application page */
.online_application_page{
	background-image: url('/images/bg/application_bg.png');
	background-size: cover;
}
.application_form{
	width: 555px;
	display: block;
	margin: 100px auto 50px auto;
}
.form_wrap{
	padding: 0 50px;
}
.form_group{	
	margin: 0 0 18px 0;
}
.form_group label{
	display: block;
	margin: 0 0 6px 0;
}
.form_checkbox .checkbox_text{
	margin: 0;
	padding: 0;
	font-size: 14px;
	cursor: default;
	display: inline;
}
.form_group input{
	height: 48px;
	line-height: 48px;
	border-radius: 7px;
	background-color: #F8F6EF;
	border: none;
	width: 100%;
	padding: 0 15px;
}
.form_caption{
	margin: 0 0 40px 0;
	padding: 0 10px;
	font-size: 36px;
	color: #006D4E;
}
.form_helper_text{
	display: block;
	margin: 0 0 30px 0;
	font-size: 14px;
}
.checkbox_icon{
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 11px 0 0;
	cursor: pointer;
}
.form_send{
	display: block;
	margin: 55px auto 0 auto;
	background-color: #006D4E;
	color: #FFFFFF;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	width: 250px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
.form_send:hover{
	background-color: #DB8916;
}
/* offer page */
.offer_page{
	background-image: url('/images/bg/offer_page_bg.png');
	background-size: cover;
	color: #FFFFFF;
}
.offer_item_wrap{
	margin: 50px 0 58px 0;
}
#offer_page_caption{
	color: #FFFFFF;
	text-align: center;
	margin: 96px 0 16px 0;
}
.offers_row{
	text-align: center;
	color: #FFFFFF;
}
.offer_img_wrap{
	display: inline-block;
	border: 1px solid #8EA223;
	border-radius: 50%;
	padding: 32px;
}
.offer_img_wrap_helper{
	width: 115px;
	height: 115px;
	position: relative;
}
.offer_img_wrap_helper img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.offer_content{
	margin: 22px 0 0 0;
}
.offer_text{
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	background-color: #006D4E;
	color: #FFFFFF;
}
.offer_text p{
	margin: 0;
	padding: 0;
	font-size: 24px;
}
.offer_contacts{
	background-color: #DB8916;
	padding: 30px 0 40px 0;
	color: #FFFFFF;
}
.separator_line{
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.1);
}
.contacts_caption{
	font-size: 26px;
	margin-bottom: 20px;
}
.footer_content{
	width: 84%;
	float: left;
}
.footer_socials{
	width: 17%;
	float: left;
}
.footer_content p{
	margin: 0;
	padding: 0 0 0 35px;
}
.footer_content .footer_col.no_icon p{
	padding: 0;
}
.footer_icon{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	bottom: 4px;
}
.green_line_caption{
	display: block;
}
.footer_icon.phone{
	background-image: url('/images/elements/contacts/phone.svg');
}
.footer_icon.fax{
	background-image: url('/images/elements/contacts/fax.svg');
}
.footer_icon.email{
	background-image: url('/images/elements/contacts/mail.svg');
}
.footer_icon.green_line{
	background-image: url('/images/elements/contacts/linia_verde.svg');
}
.footer_col{
	margin-bottom: 10px;
}
/* mobile menu */
.mobile_menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #A7A8AA;
	width: 100%;
	z-index: 200;
	text-align: center;
	padding: 15px 0 5px 0;
	color: #FFFFFF;
}
.mobile_menu_link{
	margin: 0 15px;
}
.form_group input{
	text-align: center;
	border: 1px solid #F8F6EF;
}
.form_error{
	border-color: #E31515 !important;
}
.form_error::-webkit-input-placeholder{
	color: #E31515 !important;
}
.form_error::-moz-placeholder{
	color: #E31515 !important;
}
.form_error:-ms-input-placeholder{
	color: #E31515 !important;
}
.form_error:-moz-placeholder{
	color: #E31515 !important;
}
#form_errors_text{
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 14px;
}
#form_success_text{
	display: none;
	margin: 55px 0 0 0 ;
	text-align: center;
	font-size: 14px;
}
#form_success_text p{
	margin: 0 0 5px 0;
	padding: 0;
}
.clear_fix_4{
	clear: both;
}
.clear_fix_2{
	display: none;
}
.price_calc{
	position: relative;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	xtouch-action: none;
}
.panel-left {
  flex: 0 0 auto;
  /* only manually resize */
  padding: 10px;
  width: 35%;
  min-height: 200px;
  min-width: 350px;
  max-width: 50%;

  color: white;
  z-index: 20;
  overflow: hidden;
  padding: 43px 0 0px 0;
  background: url('/images/bg/car_bg_2.png') no-repeat  #FFD100;
  background-position: 250px top;
  text-align: right;
}
.panel-right img,
.panel-left img{
	opacity: 0;
}
.splitter {
  flex: 0 0 auto;
  width: 3px;  
  background:  #ffffff;	
  cursor: col-resize;
  box-shadow: 0px 0px 61px -13px rgba(0,0,0,0.5);
  position: relative;
  z-index: 50;
}
.splitter:after{
	content: ' ';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -49px;
	width: 108px;
	height: 109px;
	display: block;
	background-image: url('/images/common/splitter_icon.png');
	-webkit-background-size: 100% 100%;
	background-position: center;
	background-size: 100% 100%;
	z-index: 50;
}

.panel-right {
  flex: 1 1 auto;
  /* resizable */
  width: 100%;
  min-height: 200px;
  min-width: 200px;
  background: transparent;
  z-index: 20;
  padding: 43px 0 0 0;
}
.calc_bg{
	padding: 50px 0 170px 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.calc_bg img{
	display: block;
	margin: 0 0 0 242px;
	
}
.calc_bg:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.form_content{
	width: 580px;
	position: absolute;
	left: 54%;
	top: 100px;
	z-index: 500;
}
.form_content .form_input label{
	display: inline-block;
	width: 50%;
}
.form_content .form_input input{
	display: inline-block;
	background-color: #7DA60C;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	height: 50px;
	margin-left: 45px;
}
.form_checkboxes{
	margin-bottom: 55px;
	font-size: 20px;
}
.form_checkbox{
    line-height: 30px;
    margin-bottom: 7px;
}
.form_checkbox .checkbox_icon{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 2px solid #ffffff;
	margin: 0 13px 0 0; 
	position: relative;
	top: 2px;
	background-color: transparent;
	position: relative;
}
.small_field{
	width: 58px;
}
.big_field{
	width: 168px;
}
.form_input{
	margin-bottom: 38px;
}

@media (max-width:1649px){
	.calc_bg img{
		width: 1382px;
	}
	.calc_bg{
		padding: 33px 0 127px 0;
	}
	.panel-left{
	    background-size: 600px;
	    min-width: 330px;
	}
	.panel-right{
		
	}
	.panel-right img,
	.panel-left img{
	    width: 569px;
	}
	.form_content{
		top: 45px;
	}
	.form_checkboxes{
		margin-bottom: 25px;
	}
	.form_input{
		margin-bottom: 25px;
	}
	.panel-left .panel_container{
		left: 221px !important;
	}
	.price_calc_header {
		height: 90px;
		line-height: 90px;
	}
	.price_calc_header h2{
		font-size: 32px;
	}
}
@media (max-width:1449px){
	.calc_bg img{
		width: 1023px;
	}
	.calc_bg{
		padding: 27px 0 168px 0;
	}
	
	.panel-left{
	    background-size: 478px;
	    padding: 7px 0 0px 0;
	    min-width: 315px;
	}
	.panel-right{
		padding: 7px 0 0px 0;
	}
	.panel-right img,
	.panel-left img{
	    width: 490px;
	}
	.form_content{
		top: 25px;
	}
	.form_checkboxes{
		margin-bottom: 15px;
	}
	.form_content .form_input input{
		height: 40px;
	}
	.form_content .form_input input.big_field{
		width: 145px;
	}
	.form_content .form_input input.small_field{
		width: 45px;
	}
	.panel-left .panel_container{
		left: 48px !important;
	}
	.helper_text{
		min-width: 500px;
	}

}
.panel_helper{
	margin-top: 40px;
	height: 60px;
	background-color: #DB8916;
	line-height: 60px;
}
.panel_helper.green{
	background-color: #006D4E;
	text-align: right;
}
.panel_helper.brown .panel_container{
	position: absolute;
	left: 54%;
	font-size: 24px;
	z-index: 700;
}
.panel_helper.brown .panel_container span{
	margin-left: 125px;
}
.panel_helper.brown .panel_container span b{
	font-size: 32px;
	font-weight: normal;
}
.panel-left .panel_container{
	text-align: left;
}
.panel_container p{
	margin: 0;
	padding: 0;
}
.helper_text{
	padding: 8px 0 11px 0;
}
.panel-left .panel_container{
    position: absolute;
    top: 0;
    left: 307px;
}
.panel_helper.green{
	position: relative;
}
.panel_helper.green .panel_container{
	min-width: 60px;
}
.panel_helper_tranparent{
	height: 53px;
	position: relative;
}
.form_checkbox span{
	display: inline-block;
	cursor: pointer;
}
.form_checkbox.active .checkbox_icon:after{
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	background-color: #7DA60C;
	margin: auto;
	border-radius: 7px;
}
#contrib_value,
#price_slider,
#contact_slider{
	height: 17px;
	background-color: #898385;
	border: none;
	position: relative;
	top: 11px;
	width: 100%;
}
#contrib_value{
	display: none;
}
.ui-widget-header{
	background-color: #7F9E27 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	background-color: #7DA60C !important;
	border: 4px solid #ffffff !important;
}
.form_content{
	font-size: 20px;
}
.form_input input{
	font-size: 28px;
}
.panel_helper.green .panel_container{
	font-size: 24px;
}
.panel_helper_tranparent{
	color: #006D4E;
	font-size: 14px;
}
#price_auto_label{
	position: relative;
	
	
}
.checkbox_application_form{
	display: block !important;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto;
}
.checkbox_application_form.form_error{
	border: 1px solid #E31515;
}

.form_checkbox .checkbox_text{
	line-height: normal;
}
.application_form .form_checkbox.active .checkbox_application_form{
	background-image: url("/images/elements/check_active.png");
	background-position: center;
	background-repeat: no-repeat;
	
}
.social_button{
	display: inline-block;
}
@media (max-width:1290px){
	.footer_content{
		width: 100%;
	}
	.footer_socials{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}
.mobile_index_slider_caption{
	display: none;
	color: #006D4E;
	width: 580px; 
	margin: 20px auto 10px auto;
}
.price_calc_button.header_button{
	margin-left: 55px;
	margin-top: 25px;
}

.form_content .form_input.slider_input label{
	position: relative;
	bottom: 22px;
}
.form_content .form_input.slider_input.contrib_value label{
	bottom: 5px;
}
.header_right_line .footer_icon.green_line{
	background-image: url('/images/elements/contacts/linia_verde_green.svg');
}
.header_right_line .footer_icon{
	top: 4px;
	float: left !important;
}
.green_line_header{
	display: inline-block;
	margin-top: 9px;
	
	font-size: 24px;
	font-weight: bold;
}
.green_line_header p{
	margin: 0;
	padding: 0;
}
.green_line_header img{
	max-width: 100%;
	margin: 0 10px;
	position: relative;
	bottom: 10px;
}
.greenline_phone{
	color: rgba(92,166,42,1);
}


.form_checkboxes{
	margin-bottom: 5px;
}

.y-field{
	width: 79px;
}

.invisible-date{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}





