header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	inset-inline-start: 0;
	transition: 0.4s all;
	height: 76px;
	background: #ffffff;
}
/* header .container:not(.search-bar),
.banner__container.container,
.country-banner .container {
	max-width: 1230px;
	padding-inline-end: 15px;
	padding-inline-start: 15px;
	position: relative;
}
@media (max-width: 1300px) {
	header .container:not(.search-bar),
	.banner__container.container,
	.country-banner .container {
		max-width: 100%;
		padding-inline-start: 36px;
		padding-inline-end: 36px;
	}
}
@media (max-width: 576px) {
	header .container:not(.search-bar),
	.banner__container.container,
	.country-banner .container {
		padding-inline-start: 15px;
		padding-inline-end: 15px;
	}
} */
nav {
	display: block;
}

.lo-navigation__menu {
	display: flex;
	overflow: visible;
	z-index: 100;
	position: relative;
	justify-content: space-between;
	padding: 13px 0;
}
.lo-navigation__menu__logo {
	-webkit-box-ordinal-group: 1;
	order: 0;
	margin-inline-end: 30px;
}
.lo-navigation__menu__item.mymenu {
	margin-inline-end: auto;
	min-width: 43%;
}
.lo-navigation__menu__logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.lo-navigation__menu__logo a img {
	height: 50px;
	width: 146px;
	object-fit: contain;
}
@media (max-width: 576px) {
	.lo-navigation__menu__logo a img {
		height: 35px;
		width: 100%;
	}
}
.lo-navigation__menu__item.sign_in .btn {
	padding: 8px 12px;
	height: fit-content;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	min-width: auto;
	display: inline-block;
	transition: all 0.4s;
	background: #0e6aed;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #0e6aed;
}

.bnt_with-arrow_rotate.active,
.wpml-ls-legacy-dropdown-click.active .wpml-ls-flag + span {
	color: #0e6aed;
}
.current-language__btn {
	font-size: 13px;
	position: relative;
	font-weight: 600;
	color: #253843;
	transition: all 0.4s;
}
#dropdown {
	position: relative;
	margin-inline-end: 18px;
}

#dropdown ul {
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	width: 180px;
	padding: 5px 0;
	display: none;
	border-inline-start: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	z-index: 100;
	list-style-type: none;
}

#dropdown ul li a {
	text-decoration: none;
	display: block;
	color: #363636;
	padding: 10px 15px;
	padding-top: 10px;
	padding-inline-end: 15px;
	padding-bottom: 10px;
	padding-inline-start: 15px;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
}
#dropdown ul li {
	font-size: 0.9em;
}
#navbarSupportedContent .navbar-nav > li > .sub-menu {
	display: none;
	top: calc(100% + 14px);
	inset-inline-start: 0;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 998;
	overflow: initial;
	margin: 0;
	padding: 20px;
	flex-wrap: nowrap;
	justify-content: space-around;
	list-style: none;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu.show {
	display: flex;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu > li > .sub-menu {
	list-style: none;
	line-height: 27px;
	padding-inline-start: 15px;
}

.navbar-nav {
	list-style-type: none;
	margin: 0;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu > li > .sub-menu a:hover {
	text-decoration: none;
	color: #2437bf;
}

#navbarSupportedContent .navbar-nav > .menu-item > a:hover,
#navbarSupportedContent .navbar-nav > .menu-item:hover > a {
	text-decoration: none;
	color: #2437bf;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	text-align: center;
	background: #fff;
	top: 0;
	inset-inline-start: -50%;
	box-shadow: 0 2px 1px 0 rgb(0 0 0 / 24%);
	z-index: -1;
}
#navbarSupportedContent .navbar-nav > li > .sub-menu.show {
	display: flex;
}
header
	#navbarSupportedContent
	.navbar-nav
	> .menu-item.menu-item-has-children
	> a:after {
	content: '';
	transition: 0.4s all;
	position: absolute;
	width: 8px;
	height: 8px;
	text-align: center;
	background-image: url(/wp-content/uploads/2021/05/kisspng-arrow-computer-icons-right-angle-symbol-arrow-left-5adef2d5928930.7081162915245605976002-1.png);
	background-size: cover;
	top: 7px;
	inset-inline-end: -13px;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	text-align: center;
	background: #fff;
	top: 0;
	inset-inline-start: -50%;
	box-shadow: 0 2px 1px 0 rgb(0 0 0 / 24%);
	z-index: -1;
}
header #navbarSupportedContent .navbar-nav > .menu-item.active a:after {
	transform: rotate(180deg);
}
section.section__background-light-blue {
	padding: 60px 0;
}
header #navbarSupportedContent .navbar-nav > .menu-item.active > .sub-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header #navbarSupportedContent .navbar-nav > .menu-item {
	padding: 0;
	transition: all 0.4s;
	display: inline-block;
	margin-inline-end: 28px;
}
.menu-item a {
	transition: all 0.4s;
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: #253843;
}

