.faq_main_container{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	display: none;
	font-family: 'Roboto', sans-serif;
}

.faq_container{
	width: 390px;
	background: #ffffff;
	padding: 0px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}

.faq_box{
	background-color: #f8f8f8;
}

.faq_box_top,
.faq_box_search_top{
	background-color: #93be61;
	height: 100px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.faq_box_center,
.faq_box_search{
	height: 460px;
	background-color: #f6f6f6;
	max-height: 460px;
	overflow: hidden;
	padding: 10px 0 17px 0;
}

.faq_box_center_inner{
	padding: 10px;
}

.faq_box_bottom{
	background-color: #f6f6f6;
	height: 17px;
	display: none;
}

.level_container{
	width: 50%;
	float: left;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.level_content{
	background-color: #fff;
			margin: 5px;
			height: 100px;
			width: 175px;
			border-radius: 0;
			box-shadow: 0 2px 9px rgba(36,37,38,.08);
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 10px;
			text-align: center;
			cursor: pointer;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			flex-wrap: wrap;
			align-content: center;
			line-height: 1em;
}

.level_content:hover{
	box-shadow: 0 5px 10px rgba(36,37,38,.35);
}

.sublevel_container{
	background: white;
	border-bottom: 1px solid #d8d8d8;
}

.final_container{
	background: #f7faf4;
	border-bottom: 1px solid #d8d8d8;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.sublevel_content{
	padding: 20px 15px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.sublevel_name{
	position: relative;
	display: flex;
	margin-left: 0;
	align-items: center;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.sublevel_name i{
	font-size: 23px;
	color: #cccccc;
	margin-right: 10px;
}

.sublevel_content:hover{
	background: #ebebeb;
}

.level_content .level_name{
	font-size: 12px;
}

.level_content .level_icon_image{
	width: 100%;
	margin-bottom: 15px;
}

.level_content .level_icon_image img{
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.faq_box_top .faq_box_top_title,
.faq_box_search_top .faq_box_top_title{
	margin-left: 19px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	margin-top: 3px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
}

.faq_box_top .faq_box_top_subtitle,
.faq_box_search_top .faq_box_top_subtitle{
	margin-left: 19px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-top: 2px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
}

.faq_box_top .top_icon i.pe-7s-help2,
.faq_box_top .top_icon i.pe-7s-light,
.faq_box_search_top .top_icon i.pe-7s-help2,
.faq_box_search_top .top_icon i.pe-7s-light{
	position: relative;
	margin-top: 20px;
	margin-left: 16px;
	color: #fff;
	font-size: 25px;
}

.faq_box_top .top_icon .go_back i,
.faq_box_search_top .top_icon .go_back i{
	position: relative;
	margin-left: 16px;
	color: #fff;
	font-size: 32px;
	height: 30px;
	cursor: pointer;
}

.faq_box_top .top_icon .go_home i,
.faq_box_search_top .top_icon .go_home i{
	position: relative;
	color: #93be61;
	font-size: 20px;
	height: 30px;
	cursor: pointer;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fffffe;
}


.faq_box_top .faq_box_close_container{

}

.faq_box_top .faq_box_close_container i,
.faq_box_search_top .faq_box_close_container i{
	display: block;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	margin-right: 16px;
}

.top_icon.on_home .faq_box_close_container{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.faq_box_top .faq_box_close_container i:hover,
.faq_box_search_top .faq_box_close_container i:hover{
	color: rgba(255, 255, 255, 1);
}

.item_details_content{
	padding: 20px 20px;
}

.item_details_content .item_name{
	font-size: 17px;
	font-weight: 500;
	color: #3e3e3e;
	display: none;
	margin-bottom: 15px;
}

.item_details_content .item_description{
	font-size: 13px;
	color: #3e3e3e;
	line-height: 1.5em;
	word-break: break-word;
}

.item_description img{
	max-width: 100%;
	height: auto;
}

.item_description ul,
.item_description ol{
	margin-left: 15px;
}

.item_description li{
	margin-bottom: 5px;
}

.item_description a,
.link_to_other_item{
	color: #89be4c;
	cursor: pointer;
}

.faq_contact_form{

}

.faq_contact_form > p.submit{
	text-align: right;
}

#FAQsubmitMessage{
	float: none;
	margin: 0;
}

.faq_contact_form label{
	display: block;
	margin-bottom: 5px;
}

.faq_contact_form input[type='text'],
.faq_contact_form textarea,
.faq_contact_form select,
.faq_contact_form input[type='file'],
.faq_contact_form input[type='email']{
	width: 100%;
	margin: 0;
}

.final_container.as_level_container{
	border-bottom: none;
	width: 50%;
	float: left;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: none;
}

.faq_contact_form p{
	margin: 0;
	padding-bottom: 0;
}

.faq_contact_form > div{
	margin-bottom: 10px;
}

#FaqCaptcha{
	display: flex;
	justify-content: flex-end;
}

.not_allowed{
	border-color: red;
}

.mail_confirmation{
	display: none;
	opacity: 0;
}

.mail_confirmation_title{
	color: #7ca44d;
	font-size: 21px;
	font-weight: 500;
	margin-top: 3px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	margin-bottom: 5px;
}

.mail_confirmation_text{
	font-size: 13px;
	font-weight: 400;
}

.faq_categories_container{

}

.faq_categories_container ul{
	list-style: none;
	margin-left: 0;
}

.faq_categories_container li{

}

.faq_categories_container a{

}

.faq_box_top .top_icon,
.faq_box_search_top .top_icon{
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 4px;
	height: 53px;
}

.mobile_only{
  display: none;
}

@media (max-width: 767px) {
	.faq_main_container {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		z-index: 9999;
		left: 0;
	}

	.faq_container{
		width: 100%;
	}
	.faq_box {

	}
	.faq_box_center{
		height: auto;
	}
	.mobile_only{
		display: block;
	}
}

body.lock_position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.mobile_only{
	background: #80a94f;
	padding: 10px;
}

.mobile_only .countries_ul{
	display: flex;
	justify-content: flex-end;
	list-style: none;
}

.mobile_only .countries_ul li img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* filter: url(#greyscale); */
  filter: gray;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.mobile_only .countries_ul li {
  margin-right: 0;
  margin-left: 5px;
}

.mobile_only .countries_ul li.selected_language img, 
.mobile_only .countries_ul li:hover img {
  -webkit-filter: none;
  filter: none;
}

.sublevel_icon_image{
  margin-right: 10px;
  width: 23px;
  height: 23px;
  overflow: visible;
}

.sublevel_icon_image img{
  max-height: 26px;
  opacity: 0.3;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .faq_box_center{
    overflow: auto !important;
    padding-bottom: 160px !important;
  }
}

.sublevel_search_item_container{
}

.sublevel_search_item_path{
	display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    display: block;
	color: #75866d;
}

.path_element{

}

.path_spacer{
	margin: 0 5px;
}

.sl_form{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    color: #000000 !important;
    padding: 2px 10px 0 10px;
    height: 25px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: 1px solid #717172;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.sl_form:hover{
	background-color: #818181;
	color: #FFFFFF !important;
}

.slform{
    display: flex;
    align-items: center;
    padding: 10px 10px;
    border-bottom: 1px solid #d8d8d8;
    background: #f6f6f6;
    justify-content: space-between;
}

.form_sl_1{

}

.faq_box_search{
	padding-top: 0px !important;
}

.faq_box_search_top {
    background: #75866d !important;
}

.sl_szukaj_item{
    outline: none;
    display: block;
    border: none;
	box-shadow: 0 2px 9px rgba(36,37,38,.08);
	background-color: #fff !important;
	width: 100%;
}

.sl_szukaj_item:focus{
	outline:1px solid #d8d8d8;
}

.sl_form{

}

.slform > label{
	width: 100%;
	margin-right: 10px;
}