.b-fixed-menu {
	display: none;
	padding: 13px 0;
	line-height: 40px;
	background-color: #ffffff;
	box-shadow: 0 2px 7px 0 rgba(48, 67, 84, 0.18);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	min-width: 1000px;
	font-family: Inter, sans-serif;
}
.b-fixed-menu__btns {
	display: inline-block;
	position: relative;
	float: right;
}
.b-fixed-menu__btns .b-btn {
	display: inline-block;
	width: 180px;
	height: 40px;
	margin: 0 0 0 16px;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
}
html[lang="de"] .b-fixed-menu__btns .b-btn {
	width: 210px;
}
html[lang="fr"] .b-fixed-menu__btns .b-btn {
	width: 210px;
}
html[lang="it"] .b-fixed-menu__btns .b-btn {
	width: 210px;
}
.b-fixed-menu__box {
	display: inline-block;
	vertical-align: middle;
	height: 43px;
	width: auto;
	margin-right: 16px;
}
.b-fixed-menu__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #262d39;
	vertical-align: middle;
	line-height: 43px;
}

.b-fixed-menu__btn-green {
	background-color: #00bf6c;
	border-radius: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-align: center;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	width: 150px;
	position: relative;
	padding: 0;
	box-shadow: none;
}
.b-fixed-menu__btn-green:hover {
	box-shadow: none;
	background-color: #00d575;
}
.b-fixed-menu__btn-blue {
	background-color: #1583e6;
	border-radius: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-align: center;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	width: 150px;
	position: relative;
	padding: 0;
	box-shadow: none;
}
.b-fixed-menu__btn-blue:hover {
	box-shadow: none;
	background-color: #1e94ff;
}
.b-fixed-menu__all-soft {
	margin-left: 20px;
	font: 400 14px/20px 'Roboto';
	color: #1583E6;
	vertical-align: middle;
}
.b-fixed-menu__btn-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.mobile .b-fixed-menu {
	display: none!important;
}
