

html, body {
	height: auto;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/**
Example:
@include font-face('Roboto', '../fonts/RobotoRegular', null, null, woff2 woff);
@include font-face('Roboto', '../fonts/RobotoBold', 700, null, woff2 woff);
**/
.main-header {
	font-family: "Poppins", sans-serif;
}

#child-top {
	display: flex;
	justify-content: space-between;
	height: 46px;
	background-color: #F7F9FA !important;
	align-items: center;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
.child-top .child-top-left {
	display: flex;
}
.child-top .child-top-left .topbar-items {
	display: flex;
	margin: 0;
	padding: 0;
}
.child-top .child-top-left .child-top-items li {
	margin-right: 20px;
}
.child-top .child-top-left .child-top-items li a {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #707070 !important;
}
.child-top .child-top-left .langswitcher-wrap .dropdown-menu {
	transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
	max-height: 0;
	overflow: hidden;
	width: 67px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	min-width: auto;
	max-width: 67px;
	height: 0;
}
.child-top .child-top-left .langswitcher-wrap .dropdown-menu li {
	margin: 0 auto;
	text-align: center;
}
.child-top .child-top-left .langswitcher-wrap .dropdown.open > .dropdown-menu {
	display: block;
	max-height: fit-content;
	transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
	height: auto;
}
.child-top .child-top-left .langswitcher-wrap .dropdown-item {
	display: flex;
	align-items: center;
	padding: 0;
	height: 37px;
	justify-content: center;
	font-size: 14px;
	color: #252525;
}
.child-top .child-top-left .langswitcher-wrap .dropdown-item:hover {
	background-color: #EDEDED;
}
.child-top .child-top-left .langswitcher-wrap .btn.active.focus, .child-top .child-top-left .langswitcher-wrap .btn.active:focus, .child-top .child-top-left .langswitcher-wrap .btn.focus, .child-top .child-top-left .langswitcher-wrap .btn:active.focus, .topbar .topbar-left .langswitcher-wrap .btn:active:focus, .topbar .topbar-left .langswitcher-wrap .btn:focus {
	outline: none;
	box-shadow: none;
}
.child-top .child-top-left .langswitcher-wrap .btn {
	padding: 0;
}
.child-top .child-top-left .langswitcher-wrap .btn span {
	color: #707070;
}
.child-top .child-top-left .langswitcher-wrap .btn-lang {
	display: flex;
	background: transparent;
}
.child-top .child-top-left .langswitcher-wrap img {
	order: 2;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 6px;
	align-self: center;
}
.child-top .child-top-left .dropdown-currency {
	width: 45px;
	height: 25px;
	background: #EDEDED;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}
.child-top .child-top-left .dropdown-currency .dropdown-menu {
	transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
	overflow: hidden;
	width: 70px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	min-width: auto;
	max-width: 70px;
}
.child-top .child-top-left .dropdown-currency .dropdown-menu li {
	margin: 0 auto;
	text-align: center;
}
.child-top .child-top-left .dropdown-currency .dropdown-menu li a:hover {
	background-color: #EDEDED;
}
.child-top .child-top-left .dropdown-currency .open > .dropdown-menu {
	display: block;
	max-height: fit-content;
	transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
	height: auto;
}
.child-top .child-top-left .dropdown-currency a {
	letter-spacing: -0.04em;
	text-decoration: none;
}
.child-top .child-top-right {
	display: flex;
}
.child-top li {
	list-style: none;
	align-self: center;
}
.child-top .socicons-top {
	display: flex;
	width: 80px;
	justify-content: space-between;
	margin-right: 9px !important;
}
.child-top .socicons-top li a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.child-top .child-top-right ul {
	margin: 0;
	padding: 0;
	align-self: center;
	height: 100%;
}
.child-top .child-top-right .child-top-items li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #707070 !important;
	transition: 0.2s;
}
.child-top .child-top-right .child-top-items li a:hover {
	text-decoration: none !important;
	color: #DD6A24 !important;
}
.child-top .child-top-right .child-top-items li a:hover svg path {
	fill: #DD6A24 !important;
}

.child-top-left {
	display: flex;
	align-items: center;
}

.wpml-ls-legacy-dropdown {
	width: 3.2em !important;
	margin-right: 15px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 10px !important;
	height: 10px !important;
	border-radius: 5px;
}

.wpml-ls-legacy-dropdown a {
	background-color: transparent !important;
	border: none !important;
	padding: 5px !important;
}

.wpml-ls-legacy-dropdown a:focus {
	text-decoration: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #707070;
}

.wpml-ls-legacy-dropdown a:hover {
	text-decoration: none
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background-color: white;
	border-top: none !important;
}

.st-list.currencies,
.child-top-left .nav-menu-item:nth-of-type(3) {
	margin-right: 20px;
}

.nav-menu-item {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	padding-right: 20px;
}

.dropdown-currency {
	padding: 3px 9px;
	background: #EDEDED;
	border-radius: 2px;
}

.dropdown-currency a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.04em;
	color: #707070;
}

