.nice-select {
	color: rgba(25, 28, 33, 0.6);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 138%;
	outline: none;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 244px;
	z-index: 2;
}
.nice-select>.current {
	display: block;
	width: 100%;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #F3F4F5;
	border-radius: 9px;
	display: flex;
	align-items: center;
	gap: 7px;
}
.fg._error .nice-select>.current {
	border-color: #E30016;
	color: #E30016;
}
.nice-select>.current::before {
	content: '';
	display: block;
	width: 17px;
	height: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjAxNTYgMTAuNjY2TDUuMjY4MjMgMTMuMzMyN0w3LjkzNDkgMTAuNjY2IiBzdHJva2U9IiMxOTFDMjEiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMjY4NTUgMTMuMzMyN1YyLjY2NjAyIiBzdHJva2U9IiMxOTFDMjEiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0LjYwMTkgNS4zMzI2OEwxMS45MzUyIDIuNjY2MDJMOS4yNjg1NSA1LjMzMjY4IiBzdHJva2U9IiMxOTFDMjEiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjkzNDYgMi42NjYwMlYxMy4zMzI3IiBzdHJva2U9IiMxOTFDMjEiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.nice-select>.current::after {
	content: '';
	position: absolute;
	right: 49px;
	top: 0;
	height: 100%;
	width: 1px;
	border-right: 1px solid #F3F4F5;
}
.nice-select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTAxNTYgNi43NUw5LjYwMTU2IDExLjI1TDE0LjEwMTYgNi43NSIgc3Ryb2tlPSIjMTkxQzIxIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.nice-select.open:after {
	-webkit-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%); }
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none; }
.nice-select.disabled:after {
	border-color: #cccccc; }
.nice-select.wide {
	width: 100%; }
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important; }
.nice-select.right {
	float: right; }
.nice-select.right .list {
	left: auto;
	right: 0; }
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px; }
.nice-select.small:after {
	height: 4px;
	width: 4px; }
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px; }
.nice-select .list {
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-top: 0;
	box-sizing: border-box;
	opacity: 0;
	padding: 0;
	padding-top: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	right: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 3; }
.nice-select .list:hover .option:not(:hover, .selected) {
	background-color: transparent !important; }
.nice-select .option {
	cursor: pointer;
	line-height: 50px;
	list-style: none;
	min-height: 50px;
	outline: none;
	padding: 15px 13px;
	line-height: 126%;
	color: #191C21;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; }
.nice-select .option:last-child {
	border-bottom: 0;
}
.nice-select .option:hover, .nice-select .option.focus {
	background-color: #20247A!important;
	color: #FFFFFF;
}
.nice-select .option.selected.focus {
	color: #FFFFFF;
	background-color: #20247A!important;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default; }

.no-csspointerevents .nice-select .list {
	display: none; }

.no-csspointerevents .nice-select.open .list {
	display: block; }

@media(max-width: 991px) {
	.nice-select {
		width: 213px;
		font-size: 12px;
		line-height: 133%;
	}
	.nice-select:after {
		right: 11px;
	}
	.nice-select>.current {
		padding: 11px 15px;
	}
	.nice-select>.current::before {
		display: none;
	}
	.nice-select>.current::after {
		right: 39px;
	}
	.nice-select .option {
		min-height: 37px;
		padding: 11px 15px;
	}
}
@media(max-width: 580px) {
	.nice-select{
		width: 100%;
	}
}