.wrap-header-menu {
	display: flex;
	height: 100%;
	align-items: center;
	border-top: 1px solid #e6e9ec;
	border-bottom: 1px solid #e6e9ec;
}

.wrap-search-bar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap-input-search {
	position: relative;
	display: flex;
	align-items: center;
}

.search_btn {
	margin-inline-end: 18px;
}

.btn_only-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #c1cad1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.language-switcher {
	position: relative;
	display: flex;
	align-items: center;
}

.custom-language-switcher {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.language-switcher__type {
	background-color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	color: #253843;
	font-weight: bold;
}

.language-switcher__grid {
	display: flex;
	align-items: center;
}

.language-switcher__type img.wpml-ls-flag {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	object-fit: cover;
	margin-inline-end: 10px;
}

.wpml-ls-legacy-dropdown-click {
	position: relative;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
	background: #fff;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	padding-inline-end: 0;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	transition: all 0.4s;
}

.wpml-ls-legacy-dropdown-click.active a.wpml-ls-item-toggle:after {
	transform: rotate(180deg);
	top: 5px;
}
.wpml-ls-statics-shortcode_actions ul {
	display: flex;
	flex-direction: column;
}
.bnt_with-arrow_rotate.active .arrow_rotate {
	transform: rotate(135deg);
}

.arrow_rotate {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(315deg);
	margin-inline-start: 8px;
	transition: 0.3s;
}
[dir='rtl'] .arrow_rotate {
	transform: rotate(45deg);
}
[dir='rtl'] .bnt_with-arrow_rotate.active .arrow_rotate {
	transform: rotate(225deg);
}
.arrow_rotate:before,
.arrow_rotate:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-inline-start: 2px solid #476175;
	border-bottom: 2px solid #476175;
}