.dropdown-currency a:focus,
.dropdown-currency a:hover {
	text-decoration: none;
}

#header #topbar.topbar {
  background: #F7F9FA;
  padding: 11px 50px !important;
}

#header #topbar .socials {
	display: flex !important;
	border-right: none !important;
	align-items: center;
}

#header #topbar .socials li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 24px;
	color: #707070 !important;
}

#header #topbar .socials li:not(:first-child) a {
	padding-right: 18px;
	padding-left: 0;
}

#header #topbar .socials li:last-child a {
	padding-right: 0;
}

#header #topbar .dropdown .dropdown-menu {
	background-color: white;
}

#header #topbar .dropdown .dropdown-menu li a {
    color: #252525;
}

#header #topbar .dropdown .dropdown-menu li a:hover {
	background-color: #ededed;
}

@media screen and (min-width: 980px) {
	.navbar-default .navbar-nav li a {
		font-size: 20px;
	}

	.navbar-collapse {
		height: calc(100vh - 100px);
		border: none;
		position: absolute;
		transform: translate(-51px, 20px);
		z-index: -1;
		border-right: 1px solid #E8E7E8;
	}
	.navbar-collapse .dropdown-submenu a {
		padding: 0;
	}

	.dropdown-submenu .dropdown-menu {
		left: -330px;
		width: 0;
		display: block;
		opacity: 0;
	}

	.dropdown-submenu .dropdown-menu.show {
		left: 100%;
		width: 320px;
		opacity: 1;
	}
	.dropdown-submenu .dropdown-menu.show li a::before {
		display: none;
	}

	.glyphicon {
		display: none;
	}

	.navbar-nav .dropdown.open > .dropdown-menu {
		left: 100%;
		transition: all 0.5s;
		display: block;
		width: 360px;
		opacity: 1;
		border-right: 1px solid #E8E7E8;
	}

	.navbar-nav .dropdown > .dropdown-menu {
		opacity: 0;
		display: block;
		left: -50%;
	}

	.navbar-nav .dropdown .dropdown-menu {
		height: calc(100vh - 100px);
	}
}
@media screen and (min-width: 320px) {
	.logo__menu{
		width: 180px;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		color: #181A1D;
	}

	.navbar-header {
		float: none;
		display: flex;
		align-items: center;
	}

	.nav > li {
		position: revert;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}




	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-nav {
		float: none !important;
		min-width: 100%;
	}

	.navbar-nav li {
		line-height: 1;
	}

	.navbar-default .navbar-nav li a {
		font-weight: 400;
		color: #181A1D;
	}

	.navbar-nav .dropdown .dropdown-menu {
		top: 0;
		border: none;
		box-shadow: none;
		transition: 0.5s;
		bottom: 0;
		border: none;
		border-radius: 0;
		z-index: -2;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 0;
	}
	.navbar-nav .dropdown .dropdown-menu li {
		margin-bottom: 26px;
	}
	.navbar-nav .dropdown .dropdown-menu li a {
		padding-left: 50px;
		line-height: 1;
		color: #909090;
		position: relative;
	}
	.navbar-nav .dropdown .dropdown-menu li a::before {
		position: absolute;
		content: "";
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.290314 13.4003C-0.0967713 13.019-0.0967713 12.4007 0.290314 12.0194L5.19648 7.18628L0.290314 2.35316C-0.0967716 1.97184-0.0967713 1.35359 0.290314 0.972271C0.6774 0.590949 1.30499 0.590949 1.69208 0.972271L8 7.18628L1.69208 13.4003C1.30499 13.7816 0.6774 13.7816 0.290314 13.4003Z' fill='black'/></svg>");
		width: 8px;
		height: 14px;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		opacity: 0;
		transition: all 0.2s;
	}

	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
		background-color: transparent;
		color: #000 !important;
	}
	.dropdown-menu > li > a:focus::before, .dropdown-menu > li > a:hover::before, .dropdown-menu > li > a:active::before {
		opacity: 1 !important;
	}

	.navbar-nav .dropdown .dropdown-menu.open {
		display: block;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		font-weight: 400;
		color: #181A1D;
		background: none;
		line-height: 1;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 50px;
		padding-right: 0;
	}

	.navbar-brand {
		float: none;
		height: 31px;
		align-self: center;
		padding: 0;
		line-height: 1;
	}
}


