@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.header__menu-item:first-child {
	margin-right: 34px
}
.header__cat-icon {
	width: 38px;
	height: 38px
}
.header__cat-text {
	margin-left: 29px;
	font-size: 16px;
	font-weight: 600;
	color: #737373;
	-webkit-transition: .3s;
	transition: .3s
}
.header__catmenu {
	margin-top: 17px;
	position: absolute;
	max-width: 1297px;
	opacity: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding-top: 0;
	padding-bottom: 0;
	display: none;
	visibility: visible;
	top: initial;
	z-index: 111
}
.header__catmenu-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	z-index: 2
}
.header__catmenu-container {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}
.header__catmenu-head {
	background: #f0f2f4
}
.header__catmenu-title {
	color: #5d5d5d;
	display: block;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	padding: 6px 0;
	display: none
}
.header__catmenu-back {
	display: none
}
.header__catmenu-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0
}
.header__catmenu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__catmenu-item a {
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none
}
.header__catmenu-sub ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3
}
.header__catmenu-drop {
	border-radius: 0 0 10px 10px;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background: #fff;
	-webkit-box-shadow: 0 10px 23.4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 10px 23.4px 0 rgba(0, 0, 0, .15);
	min-height: 580px;
	overflow: auto
}
.header__catmenu-drop-header {
	padding: 12px;
	background-color: #f0f2f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__catmenu-drop-search {
	max-width: 355px;
	width: 100%;
	margin-right: 30px
}
.header__catmenu-drop-help {
	color: #464a4d;
	font-size: 14px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	line-height: 20px
}
.header__catmenu-drop-help i {
	font-weight: 500;
	max-width: 316px;
	font-family: Montserrat;
	font-style: normal
}
.header__catmenu-drop-help-manager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	max-width: 271px;
	width: 100%
}
.header__catmenu-drop-help-manager img {
	max-width: 40px;
	max-height: 40px;
	width: 100%;
	height: 100%
}
.header__catmenu-drop-help-manager p {
	max-width: 216px;
	font-weight: 400
}
.header__catmenu-drop-help-manager a {
	color: #2867b1;
	font-weight: 700;
	text-decoration: none
}
.header__catmenu-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}
.header__catmenu-tabs-titles {
	list-style: none;
	padding: 0;
	padding-bottom: 15px;
	width: 28.55%;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #4b4f59
}
.header__catmenu-tabs-titles li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding-left: 11px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	color: #4b4f59;
	text-decoration: none
}
.header__catmenu-tabs-titles li.active a {
	color: #7294f7;
	border-color: #7294f7
}
.header__catmenu-tabs-titles li:hover a {
	color: #7294f7;
	border-color: #7294f7
}
.header__catmenu-tabs-titles img {
	width: 29px;
	height: 29px;
	-o-object-fit: none;
	object-fit: none
}
.header__catmenu-tabs-contents > li {
	display: none;
	padding-right: 30px
}
.header__catmenu-tabs-contents > li.active {
	display: block
}
.header__catmenu-tabs-contents {
	width: 75%;
	margin: 0
}
.header__catmenu-tabs-content-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	row-gap: 10px;
	color: #464a4d;
	font-size: 28px;
	font-weight: 700;
	padding: 18px 39px;
	font-family: Montserrat;
	cursor: pointer;
	border-radius: 12px;
	border: 1px solid #e8e8e8
}
.header__catmenu-tabs-content-header a {
	border-radius: 28px;
	border: 1px solid #c8cdd3;
	background: #fff;
	color: #4b4f59;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 18px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}
.header__catmenu-tabs-content-header a:hover {
	color: #7294f7;
	border-color: #7294f7
}
.header__catmenu-tabs-contents-list {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 27px
}
.header__catmenu-tabs-contents-list li a {
	color: #8b8d8f;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}
.header__catmenu-tabs-contents-list li {
	margin-top: 14px;
	gap: 4px
}
.header__catmenu-tabs-contents-list li::after {
	margin-left: 5px;
	content: attr(data-count);
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #8b8d8f;
	font-size: 12px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	font-weight: 500;
	padding: 1px 6px;
	-webkit-transition: .3s;
	transition: .3s
}
.header__catmenu-tabs-contents-list li:first-child {
	margin-top: 0
}
.header__catmenu-tabs-contents-list li:hover a {
	color: #7294f7
}
.header__catmenu-tabs-contents-list li:hover::after {
	color: #7294f7;
	border-color: #7294f7
}
#mse2_form {
	border-radius: 6px;
	border: 1px solid #c8cdd3;
	background: #fff;
	padding: 3px 0;
	max-width: 355px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-filter: drop-shadow(0 1px 12.3px rgba(0, 0, 0, .07));
	filter: drop-shadow(0 1px 12.3px rgba(0, 0, 0, .07))
}
#mse2_form input {
	padding-right: 135px;
	border: none;
	color: #464a4d;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	padding-left: 16px;
	line-height: normal;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
#mse2_form input::-webkit-input-placeholder {
	background-image: url(../images/icons/search.svg);
	background-size: 18.6px 18.6px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px
}
#mse2_form input::-moz-placeholder {
	background-image: url(../images/icons/search.svg);
	background-size: 18.6px 18.6px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px
}
#mse2_form input:-ms-input-placeholder {
	background-image: url(../images/icons/search.svg);
	background-size: 18.6px 18.6px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px
}
#mse2_form input::-ms-input-placeholder {
	background-image: url(../images/icons/search.svg);
	background-size: 18.6px 18.6px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px
}
#mse2_form input::placeholder {
	background-image: url(../images/icons/search.svg);
	background-size: 18.6px 18.6px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px
}

