.ui.dropdown.xdesign-dropdown {
	background: #f5f5f5;
	border-radius: 10px !important;
	border: 0 !important;
	padding: 20px;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: block;
	font-family: 'Museo Sans Cyrl 300', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 16px;
	margin: 32px 0 0;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) !important;
	transition: box-shadow 200ms ease-in-out;
}

.ui.dropdown.xdesign-dropdown.active,
.ui.dropdown.xdesign-dropdown:hover {
	box-shadow: 0 0 0 2px black !important;
}

.ui.dropdown.xdesign-dropdown i.dropdown.icon {
	position: absolute;
	right: 20px;
	font-size: 18px;
	height: 18px;
	top: 50%;
	margin: -9px 0 0;
	line-height: 18px;
	padding: 0;
}

.ui.dropdown.xdesign-dropdown .menu {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e2e2e2 !important;
	box-shadow: 0 4px 10px 0 #0000001a !important;
}

.ui.dropdown.xdesign-dropdown .menu .item {
	font-family: 'Museo Sans Cyrl 300', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 16px;
	font-weight: 300;
	color: #00000080;
	padding: 14px 15px !important;
}

.ui.dropdown.xdesign-dropdown .menu .item b {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Museo Sans Cyrl 500', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
	color: #000000e6;
}

.ui.dropdown.xdesign-dropdown .menu .item:first-child {
	border-radius: 10px 10px 0 0;
}

.ui.dropdown.xdesign-dropdown .menu .item:last-child {
	border-radius: 0 0 10px 10px;
}

.ui.dropdown.xdesign-dropdown input.search {
	height: 56px;
}

.label + .ui.dropdown.xdesign-dropdown,
label + .ui.dropdown.xdesign-dropdown {
	margin-top: 0;
}

.ui.dropdown.xdesign-dropdown + .hint {
	color: #747474;
	font-weight: 400;
	font-family: 'Museo Sans Cyrl 400', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 14px;
	padding: 0 0 5px;
}

.ui.upward.active.selection.dropdown.xdesign-dropdown,
.ui.visible.selection.dropdown.xdesign-dropdown,
.ui.active.selection.dropdown.xdesign-dropdown {
	border-radius: 10px !important;
}