.navbar-bottom-items {
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 200px;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 35px;
	position: relative;
}
@media screen and (max-width: 980px) {
	.navbar-bottom-items {
		padding-left: 20px;
	}
}
.navbar-bottom-items .new-object {
	color: #000000;
	font-weight: bold;
}
.navbar-bottom-items a {
	font-size: 20px;
	line-height: 1;
	color: #6A6A6A;
	margin-bottom: 15px;
}
.navbar-bottom-items a:hover {
	text-decoration: none;
}
@media screen and (max-width: 980px) {
	.navbar-bottom-items a {
		font-size: 16px;
	}
}
.navbar-bottom-items .langswitcher-wrap {
	position: absolute;
	right: 20px;
	bottom: 41px;
}
.navbar-bottom-items .langswitcher-wrap .dropdown-menu {
	background: #EDEDED;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	flex-direction: column;
	justify-content: space-around;
}
.navbar-bottom-items .langswitcher-wrap .btn-lang, .navbar-bottom-items .langswitcher-wrap .dropdown-menu .dropdown-item {
	width: 67px;
	height: 37px;
	background: #EDEDED;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.navbar-bottom-items .langswitcher-wrap .btn-lang img, .navbar-bottom-items .langswitcher-wrap .dropdown-menu .dropdown-item img {
	order: 2;
	align-self: center;
	display: block;
	border-radius: 100%;
	width: 10px;
	height: 10px;
}
.navbar-bottom-items .langswitcher-wrap .btn-lang span, .navbar-bottom-items .langswitcher-wrap .dropdown-menu .dropdown-item span {
	font-size: 14px;
	line-height: 1;
	color: #252525;
	align-self: center;
	margin-right: 6px;
}
@media screen and (min-width: 1280px) {
	.navbar-bottom-items .langswitcher-wrap {
		display: none;
	}
}
.navbar-bottom-items .langswitcher-wrap .dropdown-backdrop {
	display: none;
}
.navbar-bottom-items .langswitcher-wrap .dropdown.open .dropdown-menu {
	transform: translateY(calc(-100% ));
	right: 0;
	left: auto;
	min-width: fit-content;
	width: 67px;
	display: flex;
}
.navbar-bottom-items .langswitcher-wrap .dropdown.open .dropdown-menu .dropdown-item {
	padding: 0 16px;
	width: 67px;
}

.topbar-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: sticky;
    top: 0;
    z-index: 100;
}
.topbar-menu::before {
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background: #fff;
}

.navbar-default {
	border: none;
	background: none;
	margin: 0;
	border-radius: 0;
	height: 60px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #fff;
}

.search-item {
	border: 2px solid #DD6A24;
	border-radius: 60px;
	height: 60px;
	width: 100%;
	min-width: fit-content;
	display: flex;
	align-items: center;
	position: relative;
}

.search-item form {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.navbar-toggle {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid #DD6A24 !important;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 14px;
	padding-right: 14px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #DD6A24;
	border-radius: 100px;
	width: 28px;
	height: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 8px;
	width: 22px;
	height: 4px;
}

.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
	width: 28px;
	height: 4px;
}

.search-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 35%;*/
	width: 100%;
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
}

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

.search-btn {
	cursor: pointer;
	border: none;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #DD6A24;
	margin-right: 8px;
}

.search-btn svg {
	vertical-align: middle;
}

