.wba-header-wrap {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
 }
.header__wrap {
	display: flex;
	width: 100%;
	margin-top: 0;
	align-items: center;
 }
.wba-header {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 120;
	top: 0;
	width: 100%;
	backface-visibility: hidden;
	transition: height 0.3s ease-in-out;
 }
.row>[class^="col-md-"]:has(.breadcrumbs-box) {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
 }
.header-container {
	width: 100%;
	display: flex;
	background-color: #fff;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
	z-index: 9999999;
 }
.header--sticky.sticky {
	position: fixed;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	max-width: 100%;
	margin: 0;
 }
.header--sticky.offset {
	transform: translate3d(0, -100%, 0);
	transition: all 0.3s ease-in-out;
 }
.header--sticky.scrolling {
	transform: translate3d(0, 0px, 0);
 }
.header--sticky.sticky.scrolling {
	opacity: 1;
	visibility: visible;
	border-bottom: 1px #0055b7 solid;
 }
.header--sticky.sticky.scrolling .header-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
 }
.header--sticky.sticky.scrolling .header__top-bar {
	margin-top: 0;
	display: none;
 }
.header__logo-link {
	display: block;
	max-width: 280px;
	padding: 0 15px;
 }
.header__top-bar {
	display: flex;
	justify-content: space-between;
	padding: 0 .5rem;
	background-color: #0055b7;
	flex-direction: row;
	align-items: center;
 }
.header__social {
	display: flex;
 }
.header__social a {
	padding: 10px 6px;
	transition: all .3s ease-in-out;
 }
.header__social a:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
 }
.header__social i {
	color: #fff;
 }
.header__mail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	transition: all .3s ease-in-out;
 }
.header__mail:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
 }
.header__mail i {
	color: #fff;
	margin-top: 2px;
 }
.header__mail span {
	margin-left: 5px;
 }
.menu__bottom {
	width: 100%;
 }
.menu__bottom-logo {
	width: 100px;
 }
.menu__bottom-items {
	list-style: none;
	position: relative;
	display: inline-flex;
	align-items: center;
 }
.menu__bottom-items > li {
	position: relative;
	display: inline-block;
	text-align: center;
 }
.menu__bottom-items > li.current-menu-item a {
	color: #0055b7;
 }
.menu__bottom-items > li.current-menu-item a:before {
	width: 100%;
 }
.menu__bottom-items > li .menu__bottom-svg {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	fill: #171821;
 }
.menu__bottom-items > li:hover a:before {
	width: 100%;
 }
.menu__bottom-items > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
 }
.menu__bottom-items > li:hover .menu__bottom-svg {
	fill: #0055b7;
 }
.menu__bottom-items > li > a {
	font-family: Poppins, sans-serif;
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 16px;
	display: block;
	position: relative;
	line-height: 48px;
	text-decoration: none;
 }
.menu__bottom-items > li > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #0055b7;
	transition: all 0.3s ease-in-out;
 }
.menu__bottom-items > li > a:hover {
	color: #0055b7;
 }
.menu__bottom-items > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	z-index: 1000;
	min-width: 200px;
	width: 100%;
	text-align: left;
	list-style: none;
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.1s ease-in-out;
 }
.menu__bottom-items > li > .sub-menu > li > a {
	color: #54555E;
	padding: 8px 22px;
	font-size: 14px;
	display: block;
 }
.menu-dropdown-login {
	cursor: pointer;
	margin-left: 20px;
 }
.menu-avtar-wrap {
	display: flex !important;
	align-items: center;
 }
.menu-avtar img,
.mobi__menu-toggle img {
	border-radius: 50% !important;
 }
.menu__bottom-items > li.menu-dropdown-login .menu__bottom-svg {
	position: initial;
	transform: none;
	fill: #888;
 }
.menu__bottom-items > li.menu-dropdown-login .menu-avtar-arrow {
	margin-top: 5px;
	margin-left: 5px;
 }
.menu__bottom-items > li.menu-dropdown-login:hover .menu-avtar img {
	filter: brightness(80%);
 }
.menu__bottom-items > li.menu-dropdown-login:hover .menu-avtar-arrow {
	transform: rotate(180deg);
	margin-top: -10px;
 }
.menu__bottom-items > li > .sub-menu > li > a:hover {
	color: #0055b7;
 }
.menu-item-has-children .dropdown-toggle::after {
	display: none;
 }
.header__menu {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
 }
.menu__bottom_search .menu__bottom_search-form {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	width: 300px;
	padding: .75rem;
	background-color: #f7f7f7;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
 }