.bnt_with-arrow_rotate.active,
.wpml-ls-legacy-dropdown-click.active .wpml-ls-flag + span {
	color: #0e6aed;
}
.bnt_with-arrow_rotate.active .arrow_rotate:before,
.bnt_with-arrow_rotate.active .arrow_rotate:after {
	border-color: #0e6aed;
}
.bnt_with-arrow_rotate.active .arrow_rotate {
	transform: rotate(135deg);
}
/* new menu start */
.xometry-pro-menu {
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	inset-inline-end: 0;
	z-index: 10;
	background: #fff;
	border-bottom: 1px solid #e6e9ec;
	max-height: calc(100vh - 76px);
	max-height: calc(100svh- 76px);
	overflow-y: auto;
	display: none;
}
.xometry-pro-menu .container {
	display: grid;
	grid-template-columns: 322px 1fr;
}
.xometry-pro-menu__info,
.xometry-pro-resources__info {
	padding: 36px 0;
	padding-inline-start: 36px;
	height: 100%;
	background: #f6f9ff;
	transition: 0.3s;
	position: relative;
}
.xometry-pro-menu__info::before,
.xometry-pro-resources__info::before {
	content: '';
	position: absolute;
	height: 100%;
	background: #f6f9ff;
	top: 0;
	inset-inline-start: -100vw;
	width: 100vw;
	transition: 0.3s;
}
.xometry-pro-menu__info:hover,
.xometry-pro-menu__info:hover:before {
	background: #e6f0fd;
}
.xometry-pro-menu__logo {
	height: 25px;
	width: fit-content;
	object-fit: contain;
	margin-bottom: 16px;
}
.xometry-pro-menu__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #092c47;
	margin-bottom: 12px;
}
.xometry-pro-menu__description {
	color: #22445f;
	line-height: 22px;
	font-size: 14px;
}
.xometry-pro-menu__list {
	background: #fff;
	padding: 36px 0;
	padding-inline-start: 36px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 24px 16px;
}
.xometry-pro-menu__menu {
}
.xometry-pro-menu__item {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #092c47;
	transition: 0.3s;
	margin-bottom: 16px;
}
.xometry-pro-menu__item:hover {
	color: #1a5ade;
}
.xometry-pro-menu__item:hover .xometry-pro-menu__icon {
	background: #c3dafb;
}
.xometry-pro-menu__icon {
	width: 30px;
	height: 30px;
	padding: 3px;
	background: #e6f0fd;
	border-radius: 4px;
	transition: 0.3s;
	margin: 0;
	margin-inline-end: 8px;
}
.xometry-pro-menu__subitem {
	display: block;
	padding-inline-start: 38px;
	color: #22445f;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 8px;
	transition: 0.3s;
}
.xometry-pro-menu__subitem:hover {
	color: #1a5ade;
}
.xometry-pro-menu__subitem:last-child {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.xometry-pro-menu__list {
		padding: 24px 0;
		padding-inline-start: 24px;
	}
	.xometry-pro-menu .container {
		grid-template-columns: 250px 1fr;
	}
}
@media (max-width: 999px) {
	.xometry-pro-menu__info,
	.xometry-pro-menu__list {
		padding: 24px 0;
	}
	.xometry-pro-menu__info::before {
		inset-inline-start: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	.xometry-pro-menu .container {
		grid-template-columns: 1fr;
	}
	.xometry-pro-menu {
		max-height: 100%;
	}
}
@media (max-width: 576px) {
	.xometry-pro-menu__info,
	.xometry-pro-menu__list {
		padding: 15px 0;
	}
}
.resources {
	overflow: hidden;
}
.resources .container {
	display: grid;
	grid-template-columns: 250px 1fr;
}
.resources__content {
	padding: 40px 32px;
}
.resources__title {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 24px;
	color: #092c47;
	margin-bottom: 12px;
}
.resources__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px 24px;
}
.resources__item {
	color: #22445f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}
.resources__item:hover {
	color: #476175;
	text-decoration: underline;
}
.xometry-pro-resources__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #22445f;
}
.xometry-pro-resources__logo {
	width: 178px;
	height: 28px;
	object-fit: contain;
	margin-bottom: 12px;
}
.xometry-pro-resources__info {
	padding-top: 40px;
	padding-inline-end: 15px;
}
@media (max-width: 1200px) {
	.resources__list {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}
@media (max-width: 992px) {
	.resources__list {
		gap: 12px 24px;
	}
	.resources__content {
		padding: 32px 12px;
	}
	.xometry-pro-resources__info {
		padding-top: 32px;
	}
	.xometry-pro-resources__logo {
		width: 156px;
		height: 24px;
		margin-bottom: 8px;
	}
	.xometry-pro-resources__title {
		font-size: 14px;
		line-height: 20px;
	}
	.xometry-pro-resources__title {
		max-width: 170px;
	}
}
@media (max-width: 768px) {
	.resources .container {
		max-width: 100%;
		grid-template-columns: 194px 1fr;
	}
}
@media (max-width: 578px) {
	.resources .container {
		max-width: 540px;
		grid-template-columns: 1fr;
	}
	.resources__list {
		grid-template-columns: 1fr;
	}
	.resources__content {
		padding: 16px 0;
	}
	.xometry-pro-resources__info {
		padding: 16px 0;
	}
	.xometry-pro-resources__title {
		max-width: 100%;
	}
	.xometry-pro-resources__info::after {
		content: '';
		position: absolute;
		height: 100%;
		background: #f6f9ff;
		top: 0;
		inset-inline-end: -100vw;
		width: 100vw;
	}
}
/* new menu end */
.sign_in {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sign_in .btn {
	padding: 8px 12px;
	height: fit-content;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}

.toggle-menu.hidden-lg {
	display: none;
}

.d-flex {
	display: flex !important;
}

.align-center {
	align-items: center !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

/* site-switcher start*/
.wrap-site-switcher {
	position: relative;
}
.btn-site-switcher {
	margin-inline-end: 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #476175;
	cursor: pointer;
	display: flex;
	align-items: center;
	/* display: none; */
}
.hidden-menu {
	z-index: 5;
	display: none;
	background: #fff;
	position: absolute;
	box-shadow: 0px 21px 40px 0px rgba(0, 0, 0, 0.15);
}
.site-switcher {
	top: 50px;
	inset-inline-start: 50%;
	transform: translateX(-50%);
}

.site-switcher__list {
	min-width: 265px;
	max-width: 320px;
	margin: 0;
}
.site-switcher__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-switcher__item a {
	display: block;
	padding: 9px 12px;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 22px;
	color: #092c47;
	transition: 0.3s;
	width: 100%;
}
.site-switcher__item.active {
	background: #ecf4fe;
	pointer-events: none;
	padding: 9px 12px;
}

.site-switcher__item a:hover {
	color: #2437bf !important;
	background: #f6f9ff;
}
.site-switcher__item.active a {
	color: #0e6aed !important;
	padding: 0;
	white-space: nowrap;
}
.site-switcher__item span {
	color: #76838f;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding-inline-start: 12px;
	white-space: nowrap;
}
@media (max-width: 999px) {
	.wrap-site-switcher {
		display: none;
	}
}
/* site switcher end */

header .wpml-ls-legacy-dropdown-click {
	width: fit-content;
}
.lo-row {
	width: 100%;
}
.lo-row span a {
	font-size: 1.75rem;
	color: #0e6aed;
	font-weight: 300;
}
@media (max-width: 600px) {
	.lo-row span a {
		font-size: 16px;
	}
	.language_switcher {
		padding: 0;
		padding-inline-end: 10px;
	}
}
.navbar-collapse {
	vertical-align: middle;
	line-height: 45px;
}

.navbar-nav {
	list-style-type: none;
	margin: 0;
}

#navbarSupportedContent .navbar-nav > li > .sub-menu > li > a {
	color: #0e6aed;
	text-decoration: none;
	font-weight: 600;
}

header #navbarSupportedContent .navbar-nav > .menu-item > a:hover,
header #navbarSupportedContent .navbar-nav > .menu-item:hover > a {
	text-decoration: none;
	color: #2437bf;
}
header form.is-search-form.is-form-style input.is-search-input {
	height: 30px !important;
	background-color: #fff !important;
	border: none !important;
	font-family: 'Open Sans';
	margin-inline-start: -50px;
	padding-inline-start: 50px;
}

header form.is-search-form.is-form-style input.is-search-input:focus,
header form.is-search-form.is-form-style input.is-search-input:hover {
	background-color: #fff !important;
}

header form.is-search-form.is-form-style:focus-within {
	border-color: rgb(14, 106, 237);
	box-shadow: rgb(14 106 237 / 20%) 0 0 0 2px,
		rgb(14 106 237 / 20%) 0 0 0 2px inset;
	outline: medium none currentColor;
}

header form.is-search-form.is-form-style .is-search-icon {
	background-color: #fff !important;
	border: none !important;
}

header form.is-search-form.is-form-style .is-search-submit path {
	fill: #476175 !important;
}

header form.is-search-form.is-form-style .is-search-submit {
	order: -1;
}

header form.is-search-form.is-form-style {
	border: 1px solid rgb(128, 126, 163);
	display: flex;
	align-items: center;
	border-radius: 3px;
	height: 33px;
	overflow: hidden;
	margin-top: 10px;
}
/* language */
header .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	margin-inline-end: 4px;
	height: 16px;
	width: 16px;
	object-fit: contain;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-link:hover {
	background: #ecf5ff !important;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-link:hover span {
	color: #4188e3;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-link {
	margin: 4px;
}

header .wpml-ls-legacy-dropdown-click {
	display: flex;
	align-items: center;
	width: fit-content;
}

header .is-search-submit {
	pointer-events: none;
	z-index: 1;
}

header .wpml-ls-item-toggle {
	display: flex !important;
	align-items: center;
}

header .current-language__btn {
	justify-content: space-between;
	margin-inline-end: 20px;
	text-transform: uppercase;
	margin-inline-start: 0;
	font-size: 13px;
	position: relative;
	font-weight: 600;
	color: #253843;
	transition: all 0.4s;
}
.custom-language-switcher .wpml-ls-link span {
	color: #0e6aed;
}
.current-language__btn .wpml-ls-flag {
	margin: 0;
}

.custom-language-switcher__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
	grid-row-gap: 20px;
	grid-column-gap: 10px;
	padding: 10px 5px;
}
.custom-language-switcher .wpml-ls-flag {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	object-fit: cover;
	margin-inline-end: 10px;
}
.custom-language-switcher .wpml-ls-link span,
.current-language__btn {
	font-size: 13px;
	position: relative;
	font-weight: 600;
	color: #253843;
	transition: all 0.4s;
}
.custom-language-switcher .wpml-ls-link span {
	color: #0e6aed;
}
header .current-language__btn {
	justify-content: space-between;
	margin-inline-end: 20px;
	text-transform: uppercase;
	margin-inline-start: 0;
}
.custom-language-switcher .wpml-ls-link {
	padding: 5px 10px;
	display: block;
	line-height: 1;
	transition: all 0.4s;
}
.custom-language-switcher .wpml-ls-link:hover {
	background: #ecf5ff;
}
.custom-language-switcher .wpml-ls-link:hover span {
	color: #4188e3;
}