.form-search {
	border: none;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	padding-left: 18px;
	padding-right: 18px;
	height: 44px;
	margin-left: 18px;
	margin-right: 18px;
	display: block;
	width: 95%;
}

.form-search:focus-visible {
	border: none;
	outline: none;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

.form-search::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: rgba(37, 37, 37, 0.5);
}

.search-cat {
	height: 44px;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	margin-left: 8px;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #252525;
	max-width: fit-content;
	outline: none;
}
.search-cat option {
	margin-top: 4px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 0;
}
.search-cat option:focus-visible {
	background-color: red;
}

.search-item .select {
	margin-left: 8px;
	position: relative;
}
.search-item .new-select {
	width: 205px;
	position: relative;
	cursor: pointer;
	user-select: none;
	height: 44px;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #252525;
	outline: none;
}
.search-item .new-select__list {
	position: absolute;
	left: 0;
	cursor: pointer;
	z-index: 2;
	user-select: none;
	margin-top: 4px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 0;
	right: 0;
}
.search-item .new-select__list.on {
	display: block;
}
.search-item .new-select__item span {
	display: block;
	padding: 8px 0 8px 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #252525;
}
.search-item .new-select__item span:hover {
	background: #FFECE1;
}
.search-item .new-select:after {
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	right: 18px;
	top: auto;
	bottom: auto;
	margin: auto;
	background: url('data:image/svg+xml;utf8,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 0.75L6 5.25L10.5 0.75" stroke="%23151515" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 88% center;
	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.search-item .new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
}

.header-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-plus .header-btn-wrap {
	flex-direction: column;
}

.header-btn {
	display: flex;
	align-self: center;
	padding: 0;
	border: none;
	background: none;
	margin-right: 25px;
}

/* .header-btn-wrap .header-btn,
.header-btn-wrap .header-btn-help {
	padding: 11px 18px;
} */

.menu-plus .header-btn {
	align-self: flex-start;
}

.header-btn .header-btn-icon {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	align-self: center;
	background: #DD6A24;
	margin-right: 12px;
}

.header-btn .header-btn-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252525;
	align-self: center;
	width: 121px;
}
.header-btn-help .header-btn-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #252525;
	align-self: center;
}
.header-buttons {
	flex-shrink: 0;
	position: relative;
	display: none;
}

.header-btn-help {
	display: flex;
	justify-content: space-between;
	background: none;
	border: none;
	align-self: center;
	padding: 0;
}

.menu-plus .header-btn-help {
	align-self: flex-start;
}

.header-btn-help .header-btn-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	align-self: center;
	background: none;
}

.opened {
	display: block !important;
}

