.BionHeader{
	width: 100%;
	position: relative;
}
.HeaderLine{
	width: 100%;
	height: 6px;
	background-color: #27934b;
}
.HeaderMain{
	width: 100%;
    padding: 0 30px;
	min-height: 148px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.HeaderMain-logo{
	height: 84px;
	width: auto;
}
.HeaderMain-logo img{
	height: 100%;
	width: auto;
}
.HeaderMain-info{
	font-size: 18px;
	font-family: "Magra",sans-serif;
	font-weight: normal;
	color: #000;
}
@media screen and (max-width: 691px) {
	.HeaderMain-info{
		display: none;
	}
}
.HeaderMain-social{
	width: 210px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 820px) {
	.HeaderMain-social{
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.HeaderMain-info{
		display: none;
	}
}
.PriceRequest{
	width: 205px;
	height: 45px;
	border: none;
	border-radius: 5px;
	background: url('/wp-content/themes/bion/images/btn.jpg') 0 0;
	color: #fff;
	font-family: "Magra",sans-serif;
	font-weight: normal;
	font-size: 16px;
	transition: all 0.2s ease-out;
}
@media screen and (max-width: 640px) {
	.HeaderMain-priceBtn{
		display: none;
	}	
}
.HeaderMain-priceBtn button:hover{
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.HeaderMain-menu{
	width: 100%;
	background-color: #fbb82a;
}
@media screen and (max-width: 820px) {
	.HeaderMain-menu{
		display: none;
	}
}
.NavMenuMain{
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.NavMenuMain > .menu-item{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.NavMenuMain > .menu-item:not(:last-child){
	border-right: 1px solid #c99322;
}
.NavMenuMain .menu-item  a{
	padding: 0 60px;
	height: 40px;
	color: #000;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: "Magra",sans-serif;
	font-weight: normal;
	font-size: 16px;
}
@media screen and (max-width: 1130px) {
	.NavMenuMain .menu-item  a{
		padding: 0 40px;
	}
}
@media screen and (max-width: 915px) {
	.NavMenuMain .menu-item  a{
		padding: 0 15%;
	}
}
.NavMenuMain > .menu-item:first-child  a{
	padding-left: 30px;
}
.NavMenuMain > .menu-item:last-child  a{
	padding-right: 30px;
}
@media screen and (max-width: 1130px) {
	.NavMenuMain > .menu-item:first-child  a{
		padding-left: 20px;
	}
.NavMenuMain > .menu-item:last-child  a{
		padding-right: 20px;
	}
}
@media screen and (max-width: 915px) {
	.NavMenuMain > .menu-item:first-child  a{
		padding-left: 15px;
	}
.NavMenuMain > .menu-item:last-child  a{
		padding-right: 15px;
	}
}
.NavMenuMain .sub-menu{
	display: none;
	width: 250px;
	position: absolute;
	top: 40px;
	left:0;
	background-color: #f5f5f5;
	z-index: 2;
}

.NavMenuMain li:nth-child(3) .sub-menu{ 
	width: 350px;
}

.NavMenuMain .sub-menu a{
	height: 40px;
	padding-right: 0;
}
.NavMenuMain .sub-menu a:hover{
	color: #27934b;
}
.NavMenuMain .menu-item:hover .sub-menu{
	display: block;
}
.NavMenuMain .menu-item-has-children{
	position: relative;
}
.NavMenuMain .menu-item-has-children > a::after{
	content: "";
	position: absolute;
	top: 45%;
	right: 45px;
	width: 7px;
	height: 8px;
	background: url('images/tringle.svg') no-repeat;
}
@media screen and (max-width: 1130px) {
	.NavMenuMain .menu-item-has-children > a::after{
		right: 10%;
	}
}
.NavMenuMain .menu-item-has-children:hover > a::after{
	transform: rotate(180deg);
	top: 37%;
}

/* -------- burgerMenu -------- */
.burgerMenu{
	width: 110px;
	height: 40px;
	background-color: #fbb82a;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
@media screen and (max-width: 820px) {
	.burgerMenu{
		display: flex !important;
		order: 3;
	}
}
.burgerMenu:hover{
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.burgerMenu-text{
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "RobotoCondensed";
	font-weight: normal;
}
.HeaderResponsive-menu{
	position: absolute;
	min-height: 437px;
	width: 100%;
	background-color: rgb(251, 184, 42);
	box-shadow: 3px 0px 3px 0px rgba(167, 109, 0, 0.2);
	z-index: 25;
}
.HeaderResponsive-social{
	width: 225px;
	padding-left: 70px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.HeaderResponsive-menu-inner{
	height: 100%;
	width: 50%;
	position: relative;
	padding: 50px 0;
}
.NavMenuResponsive {
	height: 298px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between; 
}
.NavMenuResponsive > .menu-item{
	display: flex;
	justify-content: center;
	align-items: center;
}
.NavMenuResponsive .menu-item  a{
	width: 100%;
	height: 35px;
	padding-left: 70px;
	color: #000;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: "Magra",sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.NavMenuResponsive .sub-menu{
	display: none;
	padding-top: 113px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	position: absolute;
	background-color: #f5f5f5;
	z-index: 30;
}
.NavMenuResponsive .sub-menu a:hover{
	color: #27934b;
}
/* .NavMenuResponsive .menu-item:hover .sub-menu{
	display: block;
} */
.NavMenuResponsive .menu-item-has-children > a::after{
	content: "";
	position: relative;
	left: 5px;
	width: 7px;
	height: 8px;
	background: url('images/tringle.svg') no-repeat;
	transform: rotate(270deg);
}
.NavMenuResponsive .menu-item-has-children:hover > a::after{
	transform: rotate(90deg);
}
.NavMenuResponsive > .menu-item:hover {
  background-color: #e1a526;
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.menu-item-has-children > a{
	pointer-events: none;
}
.HeaderResponsive-priceBtn{
	display: none;
	margin-left: 47px;
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.HeaderResponsive-priceBtn{
		display: inline-block;
	}
}
.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20;
}
.menu-active{
	overflow: hidden;
}
@media screen and (max-height: 635px) {
	.menu-active{
		overflow: auto !important;
	}
}
/* -------- burgerMenu Small-------- */
@media screen and (max-width: 600px) {
	.burgerMenu{
		display: none !important;
	}
	.burgerMenuSmall{
		width: 60px;
		height: 40px;
		background-color: #fbb82a;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.burgerMenuSmall:hover{
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
	}
	.HeaderSmall-menu{
		position: absolute;
		z-index: 100;
		width: 100%;
		background-color: #e1a526;
	}
	.HeaderSmall-menu-inner{
		display: flex;
		flex-direction: column;
		margin:  0 auto;
		width: 205px;
		min-height: 300px;
		padding: 30px 0;
	}
	.HeaderSmall-social{
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}

	.NavMenuSmall{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.NavMenuSmall > .menu-item{
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.NavMenuSmall .menu-item  a{
		text-transform: uppercase;
		font-family: "Magra",sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #000;
	}
	.NavMenuSmall .sub-menu{
		margin-top: 10px;
		display: none;
		width: 100%;
		z-index: 2;
	}
	.NavMenuSmall .sub-menu {
		text-align: center;
	}
	.NavMenuSmall .sub-menu li{
		margin-bottom: 15px;
	}
	.NavMenuSmall .sub-menu a{
		color: #fff;
	}
	.NavMenuSmall .sub-menu a:hover{
		color: #27934b;
	}
	.NavMenuSmall .menu-item-has-children > a{
		position: relative;
	}
	.NavMenuSmall .menu-item-has-children > a::after{
		content: "";
		position: absolute;
		right: -10px;
		top: 20%;
		width: 7px;
		height: 8px;
		background: url('images/tringle.svg') no-repeat;
	}
	.NavMenuSmall .menu-item-has-children:hover > .link-active::after{
		transform: rotate(180deg);
	}
	.HeaderSmall-priceBtn{
		display: inline-block;
		margin-top: 40px;
	}	
}

/*------------------------ Modal -------------------------*/

.ToRequest-modal {
	background-color: #176634;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px auto;
	max-width: 705px;
	padding: 33px 44px 30px 44px;
	position: relative;
	width: 100%;
}
.ToRequest-title {
	color: #fff;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 27px;
	text-align: center;
}
.ToRequest-close {
	cursor: pointer;
	height: 20px;
	padding: 20px;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 20px;
}
.ToRequest-close:before {
	background-color: #fff;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: relative;
	top: -10px;
	transform: rotate(45deg);
	width: 2px;
}
.ToRequest-close:after {
	background-color: #fff;
	bottom: 30px;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: relative;
	transform: rotate(-45deg);
	width: 2px;
}
.wpcf7-form-control.ToRequest-input {
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 18px;
	padding: 12px 20px 12px 40px;
	outline: none;
	width: 100%;
}
.wpcf7-form-control.ToRequest-input::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}
.wpcf7-form-control.ToRequest-input:focus::-webkit-input-placeholder {
	padding-left: 5px;
}
.wpcf7-form-control.ToRequest-input::-moz-placeholder {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}
.wpcf7-form-control.ToRequest-input:-ms-input-placeholder {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}
.wpcf7-form-control.ToRequest-input:-moz-placeholder {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}
select.ToRequest-input {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	padding: 12px 20px 9px 40px !important;
	transition: all 0.2s ease-out;
}
.ToRequest-input[name='requestname'] {
	background: #104724 url(images/icon-name.svg) no-repeat 10px 10px;
}
.ToRequest-input[name='requestname']:focus {
	background: #104724 url(images/icon-name.svg) no-repeat 10px 10px;
	color: #fff;
}
.ToRequest-input[name='requestemail'] {
	background: #104724 url(images/icon-email.svg) no-repeat 10px 14px;
}
.ToRequest-input[name='requestemail']:focus {
	background: #104724 url(images/icon-email.svg) no-repeat 10px 14px;
	color: #fff;
}
.ToRequest-input[name='requestmsg'] {
	background: #104724 url(images/icon-msg.svg) no-repeat 10px 13px;
	height: 80px;
	margin-bottom: 42px;
	resize: none;
}
.ToRequest-input[name='requestmsg']:focus {
	background: #104724 url(images/icon-msg.svg) no-repeat 10px 13px;
	color: #fff;
}
.ToRequest-input[name='requeststatus'] {
	background: #104724 url(images/icon-status.svg) no-repeat 10px 13px;
}
.ToRequest-input[name='requeststatus']:focus {
	background: #104724 url(images/icon-status.svg) no-repeat 10px 13px;
	color: #fff;
}
.ToRequest-input[name='requestcountry'] {
	background: #104724 url(images/icon-country.svg) no-repeat 10px 13px;
}
.ToRequest-input[name='requestcountry']:focus {
	background: #104724 url(images/icon-country.svg) no-repeat 10px 13px;
	color: #fff;
}
.ToRequest-input[name='requestsize'] {
	background: #104724 url(images/icon-size.svg) no-repeat 10px 13px;
}
.ToRequest-input[name='requestsize']:focus {
	background: #104724 url(images/icon-size.svg) no-repeat 10px 13px;
	color: #fff;
}
.ToRequest-input[name='requestquantity'] {
	background: #104724 url(images/icon-quantity.svg) no-repeat 10px 13px;
}
.ToRequest-input[name='requestquantity']:focus {
	background: #104724 url(images/icon-quantity.svg) no-repeat 10px 13px;
	color: #fff;
}
.ToRequest-input[name='requestproduct'] {
	display: none;
}
.wpcf7-form-control.wpcf7-submit {
	background: #fbb82a url(images/tail.png) no-repeat center right;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	cursor: pointer;
	display: block;
	font-family: 'Magra', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 auto 10px auto;
	padding: 12px 92px 12px 52px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.wpcf7-form-control.wpcf7-submit:hover {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.wpcf7-form-control.wpcf7-submit:focus {
	border: 1px solid #1F6637;
	box-shadow: none;
	outline: none;
}
textarea.ToRequest-input::-webkit-scrollbar {
	width: 5px;
}
textarea.ToRequest-input::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
textarea.ToRequest-input::-webkit-scrollbar-thumb {
	background-color: #062B12;
	outline: 1px solid slategrey;
}

.wpcf7-not-valid-tip {
	display: none !important;
}
.invalid [aria-invalid="true"] {
	border: 1px solid #ee5400;
}
.wpcf7-validation-errors {
	border: none !important;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
}

.RequestModal-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7-form-control-wrap.requestquantity,
.wpcf7-form-control-wrap.requestsize,
.wpcf7-form-control-wrap.requestname,
.wpcf7-form-control-wrap.requeststatus,
.wpcf7-form-control-wrap.requestemail,
.wpcf7-form-control-wrap.requestcountry {
	width: 100%;
}
@media (min-width: 600px) {
	.wpcf7-form-control-wrap.requestquantity,
	.wpcf7-form-control-wrap.requestsize,
	.wpcf7-form-control-wrap.requestname,
	.wpcf7-form-control-wrap.requeststatus,
	.wpcf7-form-control-wrap.requestemail,
	.wpcf7-form-control-wrap.requestcountry {
		width: 48.5%;
	}
}
.wpcf7-mail-sent-ok{
	color: #fff;
}