.custom-language-switcher {
	display: none;
	position: absolute;
	max-height: calc(100vh - 90px);
	/* height: fit-content; */
	overflow: auto;
	box-shadow: 0 2px 1px 0 rgb(0 0 0 / 24%);
	padding: 0;
	inset-inline-start: -50%;
	top: -13px;
	width: 200%;
	z-index: 101;
	background: #fff;
}
@media (max-width: 1300px) {
	.custom-language-switcher {
		width: 100%;
		inset-inline-start: 0;
	}
}
@media (max-width: 1000px) {
	.custom-language-switcher {
		max-height: calc(100vh - 76px);
		top: 0;
	}
}
@media (max-width: 576px) {
	.custom-language-switcher {
		width: 100%;
		inset-inline-start: 0;
	}
	.custom-language-switcher__grid {
		grid-template-columns: 1fr 1fr;
	}
}
.wrap-wpml-link {
	display: flex;
	flex-direction: column;
}
.wpml-ls-link-en {
	order: -1;
}
@media (max-width: 600px) {
	.current-language__btn {
		margin-inline-end: 10px;
	}
}

header .language_switcher .wpml-ls-legacy-dropdown-click {
	width: 100px;
	cursor: pointer;
	justify-content: space-between;
}

.search-bar {
	position: relative;
}