@media screen and (max-width: 1600px) {
	.navbar-brand svg {
		width: 182.9px;
		height: 100%;
	}

	.navbar-toggle {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1400px) {
	.search-desc {
		margin-right: 16px;
		margin-left: 16px;
	}
}
@media screen and (min-width: 1280px) {
	.navbar-collapse.collapse {
		height: calc(100vh - 147px) !important;
	}

	.header-buttons-md {
		display: flex;
		z-index: 1;
	}

	.header-buttons-md .header-btn-wrap .header-btn:first-of-type {
		min-width: 170px;
	}

	.header-buttons-md .header-btn-wrap .header-btn:nth-of-type(2) {
		min-width: 154px;
	}

	.header-buttons-md .header-btn-wrap .header-btn-help {
		min-width: 40px;
	}

	.header-btn .header-btn-text {
		font-size: 18px;
		line-height: 20px;
	}

	.main-menu > .menu-item > .fa-angle-right,
	.menu-item-has-children i {
		display: none;
	}
	
	.menu-item-has-children a:hover + i {
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.navbar-collapse.collapse {
		height: calc(100vh - 100px) !important;
	}

	.header-buttons {
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.header-buttons-md {
		display: none;
	}

	#header #topbar.topbar {
		display: none;
	}

	.header-btn .header-btn-icon {
		margin-right: 0;
		width: 40px;
		height: 40px;
	}

	.header-btn {
		margin-right: 25px;
	}

	.header-btn-wrap {
		width: 100%;

	}

	.header-btn-wrap-drop.dropdown.open .header-btn-icon {
		background: #E07E41;
	}

	.header-btn-wrap .dropdown-menu {
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		border: none;
		right: 0;
		left: auto;
		padding: 22px 33px 22px 21px;
		width: max-content;
		margin-top: 4px;
	}
	 .dropdown-item {
		display: flex;
		margin-bottom: 22px;
	}
	.header-btn-wrap .dropdown-menu .dropdown-item .header-drop-icon {
		margin-right: 12px;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		align-self: center;
		min-width: 25px;
	}
	.header-btn-wrap .dropdown-menu .dropdown-item .header-drop-content {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #252525;
		flex-shrink: 0;
		align-self: center;
	}

	.header-btn-wrap-drop {
		position: relative;
	}

	.header-buttons-md .header-btn-wrap-drop:first-child .dropdown-menu .dropdown-item .header-drop-icon {
		width: 40px;
	}

	.header-btn-wrap .header-btn,
	.header-btn-wrap .header-btn-help {
		padding: 11px 18px;
	}

	.search-desc {
		width: 51%;
	}
}

/*логотип картинка */
.logo__menu{
	width: 315px;
	height: 31px;
	margin-left: 25px;
}

form.search .form-search-wrapper {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.header__icon{
		width: 40px;
		height: 40px;
		margin-right: 10px;
		border-radius: 6px;
		padding-left: 8px !important;
		padding-right: 8px !important;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-nav > .open > a.active-cat {
		position: fixed;
		z-index: 77;
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
		height: 50px;
		line-height: 50px;
		padding: 0;
		padding-left: 45px !important;
		background-color: #F6F7F9 !important;
	}
	.navbar-nav > .open > a.active-cat::before {
		background: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70969 12.714C8.09677 12.3327 8.09677 11.7144 7.70969 11.3331L2.80352 6.5L7.70969 1.66688C8.09677 1.28556 8.09677 0.667314 7.70969 0.285992C7.3226 -0.0953307 6.69501 -0.0953307 6.30792 0.285992L1.61257e-07 6.5L6.30792 12.714C6.69501 13.0953 7.3226 13.0953 7.70969 12.714Z' fill='%238C959C'/%3E%3C/svg%3E") no-repeat center center;
		background-size: contain;
		left: 20px;
		right: auto;
		position: absolute;
		content: "";
		background-size: contain;
		width: 8px;
		height: 13px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.navbar-nav .dropdown.open .dropdown-menu .dropdown-toggle.active-cat {
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		left: 0;
		height: 50px;
		line-height: 50px;
		padding-left: 45px;
		background-color: #F6F7F9 !important;
	}
	.navbar-nav .dropdown.open .dropdown-menu .dropdown-toggle.active-cat::before {
		width: 8px;
		height: 13px;
		background: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70969 12.714C8.09677 12.3327 8.09677 11.7144 7.70969 11.3331L2.80352 6.5L7.70969 1.66688C8.09677 1.28556 8.09677 0.667314 7.70969 0.285992C7.3226 -0.0953307 6.69501 -0.0953307 6.30792 0.285992L1.61257e-07 6.5L6.30792 12.714C6.69501 13.0953 7.3226 13.0953 7.70969 12.714Z' fill='%238C959C'/%3E%3C/svg%3E") no-repeat center center;
		background-size: contain;
		left: 20px;
		right: auto;
	}

	.close-back {
		display: block;
	}

	.navbar-toggl .glyphicon {
		display: block;
	}

	.navbar-toggle.collapsed .glyphicon {
		display: none;
	}

	.navbar-default .navbar-nav li a {
		font-size: 16px;
		padding-left: 20px;
	}

	.navbar-collapse.collapse {
		height: 100vh !important;
		justify-content: space-between;
	}

	.navbar-collapse.collapse.in {
		z-index: 1;
		transform: translate(0px, 0px);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100vh;
		width: 100%;
	}

	.navbar-collapse.collapse.in {
		border: none;
		display: flex !important;
	}

	.navbar-collapse.collapse {
		z-index: 1;
		transform: translate(0px, 0px);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		display: none !important;
	}

	.navbar-toggle.collapsed .glyphicon {
		display: none !important;
	}

	.glyphicon {
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 10;
	}

	.glyphicon-remove::before {
		display: none;
	}

	.navbar-nav .dropdown .dropdown-menu {
		overflow-y: scroll;
		padding-top: 70px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 5;
		width: 100%;
		background-color: #fff;
	}
	.navbar-nav .dropdown .dropdown-menu .dropdown-submenu a {
		padding: 0;
		padding-left: 20px;
	}

	.topbar-menu {
		flex-wrap: wrap;
	}

	.search-desc {
		order: 3;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.navbar-default {
		height: 40px;
		min-height: 40px;
	}

	.navbar-toggle {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		border-radius: 6px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #DD6A24;
		border-radius: 100px;
		width: 20px;
		height: 3px;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
		width: 14px;
		height: 3px;
	}

	.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
		width: 20px;
		height: 3px;
	}

	.header-btn:not(:nth-of-type(2)) .header-btn-icon {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}

	.header-btn-wrap {
		/*min-width: 160px;*/
		display: flex;
		/*flex-direction: column;*/
		align-items: center;
		justify-items: center;
	}
	.header-btn-wrap>a{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		/*margin-bottom: 22px;*/
	}

	.topbar-menu {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 16px;
		background-color: #fff;
		height: 147px;
		align-items: flex-start;
	}
	
	.topbar-menu::before {
		box-shadow: none;
	}
	
	.logo__menu {
		margin-left: 0;
		display: flex;
		align-items: center;
	}

	.search-item .new-select {
		font-size: 15px;
		width: 133px;
		height: 40px;
	}

	.search-btn {
		width: 40px;
		height: 40px;
		margin-right: 4px;
	}

	.search-item {
		height: 48px;
	}
	.search-item .form-search {
		padding-left: 8px;
		padding-right: 8px;
		height: 40px;
		margin: 0;
		width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	form.search .form-search-wrapper {
		width: 46%;
	}

	.search-item .select {
		margin-left: 4px;
	}

	.form-search::placeholder {
		font-size: 15px;
		line-height: 15px;
	}

	.search-item .new-select:after {
		right: 10px;
		background: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1.625L4.5 5.375L8.25 1.625' stroke='%23151515' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center fixed;
		background-size: contain;
	}

	.navbar-nav {
		margin: 0;
	}
}
.navbar-collapse {
	position: absolute;
}

@media screen and (max-width: 530px) {
	.navbar-header {
		max-width: 200px;
	}

	.header-btn-wrap {
		/*width: 84px;*/
	}
}

/*переделки меню*/

.header__icon{
	padding-top: 16px;
	padding-right:16px;
	padding-bottom: 12px;
	padding-left: 16px;
	border: 2px solid #DD6A24;
	border-radius: 10px;
}
.menu__left{
	border: none;
	background: none;
	margin: 0;
	border-radius: 0;
	position: relative;
}

/*стили для селекта в поиске */
#atr-button{
	height: 44px;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 18px;
	margin-left: 6px;
}
#atr-menu{
	margin-top: 4px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 0;
	height: 100%;
	width: 190.26px !important;
	list-style-type: none;
	border: none;
}

.ui-menu .ui-menu-item-wrapper{
	padding: 8px 0 8px 16px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #252525;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
	padding-right: 16px !important;
}
/*блок меню*/
.menu__header{
	height: calc(100vh - 100px);
	padding: 0;
	min-height: 0;
	background-color: #FFFFFF;
	box-shadow: 10px 4px 34px rgba(0, 0, 0, 0.05) inset;
	width: 300px;
	z-index: 999;
	position: absolute;
	top: 100px;
	left: -300px;
	border-color: #e7e7e7;
	border-right: 1px solid #E8E7E8;
	transition: left .5s;
}

.menu-contacts-in-burger-container {
	align-self: flex-end;
	margin-bottom: 30px;
}

.menu__header-visible {
	left: 0;
}

.menu-header-wrapper {
	display: none;
}

@media screen and (max-width: 980px) {
	.menu-contacts-in-burger-container {
		margin-bottom: 0;
	}
}

.menu-dropdown-opened {
	margin-left: 290px;
}

.back-btn {
	display: none;
}

.nav-menu-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	overflow-y: auto;
}

.ui-selectmenu-menu {
	top: 44px !important;
}

@media screen and (max-width: 1280px) {
	.body-overflow-hidden {
		overflow-y: hidden;
	}
	.menu__header {
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		box-shadow: none;
	}
	
	.menu__header-visible {
		left: 0;
	}
	
	.menu-header-wrapper {
		display: flex;
		justify-content: space-between;
		padding: 15px 20px;
		align-items: center;
		background-color: #F6F7F9;
	}
	
	.nav-menu-wrapper {
		margin-top: 10px;
		height: calc(100vh - 129px);
	}
	
	.menu__header-title {
		margin: 0;
		font-family: 'Inter', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 19px;
		color: #181A1D;
	}
	
	.close-menu-btn {
		background-color: transparent;
		border: none;
		z-index: 2;
		padding: 0;
	}
	
	.close-menu-btn::after {
		content: '';
		background-image: url('/wp-content/themes/traveler-child-main/images/close.svg');
		display: block;
		width: 10px;
		height: 10px;
		background-size: 100% 100%;
	}
	
	.inner-menu-opened {
		top: 0 !important;
		padding-left: 0 !important;
	}
	
	.menu-item.menu-item-has-children-active {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		padding-top: 15px;
		padding-bottom: 15px;
		align-items: center;
	}
	
	.menu-item.menu-item-has-children-active::after {
		content: '';
		display: block;
		padding-right: 20px;
	}
	
	#main-menu > li > a,
	.menu-item.menu-item-has-children-active > a {
		padding-top: 10px !important;
		padding-right: 20px;
		padding-bottom: 10px !important;
		padding-left: 20px !important;
		font-size: 16px !important;
		line-height: 19px !important;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.menu-item.menu-item-has-children-active > a {
		padding-top: 20px !important;
		padding-right: 20px;
		padding-bottom: 0 !important;
		padding-left: 20px !important;
		color: #181A1D;
	}
	
	#main-menu li.menu-item-has-children-active > a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 15px !important;
	}
	
	#main-menu .menu-dropdown-opened:not(.inner-menu-opened) li.menu-item-has-children > a::after,
	#main-menu > li.menu-item-has-children > a::after{
		content: url('/wp-content/themes/traveler-child/images/arrow-right.svg');
	}
	
	.menu-item-has-children:not(.menu-item-has-children-active) .back-btn,
	#main-menu > li.menu-item-has-children:not(.menu-item-has-children-active) .back-btn {
		display: none;
	}
	
	.menu-item-has-children.menu-item-has-children-active > .back-btn,
	#main-menu > li.menu-item-has-children-active > .back-btn {
		display: block;
		padding: 0;
		padding-left: 20px;
		border: none;
		background-color: transparent;
	}
	
	.menu-item-has-children-active .back-btn::before,
	#main-menu > li.menu-item-has-children-active .back-btn::before {
		content: '';
		background-image: url('https://dev.go-to.rest/wp-content/themes/traveler-child/images/arrow-left.svg');
		width: 13px;
		height: 13px;
		display: block;
		background-repeat: no-repeat;
	}
	
	.menu-item-has-children-active > a::after,
	#main-menu > li.menu-item-has-children-active > a::after {
		content: "";
	}
	
	.menu-item {
		flex-direction: row !important;
	}

	.ui-selectmenu-menu {
		top: 46px !important;
	}
	
	#atr-menu {
		width: 100% !important;
	}
}