#mse2_form .ui-autocomplete-loading {
    background-position: 200px center;
}

#mse2_form button {
	border-radius: 4px;
	background: #1667bb;
	margin-right: 3px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	padding: 8px;
	max-width: 125px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	width: 100%;
	border: none
}
#mse2_form input:focus {
	outline: 0
}
#mse2_form .mse2_row {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#mse2_form .mse2_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative
}

#ui-id-1 .mse2-ac-item {
	padding: 0 16px;
	
}

#ui-id-1 .mse2-ac-item:hover {
	padding: 0 16px;
}

#ui-id-1 .ui-menu-item-wrapper {
	background-color: #fff;
	color: #000;
	padding: 0 !important;
	border: none !important;
}

#ui-id-1 .ui-menu-item {
	padding: 7px 0;
}

#ui-id-1 .ui-menu-item:last-child {
	padding-bottom: 0;
}

#ui-id-1 .ui-menu-item:hover {
	background: #F0F2F4;
}

#ui-id-1 .ui-menu-item:hover .ui-menu-item-wrapper {
	background: #F0F2F4;
}

#ui-id-1 .ui-menu-item-wrapper:hover {
	border: none !important;
	padding: 0 !important;
	
}

#ui-id-1 .mse2-ac-item-title {
	color: #797979;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#ui-id-1 .mse2-ac-item-bottom {
	display: flex;
	justify-content: space-between;
	font-family: Montserrat;
	font-size: 14px;
	margin-top: 7px;
	font-weight: 500;
}

#ui-id-1 .mse2-ac-item-bottom span strong{
	color: #797979;
	font-weight: 700;
}

#ui-id-1 {
	border-radius: 0px 0px 6px 6px;
	background: #FFF;
	border-color: transparent;
	padding-bottom: 17px;
	transform: translateX(-20px);
}

@media(max-width:1200px) {
	.header__catmenu-tabs-titles {
		width: 38%
	}
	.header__catmenu-tabs-contents {
		width: 62%
	}
	.header__catmenu-tabs-contents-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		padding-bottom: 15px
	}
}
@media(max-width:1070px) {
	.header__catmenu-drop-search {
		max-width: 220px
	}
	.header #mse2_form button {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content
	}
	
	#mse2_form .ui-autocomplete-loading {
	    background-position: 160px center;
	}
	
	#ui-id-1 .ui-menu-item {
		padding: 4px 0;
	}
	
	#ui-id-1 .mse2-ac-item-title {
		color: #797979;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		line-height: 10px;
		font-weight: 500;
	}
	
	#ui-id-1 .mse2-ac-item-bottom {
		flex-direction: column;
		row-gap: 2px;
		font-size: 12px;
		margin-top: 5px;
		font-weight: 500;
	}
}
@media(max-width:876px) {
	#mse2_form input {
		padding-right: 75px
	}
	.header__menu-item:first-child {
		margin-right: 0
	}
	.header__cat {
		margin-right: 0
	}
	.header__cat-text {
		margin-left: 10px;
		font-size: 14px
	}
	.header__catmenu {
		-webkit-transition: .3s;
		transition: .3s;
		position: fixed;
		display: block;
		padding-top: 0;
		margin-top: 0;
		top: 0;
		z-index: 250;
		max-width: 280px;
		right: 0;
		left: initial
	}
	.header__catmenu-drop {
		opacity: 1;
		visibility: visible;
		min-height: auto;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.header__catmenu-drop-header {
		padding: 10px
	}
	.header__catmenu-container {
		padding: 0 15px
	}
	.header__catmenu-title {
		display: block
	}
	.header__catmenu-back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.header__catmenu-drop-help {
		display: none
	}
	.header__catmenu-drop-search {
		max-width: 100%;
		margin-right: 0
	}
	.header__catmenu-tabs-titles {
		display: none
	}
	.header__catmenu-tabs-contents {
		width: 100%;
		padding-left: 10px
	}
	.header__catmenu-tabs-contents > li {
		display: block;
		padding-right: 10px
	}
	.header__catmenu-tabs-contents > li:first-child .header__catmenu-tabs-content-header a {
		display: block
	}
	.header__catmenu-tabs-contents-list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		margin-top: 5px
	}
	.header__catmenu-tabs-contents-list li {
		margin-top: 2px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header__catmenu-tabs-contents-list li::after {
		font-size: 9px
	}
	.header__catmenu-tabs-contents-list li a {
		font-size: 12px
	}
	.header__catmenu-tabs-content-header {
		padding: 0;
		background: 0 0 !important;
		border: none;
		font-size: 14px;
		font-weight: 600
	}
	.header__catmenu-tabs-content-header a {
		display: none;
		margin-bottom: 10px;
		font-size: 12px;
		line-height: normal;
		padding: 2px 9px;
		margin-left: auto
	}
	#mse2_form button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
}
.header__cat:focus + .header__catmenu {
	display: block;
}