.menu__bottom_search .search {
	position: relative;
 }
.menu__bottom_search .search__input {
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #E3E4E8;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0 12px;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
 }
.menu__bottom_search .search__input:focus {
	border-color: #0055b7;
	background-color: #fff;
	outline: none;
	box-shadow: none;
 }
.menu__bottom_search .search__buttom {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border: 0;
	padding: 0 !important;
	vertical-align: middle;
	border-radius: 0 5px 5px 0;
	touch-action: manipulation;
	cursor: pointer;
	background-color: #0055b7;
 }
.menu__bottom_search .search__buttom:hover,
.menu__bottom_search .search__buttom:active,
.menu__bottom_search .search__buttom:focus {
	opacity: .7;
 }
.menu__bottom_search .search__buttom .menu__bottom_btn-svg {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	transform: translate(-50%, -50%);
	fill: #fff;
 }
.menu__bottom_search-btn {
	position: relative;
	border: 0;
	background: transparent;
	cursor: pointer;
 }
.menu__bottom_search-btn .menu__bottom-svg {
	width: 30px;
	height: 30px;
	fill: #171821;
 }
.menu__bottom_search-btn:hover .menu__bottom-svg,
.menu__bottom_search-btn:active .menu__bottom-svg,
.menu__bottom_search-btn:focus .menu__bottom-svg {
	fill: #0055b7;
 }
.nav-icon-toggle {
	display: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	overflow: visible;
	border: 0;
	padding: 0;
	transition: 0.15s linear;
 }
.nav-icon-toggle__box {
	display: block;
	position: relative;
	width: 18px;
	height: 20px;
 }
.nav-icon-toggle__inner {
	display: block;
	top: 50%;
	margin-top: -1px;
	margin-left: 3px;
	width: 15px;
 }
.nav-icon-toggle__inner,
.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
	position: absolute;
	height: 2px;
	background-color: #171821;
	transition: 0.2s all;
 }
.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
	content: "";
	display: block;
	margin-left: -3px;
 }
.nav-icon-toggle__inner:before {
	top: -6px;
	width: 18px;
 }
.nav-icon-toggle__inner:after {
	bottom: -6px;
	width: 18px;
 }
.sidenav__close {
	position: absolute;
	top: 15px;
	right: 15px;
 }
.sidenav__close-button {
	width: 15px;
	height: 15px;
	border: 0;
	padding: 0;
	background: transparent;
 }
.sidenav__close-button svg {
	width: 15px;
	height: 15px;
 }
.sidenav__close-button_svg {
	display: none;
	width: 24px;
	height: 24px;
	fill: #171821;
 }
.menu__phone {
	color: #171821;
	font-size: 18px;
	font-weight: 700;
 }
.menu__bottom_logo-link {
	display: none;
 }
.menu__phone_svg {
	display: none;
	width: 30px;
	height: 30px;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
	background-color: #F89E2A;
	padding-top: 5px;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__item {
	background-color: #fff;
	height: 102px;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color 0.3s ease-in-out;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__link:hover::before {
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease-in-out;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__img-wrap {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__img {
	object-fit: cover;
 }
#wba-header-after .header-after__menu-bottom .menu-bottom__txt {
	font-family: Roboto, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	width: 100%;
	border-top: 1px solid #e1e8ed;
 }
#wba-header-after .header-after__substrate {
	position: relative;
	background-color: #17568b;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
 }
#wba-header-after .header-after__substrate::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #fff;
 }
#wba-header-after .header-after__slider .slider-item {
	position: relative;
 }
#wba-header-after .header-after__slider .slider-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
 }
#wba-header-after .header-after__slider .slick-prev {
	left: 10px;
 }
#wba-header-after .header-after__slider .slick-next {
	right: 10px;
 }
#wba-header-after .header-after__slider-link {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 99px;
	padding: 0.8em 1.5em 0.8em 1.5em;
 }
#wba-header-after .header-after__slider-link:hover {
	color: #262626;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
 }
#wba-header-after .header-after__slider-wrap,
#wba-header-after .header-after__menu-top {
	position: relative;
	width: 100%;
	max-width: 1270px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	box-sizing: border-box;
 }
#wba-header-after .header-after__slider-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
 }
#wba-header-after .header-after__slider-arrows button {
	position: absolute;
	top: 0;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
 }
#wba-header-after .header-after__slider-arrows button:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
#wba-header-after .header-after__slider-arrows i {
	font-size: 20px;
	color: #fff;
 }