#main-menu{
	padding-left: 0;
	padding-right: 0;
	padding-top: 37px;
	/*background-color: white;*/
	margin-bottom: 90px;
}

#main-menu > li > a{
	width: 95%;
	margin: auto;
	font-weight: 400;
	color: #181A1D;
	font-size: 20px;
	line-height: 24px;
	background: none;
	line-height: 1;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 40px;
	text-decoration: none;
	text-transform: capitalize
}
#main-menu > li > a:hover,
.menu-item-has-children-active {
	background: #FFECE1;
}

@media screen and (max-width: 1280px) {
	#main-menu {
		padding-top: 0;
	}
	
	#main-menu > li > a {
		width: 100%;
	}
	
	#main-menu > li > a:hover,
	.menu-item-has-children-active {
		background: #F6F7F9;
	}
}

.menu-item-has-children-active {
	padding-top: 20px;
	padding-bottom: 20px;
}

#main-menu .menu-item-has-children-active > a {
	padding-top: 0;
	padding-bottom: 0;
}

.menu-dropdown{
	padding-top: 30px;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 10px;
	width: 300px;
}

.main-menu > .menu-item-has-children > .menu-dropdown {
	box-shadow: 10px 4px 34px rgba(0, 0, 0, 0.05) inset;
}

@media screen and (max-width: 1280px) {
	.menu-dropdown {
		transition: margin-left .5s;
	}

	.menu-dropdown-opened {
		margin-left: 0;
		position: absolute;
		padding-top: 0;
		width: 100%;
		height: calc(100vh - 45px);
		display: block;
		top: 49px;
		padding-left: 0;
		box-shadow: none;
	}
}