.search-result {
	z-index: 10;
	display: none;
	position: absolute;
	inset-inline-start: 0;
	top: calc(100% + 19px);
	background: #fff;
	width: 100%;
	padding: 0 5px 10px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 6%), 0px 1px 3px rgb(0 0 0 / 10%);
}

body.search.search-results .search-bar form {
	margin-bottom: 0;
}

body.search.search-results .search-result {
	top: 100%;
}

.search-result ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.search-result ul li {
	padding: 2px 10px;
}

.search-result ul li:not(.search-result__categories):hover {
	background: #f5f7f8;
}

.search-result ul li:not(.search-result__categories) a {
	color: #253843;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.search-result__categories {
	margin-top: 10px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}

li.search-result__categories > a {
	color: #0e6aed;
}

.search-result__highlight {
	background: none;
	font-weight: bold;
}

.page-result .input-search {
	height: 44px;
}

.page-result .wrap-input-search {
	margin-top: 0;
}

.page-result .search-bar {
	margin-bottom: 40px;
}

.icon-input-search {
	height: fit-content;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	inset-inline-start: 10px;
}

.input-search {
	border: 1px solid rgb(128, 126, 163);
	padding: 0 35px;
	border-radius: 3px;
	height: 33px;
	font-size: 13px;
	width: 100%;
}

.input-search:focus {
	border-color: rgb(14, 106, 237);
	box-shadow: 0 0 0 2px rgb(14 106 237 / 20%),
		inset 0 0 0 2px rgb(14 106 237 / 20%);
}

.clearable__clear {
	display: none;
	position: absolute;
	inset-inline-end: 8px;
	top: 0;
	bottom: 0;
	height: fit-content;
	margin: auto;
	font-size: 1.2em;
	user-select: none;
	cursor: pointer;
}

.search-bar_desktop {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 19px 0;
	background: #fff;
}

.search-bar_desktop .search-bar {
	display: flex;
	align-items: center;
}

.search-bar_desktop form,
.search-bar_desktop .search-bar {
	width: 100%;
}

.search-bar_desktop .input-search {
	height: 44px;
	font-size: 16px;
}

.search-bar_desktop .wrap-input-search {
	margin-top: 0;
}

.wrap-search-bar {
	display: none;
	position: fixed;
	inset-inline-start: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(9, 44, 71, 0.75);
}

.search-bar__close {
	display: block;
	cursor: pointer;
	font-size: 24px;
	padding: 0;
	padding-inline-start: 25px;
	padding-inline-end: 4px;
}
.mob-sign-menu {
	display: none;
}
@media only screen and (min-width: 999px) and (max-width: 1310px) {
	.lo-navigation__menu__item.mymenu {
		min-width: auto;
	}
	.navbar-nav {
		display: flex;
		flex-wrap: wrap;
	}

	header #navbarSupportedContent .navbar-nav > .menu-item {
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1000px) {
	header
		#navbarSupportedContent
		.navbar-nav
		> #menu-item-50408.menu-item.active
		> .sub-menu {
		justify-content: flex-start;
	}
	header
		#navbarSupportedContent
		.navbar-nav
		> #menu-item-50408.menu-item.active
		> .sub-menu
		> .menu-item {
		margin-inline-end: 20px;
		min-width: 150px;
	}
	.lo-navigation__menu__logo a {
		width: fit-content;
	}
	/* .lo-navigation__menu {
		flex-wrap: wrap;
	} */

	header {
		height: 120px;
	}

	header .navbar-nav {
		line-height: 1;
	}
	header .navbar-nav ul {
		line-height: 45px;
	}
}