#wba-header-after .header-after__slider-prev {
	left: 15px;
 }
#wba-header-after .header-after__slider-next {
	right: 15px;
 }
#wba-header-after .header-after__menu-top .menu-top__list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #286eaa;
	padding: 10px 0;
	box-sizing: border-box;
 }
#wba-header-after .header-after__menu-top .menu-top__item {
	padding: 4px;
	border-left: 2px solid #fff;
	width: 25%;
	text-align: center;
	transition: all 0.3s ease-in-out;
 }
#wba-header-after .header-after__menu-top .menu-top__item:first-child {
	border: 0;
 }
#wba-header-after .header-after__menu-top .menu-top__item:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
#wba-header-after .header-after__menu-top .menu-top__link {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
 }
#wba-header-wrap {
	z-index: initial;
 }
#wba-header-after.wba-header-after-wrap.header-after-wrap-single .header-after__substrate::before,
#wba-header-after.wba-header-after-wrap.header-after-wrap-history .header-after__substrate::before,
#wba-header-after.wba-header-after-wrap.header-after-wrap-activity-union .header-after__substrate::before,
#wba-header-after.wba-header-after-wrap.header-after-wrap-professions .header-after__substrate::before {
	display: none;
 }
#wba-header-after.header-after-wrap-activity-union {
	margin-top: 0;
 }
#wba-header-after .header-after__line-white {
	display: none;
 }
#wba-header-after.header-after-wrap-b2b,
#wba-header-after.header-after-wrap-organization,
#wba-header-after.header-after-wrap-shops,
#wba-header-after.header-after-wrap-innovative-proposals {
	margin-top: -35px;
 }
#wba-header-after .header-after__line-white {
	display: none;
 }
.wba-header-wrap {
	z-index: 1000;
 }
.page-id-126 .wba-header-wrap {
	padding-bottom: 0px;
 }
@media (min-width: 180px) and (max-width: 600px) {
	header.wba-header {
		max-width: 100%;
	}
	.wba-header>.header-container {
		padding: 0;
	}
	nav.header__menu.menu--is-open {
		z-index: 99999;
	}
	header.wba-header.header--sticky:has(nav.header__menu.menu--is-open) {
		visibility: visible;
		opacity: 1;
	}
	.header--sticky.sticky.scrolling .header__top-bar {
		display: none;
	}
	.header--sticky.sticky.scrolling .header-container {
		padding: .5rem 1rem;
	}
	.header__logo {
		padding: 0 .8rem 0 .4rem;
	}
 }
@media screen and (max-width: 768px) {
	#wba-header-after .header-after__menu-bottom .menu-bottom__list {
		grid-template-columns: repeat(2, 1fr);
	}
	#wba-header-after .header-after__menu-bottom .menu-bottom__list li.menu-bottom__item {
		padding: 0;
	}
	#wba-header-after .header-after__slider-wrap,
	#wba-header-after .header-after__menu-top {
		padding-left: 10px;
		padding-right: 10px;
	}
 }
@media screen and (min-width: 1200px) {
	body.admin-bar header.wba-header.header--sticky.scrolling {
		top: 2rem;
	}
	.header__menu-wrap {
		width: 100%;
	}
	.header__menu-wrap .header__menu {
		border-left: 1px solid #0055b7;
	}
	.header__menu {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
	}
	.wba-header.header--sticky:not(.scrolling)>.header-container {
		margin-top: .5rem;
		border: 1px solid #0055b7;
	}
	.wba-header.header--sticky:not(.scrolling) .menu__bottom_search .menu__bottom_search-form {
		border: 1px solid #0055b7;
		border-top: none;
	}
	.header--sticky.sticky.scrolling .menu__bottom_search .menu__bottom_search-form {
		border-left: 1px solid #0055b7;
		border-bottom: 1px solid #0055b7;
	}
 }
