
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: block !important;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
	display: block; width: 100%; font-family: 'Gotham Pro'; font-weight: 500; padding: 0 20px; margin: 0 0 15px 0; height: 65px; line-height: 60px; border: 1px solid #8f8f8f; background: #e1e1e1; box-sizing: border-box; font-size: 20px; color: #000;
}
.jq-selectbox__trigger {position: absolute; top: 24px; right: 0; background: url(../images/select.png) no-repeat; width: 24px; height: 13px;}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
	background: #fff; width: 100%; left: 0; z-index: 10; padding: 10px; box-sizing: border-box; top: 65px !important; box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.jq-selectbox__dropdown li {margin: 5px 0; cursor: pointer;}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}