@media (max-width: 999px) {
	header form.is-search-form.is-form-style {
		display: none !important;
	}
	.lo-navigation__menu__item.mymenu {
		display: block;
		min-width: auto;
	}

	.lo-navigation__menu__logo {
		-webkit-box-ordinal-group: 1;
		order: 0;
		margin-inline-end: auto;
		margin-inline-start: 0;
	}

	.toggle-menu.hidden-lg {
		display: block;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu.show {
		display: block;
	}
	header #navbarSupportedContent .navbar-nav > .menu-item > a.active:after {
		display: none;
	}

	.navbar-collapse {
		position: absolute;
		inset-inline-end: -100%;
		background: #fff;
		position: fixed;
		width: 300px;
		height: 100vh;
		transition: 0.4s all;
		padding: 40px;
		top: 0;
		z-index: 9;
		overflow: scroll;
	}

	header #navbarSupportedContent .navbar-nav > .menu-item {
		padding: 0;
		transition: all 0.4s;
		display: block;
		margin-inline-end: 0;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu {
		display: block;
		top: 0;
		inset-inline-start: 0;
		background: #fff;
		position: relative;
		width: 100%;
		z-index: 998;
		padding: 0;
		box-shadow: none;
	}

	.navbar-collapse.active {
		inset-inline-end: 0;
	}

	.navbar-nav {
		display: block;
	}
	.toggle-menu {
		display: block;
		width: 20px;
		height: 28px;
		margin-top: 15px;
		float: right;
		z-index: 9;
	}
	[dir='rtl'] .toggle-menu {
		float: left;
	}
	header .menu-item a {
		color: #000;
	}

	.toggle-menu span:after,
	.toggle-menu span:before {
		content: '';
		position: absolute;
		inset-inline-start: 0;
		top: 7px;
	}
	.toggle-menu span:after {
		top: 14px;
	}

	.toggle-menu span {
		position: relative;
		display: block;
	}
	.toggle-menu span,
	.toggle-menu span:after,
	.toggle-menu span:before {
		width: 100%;
		height: 2px;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 4px;
		background-color: #222;
	}
	.toggle-menu {
		margin-inline-start: 20px;
	}
	.toggle-menu.on span {
		background-color: transparent;
	}
	.toggle-menu.on span:before {
		transform: rotate(45deg) translate(-1px, 0px);
	}
	.toggle-menu.on span:after {
		transform: rotate(-45deg) translate(5px, -7px);
	}
	.toggle-menu.on span:after,
	.toggle-menu.on span:before {
		background-color: #000;
	}

	.mob-sign-menu {
		display: block;
	}
	.tr-banner ~ header .navbar-collapse {
		top: 157px;
	}
	.wrap-header-menu {
		border-top: none;
	}
	.country-banner:not(.banner-hidden) ~ header .navbar-collapse {
		top: 166px;
	}
	.logged-in.admin-bar .navbar-collapse {
		top: 107px;
	}
	.navbar-collapse {
		width: 100vw;
		height: calc(100% - 76px);
		top: 76px;
		overflow: scroll;
		background-color: rgba(255, 255, 255, 0);
	}
	.mob-sign-menu.active-item {
		background-color: rgb(230, 233, 236);
	}

	.mob-sign-menu .lo-link {
		width: 100%;
		display: block;
		padding: 15px;
		margin: 0px;
		border-top: none;
		border-inline-end: none;
		border-inline-start: none;
		border-image: initial;
		border-radius: 0px;
		cursor: pointer;
		font-weight: 600;
		text-align: start;
		user-select: none;
		font-size: 14px;
		color: #45505a !important;
		line-height: 16px;
		transition: 0.5s;
		background-color: #e7e8ec;
		border-bottom: 1px solid rgb(243, 246, 248);
	}
	.mob-sign-menu .ac-link {
		display: none;
	}
	.ac-link {
		margin-bottom: 0;
	}
	.ac-link li {
		list-style-type: none;
	}
	.ac-link a {
		padding: 12px;
		padding-inline-start: 30px;
		margin: 0px;
		font-size: 12px;
		line-height: 20px;
		/* padding: 4px 4px 4px 12px; */
		background-color: #fafafa;
		color: #0e6aed;
		font-weight: 700;
		cursor: pointer;
		height: fit-content;
		display: block;
		text-decoration: none;
	}
	.ac-link a:nth-child(1) {
		border-bottom: 1px solid rgb(216, 222, 225);
	}
	header #navbarSupportedContent .navbar-nav > .menu-item > a {
		display: inline-block;
		/* width: 100%; */
		padding: 12px;
		margin: 0px;
		border-top: none;
		border-inline-end: none;
		border-inline-start: none;
		border-image: initial;

		background-color: #e7e8ec;
		border-radius: 0px;
		cursor: pointer;
		font-weight: 600;
		text-align: start;
		user-select: none;
		font-size: 14px;
		color: #45505a !important;
		line-height: 16px;
		transition: 0.5s;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu {
		overflow-x: hidden;
	}

	header #navbarSupportedContent .navbar-nav > .menu-item {
		border-bottom: 1px solid rgb(243, 246, 248);
		cursor: pointer;
		background-color: #e7e8ec;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu > li {
		width: 100%;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu > li > a {
		height: fit-content;
		padding: 12px;
		margin: 0px;
		font-size: 12px;
		line-height: 20px;
		background-color: #fafafa;
		color: #0e6aed;
		font-weight: 700;
		cursor: pointer;
		display: block;
		text-decoration: none;
		width: 100%;
	}
	header #navbarSupportedContent .navbar-nav > .menu-item > .sub-menu h3 {
		margin-bottom: 0;
	}
	header #navbarSupportedContent .navbar-nav > .menu-item > .sub-menu h3 a {
		padding: 12px;
		margin: 0px;
		font-size: 12px;
		line-height: 20px;
		background-color: #fafafa;
		color: #0e6aed;
		font-weight: 700;
		cursor: pointer;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#navbarSupportedContent .navbar-nav > li > .sub-menu > li > .sub-menu > li {
		display: block;
		border-width: 0px 0px 1px;
		border-top-style: initial;
		border-inline-end-style: initial;
		border-inline-start-style: initial;
		border-top-color: initial;
		border-inline-end-color: initial;
		border-inline-start-color: initial;
		border-image: initial;
		border-bottom-style: solid;
		border-bottom-color: rgb(216, 222, 225);
		color: #132b45;
		cursor: pointer;
		width: 100%;
		text-align: start;
		font-weight: 600;
		background-color: #fff;
		padding: 7px 0;
		padding-inline-start: 30px;
		padding-inline-end: 12px;
	}
	#navbarSupportedContent .navbar-nav > li > .sub-menu > li > .sub-menu {
		padding-inline-start: 0;
		margin-bottom: 0;
	}
	#navbarSupportedContent
		.navbar-nav
		> li
		> .sub-menu
		> li
		> .sub-menu
		> li
		> a {
		color: #132b45;
		font-size: 12px;
		font-weight: 600;
		text-decoration: none;
	}
	header #navbarSupportedContent .navbar-nav > .menu-item > a {
		padding-inline-start: 12px;
	}
	header #navbarSupportedContent .navbar-nav > .menu-item.active-item > a {
		padding-inline-start: 12px;
	}
	header
		#navbarSupportedContent
		.navbar-nav
		> .menu-item.menu-item-has-children
		> a:after {
		top: 19px;
	}

	.navbar-collapse {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.lo-navigation .sign_in,
	#dropdown .lo-link {
		display: none;
	}

	.toggle-menu {
		margin-inline-start: 0;
	}
}