@media screen and (max-width: 1200px) {
	.header__menu {
		display: flex;
		flex-grow: 1;
		background-color: #fff;
		position: fixed;
		z-index: 9999999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 20rem;
		height: 100vh;
		overflow-y: auto;
		transform: translateX(320px);
		transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
		justify-content: flex-start;
		align-items: start;
		justify-items: start;
		flex-direction: column;
	}
	.menu__bottom_search-btn {
		display: none !important;
	}
	.menu__bottom_search .menu__bottom_search-form {
		display: block !important;
		box-shadow: none;
		background-color: transparent;
		padding: 0;
		width: 100%;
		left: 0;
		top: 0;
	}
	.menu__bottom {
		position: absolute;
		z-index: 5;
		top: 7rem;
		left: 0;
	}
	.header__logo {
		padding: 0;
		order: 2;
	}
	.header-container {
		width: 100%;
		max-width: 1230px;
		padding: 0;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.header__wrap {
		flex-wrap: wrap;
	}
	.header__menu-wrap {
		width: 100%;
	}
	.header__logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: .5rem 1rem;
	}
	.header__logo-link {
		padding-left: 0;
	}
	.menu__phone {
		margin: auto;
	}
	.menu__bottom_search {
		margin-left: auto;
		top: .7rem;
		right: 3rem;
		display: flex !important;
		width: calc(100% - 3.5rem);
		height: 3rem;
		z-index: 99;
		position: absolute;
	}
	.menu__bottom_logo-link {
		display: block;
	}
	.wba-img-menu-primary-item {
		display: none !important;
	}
	.body-menu--is-open #xt_woofc {
		display: none;
	}
	.body-menu--is-open .header {
		width: 0;
	}
	.top-bar {
		display: none;
	}
	.sidenav__close-button_svg {
		display: block;
	}
	.nav-icon-toggle {
		display: inline-block;
	}
	.menu--is-open {
		transform: translateX(0);
	}
	.menu__bottom-items {
		margin-top: -40px;
		display: block;
	}
	.menu__bottom-items > li {
		display: block;
		position: relative;
		border-bottom: 1px solid #E3E4E8;
		font-size: 14px;
		text-align: left;
	}
	.menu-dropdown-login {
		margin-left: 0;
	}
	.menu__bottom-items > li > a {
		display: inline-block;
		color: #54555E;
		padding: 12px 22px;
		font-family: Montserrat, sans-serif;
		font-size: 15px;
		line-height: 15px;
		font-weight: 600;
		text-transform: none;
		transition: background 0.3s ease;
	}
	.menu__bottom-items > li > a:before {
		display: none;
	}
	.mobi__menu-toggle {
		position: absolute;
		top: 0;
		right: 5px;
		width: 46px;
		height: 46px;
		border: none;
		font-size: 12px;
		text-align: center;
		padding: 0;
		background-color: transparent;
	}
	.mobi__menu-toggle.menu-avtar-wrap {
		position: initial;
		width: auto;
		height: auto;
		padding: 12px 22px;
	}
	.mobi__menu--is-open > .mobi__menu-toggle {
		transform: rotate(180deg);
	}
	.menu__bottom-items > li .menu__bottom-svg {
		right: auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.menu__bottom-items > li.menu-dropdown-login:hover .mobi__menu-toggle.menu-avtar-wrap .menu-avtar-arrow {
		transform: none;
		margin-top: 5px;
	}
	.mobi__menu--is-open > .mobi__menu-toggle.menu-avtar-wrap {
		transform: none;
	}
	.mobi__menu--is-open > .mobi__menu-toggle.menu-avtar-wrap .menu-avtar-arrow {
		transform: rotate(180deg);
	}
	.menu__bottom-items > li > .sub-menu li .sub-menu,
	.menu__bottom-items > li > .sub-menu {
		display: none;
		position: relative;
		opacity: 1;
		visibility: visible;
		overflow: hidden;
		background-color: #f7f7f7;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	.menu__bottom-items > li > .sub-menu li .sub-menu {
		top: 0;
		left: -8px;
		width: calc(100% + 8px);
		background-color: #fff;
	}
	.menu__bottom-items > li:hover a:not(.wba-img-link-menu-primary):before {
		width: 0;
	}
	.menu__bottom-items > li > .sub-menu > li:first-child {
		border-top: 1px solid #E3E4E8;
	}
	.menu__bottom-items > li > .sub-menu > li:last-child {
		border: 0;
	}
	.menu__bottom-items > li > .sub-menu > li {
		border-bottom: 1px solid #dbdce1;
		padding-left: 10px;
	}
	#wba-header-after .header-after__menu-top .menu-top__list {
		flex-direction: column;
	}
	#wba-header-after .header-after__menu-top .menu-top__item {
		border: 0;
		width: 100%;
		padding: 1px;
	}
	#wba-header-after.header-after-wrap-b2b,
	#wba-header-after.header-after-wrap-organization,
	#wba-header-after.header-after-wrap-shops,
	#wba-header-after.header-after-wrap-innovative-proposals {
		margin-top: 0px;
	}
 }





