.fa.fa-angle-down{
	display: none;
}
.main-menu .fa-angle-right {
	position: absolute;
	right: 20px;
}
.main-menu .fa-angle-right::before {
	font-size: 15px;
}
.menu-item{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.menu-item-has-children a{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #909090;
	font-family: 'Inter', sans-serif;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.menu-item-has-children a:hover{
	text-decoration: none;
	border-radius: 4px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #000000;
}

@media screen and (max-width: 1280px) {
	.menu-item {
		align-items: flex-start;
	}
	
	.menu-item-has-children a {
		color: #181A1D;
	}
}

.menu-dropdown .menu-item-has-children a:hover + svg {
	display: block;
}

@media screen and (max-width: 980px) {
	.menu-dropdown .menu-item-has-children a:hover + svg {
		display: none;
	}
}

.contact-menu {
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 50px;
}

.bottom-add-title {
	margin-bottom: 25px;
}

.bottom-add-phone,
.bottom-add-tg,
.bottom-add-mail {
	margin-bottom: 15px;
}

.bottom-add a {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.bottom-add p a {
	font-weight: 400;
	color: #6A6A6A;
}

.contact-menu-wrapper .wpml-ls-statics-shortcode_actions {
	display: none;
}

@media screen and (max-width: 1280px) {
	.contact-menu {
		padding-left: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.contact-menu-wrapper {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding-top: 20px;
		border-top: 1px solid #EFEFEF;
	}
	
	.contact-menu-wrapper .wpml-ls-statics-shortcode_actions {
		background: #EDEDED;
		border-radius: 4px;
		display: block;
	}
	
	.wpml-ls-legacy-dropdown {
		width: 67px !important;
	}
	
	.wpml-ls-legacy-dropdown a {
		/*padding: 0 !important;*/
		padding: 16px !important;
	}
	
	.wpml-ls-sub-menu a {
		padding: 16px;
	}
	
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
		width: 67px;
	}
	
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		padding-right: 16px !important;
		padding: 16px !important;
	}
	
	.bottom-add p {
		margin-bottom: 20px;
	}
	
	p.bottom-add-mail {
		margin-bottom: 0;
	}
	
	.bottom-add a {
		font-size: 16px;
		line-height: 19px;
	}
	
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		top: auto !important;
		bottom: 97%;
		background-color: #ededed;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
}

.menu-plus{
	display: none;
	position: absolute;
	z-index: 1000;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	border: none;
    top: 100%;
	right: 15px;
	left: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	width: max-content;
	margin-top: 4px;
	float: left;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
}
.sh-btn{
	width: 40px;
	height: 40px;
	margin-right: 4px;
	border-radius: 100%;
	background: #DD6A24;
	cursor: pointer;
	border: none;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu-fon{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	border: none;
	right: 0;
	left: auto;
	width: max-content;
	margin-top: 4px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.menu-fon .dropdown-item {
	padding: 13px 21px;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #252525;
	align-items: center;
}
.menu-fon .header-drop-icon {
	margin-right: 12px;
	width: 19px;
	height: 19px;
}
.btn-tel{
	background: #E07E41;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	align-self: center;
}
.open-plus{
	display: block;
}
.open-tel{
	display: block;
}
ul> #atr-menu > li > .ui-menu-item-wrapper {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 16px !important;
}
#phone-number{
	border:none;
	width: 90%;
}
.wrapp-tel {
	padding-left: 20px;
	padding-right: 10px;
}
.title-tyre_box{
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.atr_select{
	display: none;
}