/* footer */
footer {
	padding: 35px 0;
	background-color: #092c47;
	position: relative;
	z-index: 0;
}
footer .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.text-md-right {
	text-align: end;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
#xom-footer {
	margin: 50px 0;
}
.mb30 {
	margin-bottom: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
header p {
	font-size: 16px;
	line-height: 24px;
}
.social-links {
	max-width: 250px;
	margin-inline-end: 0;
	margin-inline-start: auto;
	margin-bottom: 0;
	margin-top: 15px;
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
}
.social-links a {
	color: #476175;
	font-size: 30px;
}
.pt-2 {
	padding-top: 2px;
}
.mr-3 {
	margin-inline-end: 3px;
}
.btn:hover {
	background: #2437bf;
	color: #fff;
	text-decoration: none;
	border: 1px solid #2437bf;
}
.footer-menu {
	margin: 0;
	list-style-type: none;
}

.footer-menu a {
	font-weight: 400;
	line-height: 150%;
	color: #c1cad1;
	margin: 0 0 5px;
	display: block;
	font-size: 1rem;
}
.footer-menu > li {
	display: flex;
	font-size: 16px;
}
.footer__flex .footer-menu > li > a:not(.footer-contact__email) {
	padding-inline-start: 4px;
}
.footer__flex .footer-menu > li:first-child > a {
	padding-inline-start: 0;
}

img.cert-logo {
	max-width: 100px;
	float: left;
}
[dir='rtl'] img.cert-logo {
	float: right;
}
#footer-logo,
span.copyright {
	margin-top: 15px;
	margin-bottom: 1rem;
	height: auto;
}
.payment-icons img {
	width: auto;
	background: #fff;
	max-height: 30px;
	border-radius: 5px;
	display: inline;
}
footer {
	color: #fff;
}
.cc2 {
	/* column-count: 2; */
	display: grid;
	grid-template-columns: 1fr 1fr;
}
address {
	display: block;
	font-style: normal;
}
footer .title {
	text-align: start;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

footer ul li a {
	color: #fff;
	font-size: 16px;
}
.footer .col-4,
.footer .col-5 {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.footer__flex {
		display: flex;
	}
	.footer-menu + .footer-menu {
		margin-inline-start: 40px;
	}
}
.footer-contact {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-row-gap: 20px;
	grid-column-gap: 10px;
}
.footer-contact .title {
	text-transform: none;
}
.footer-contact .footer-menu > li {
	flex-wrap: wrap;
}
@media (max-width: 992px) {
	.col-5.wrap-payment-icons {
		flex: unset;
		max-width: fit-content;
		gap: 20px;
	}
}
@media (max-width: 576px) {
	.col-5.wrap-payment-icons {
		gap: 0;
	}
}
.navbar-pushdown {
	height: 120px;
}
body:not(.logged-in) .country-banner:not(.banner-hidden) ~ .navbar-pushdown {
	height: 212px;
}

@media (max-width: 1000px) {
	.country-banner:not(.banner-hidden) ~ .navbar-pushdown {
		height: 166px;
	}
	.navbar-pushdown {
		height: 76px;
	}
	.tr-banner ~ .navbar-pushdown {
		height: 157px;
	}
}
@media ((max-width: 768px)) {
	.col-4,
	.col-5,
	.col-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-inline-end: 15px;
		padding-inline-start: 15px;
	}
	img.cert-logo {
		max-width: 80px;
		height: auto;
	}
	.payment-icons {
		margin: 10px 0;
	}
	.payment-icons img {
		max-height: 25px;
	}
}
/* banner */
.banner {
	position: fixed;
	top: 0;
	background: #0e6aed;
	min-height: 48px;
	width: 100%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.banner__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner__container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.banner__column {
	display: flex;
	align-items: center;
	color: #fff;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.banner__text_big {
	font-weight: 600;
	font-size: 14px;
}

.banner__promocod {
	background: #fff;
	border-radius: 3px;
	color: #0e6aed;
	font-weight: 600;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 8px;
}
.banner__text_small {
	font-size: 13px;
}
.banner__text_big + .banner__text_small {
	margin-inline-start: 5px;
}
.btn_close {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(../img/close-icon.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

@media (max-width: 576px) {
	.banner__content {
		flex-direction: column;
		gap: 5px;
	}
}
/* country-banner */
.country-banner {
	position: fixed;
	inset-inline-start: 0;
	inset-inline-end: 0;
	top: 0;
	z-index: 100;
	width: 100vw;
	padding: 12px 24px;
	color: #fff;
	background-size: contain !important;
	min-height: 92px;
}

.country-banner__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.country-banner:not(.banner-hidden) ~ header {
	top: 92px;
}

.country-banner ~ header {
	width: 100vw;
}
.country-banner__img {
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover;
}
.country-banner__text,
.country-banner__wrap .country-banner__wrap {
	flex-grow: 1;
}
.country-banner__text_big,
.country-banner__text_big * {
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	margin-bottom: 3px;
}

.country-banner__text_small,
.country-banner__text_small * {
	font-size: 13px;
	line-height: 18px;
}
.country-banner__text_small {
	max-width: 480px;
}
.country-banner__btn {
	border: none;
	color: #fff;
	min-width: auto;
	transition: all 0.4s;
	padding: 14px 15px;
	line-height: 27px;
	background: #0e6aed;
	height: 46px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #0e6aed;
	line-height: 1.2;
	display: block;
	flex-shrink: 0;
	font-size: 14px;
	transition: 0.3s;
	font-weight: 600;
}

.btn_close {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(../img/close-icon.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.country-banner__btn_mobile {
	display: none;
}
@media (max-width: 768px) {
	.country-banner {
		display: flex;
		align-items: center;
		height: 190px;
	}
	a.country-banner__btn_mobile {
		display: block;
		text-align: center;
		margin: 12px auto 0;
		width: 75%;
	}
	.country-banner__btn_desktop {
		display: none;
	}
	.btn_close {
		margin-bottom: auto;
	}
	.country-banner:not(.banner-hidden) ~ header {
		top: 190px;
	}
	.country-banner:not(.banner-hidden) ~ .navbar-pushdown {
		height: 266px;
	}
	.country-banner:not(.banner-hidden) ~ header .navbar-collapse {
		top: 266px;
	}
}
@media (max-width: 576px) {
	.country-banner {
		padding: 7px 0;
	}
	.country-banner__wrap {
		gap: 10px;
	}
}
@media (max-width: 380px) {
	.country-banner__text_small p {
		margin-bottom: 0;
	}
}
.menu-qr-codes {
	grid-column: 4 / 6;
}