.custom-select {
  position: relative;
}
.custom-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select__option-wrap {
  position: relative;
}
.custom-select__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  left: 0;
}
.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */
.custom-select__option {
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5;
}
.custom-select__option:focus {
  outline: none;
}
.custom-select__option:hover, .custom-select__option:focus {
  background-color: #f9f9f9;
}
.custom-select__option--value {
  padding-right: 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}
.custom-select__option--value::after {
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75rem;
  border-width: 0.3rem;
  border-bottom-width: 0;
  border-style: solid;
  border-color: currentColor transparent;
  transform: translateY(-50%);
  content: "";
}
.custom-select--active .custom-select__option--value::after {
  transform: translateY(-50%) rotate(-180deg);
}
.custom-select--active .custom-select__option--value {
  border-bottom-color: transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}
.custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
  background-color: #fff;
}
.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-top-color: transparent;
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select__option--selected {
  background-color: #fcfcfc;
}
.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}
.custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
  background-color: transparent;
}
.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}
.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}
.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}
.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121;
}
.custom-select__input:focus {
  outline: none;
}
.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0);
}
.custom-select__dropdown {
  overflow: hidden;
  z-index: 1;
  top: calc(100% - 1px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}
.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
/* //////////////////////////////// */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


.highlight table td {
	padding: 5px
}
.highlight table pre {
	margin: 0
}
.highlight .cm {
	color: #999988;
	font-style: italic
}
.highlight .cp {
	color: #999999;
	font-weight: bold
}
.highlight .c1 {
	color: #999988;
	font-style: italic
}
.highlight .cs {
	color: #999999;
	font-weight: bold;
	font-style: italic
}
.highlight .c, .highlight .cd {
	color: #999988;
	font-style: italic
}
.highlight .err {
	color: #a61717;
	background-color: #e3d2d2
}
.highlight .gd {
	color: #000000;
	background-color: #ffdddd
}
.highlight .ge {
	color: #000000;
	font-style: italic
}
.highlight .gr {
	color: #aa0000
}
.highlight .gh {
	color: #999999
}
.highlight .gi {
	color: #000000;
	background-color: #ddffdd
}
.highlight .go {
	color: #888888
}
.highlight .gp {
	color: #555555
}
.highlight .gs {
	font-weight: bold
}
.highlight .gu {
	color: #aaaaaa
}
.highlight .gt {
	color: #aa0000
}
.highlight .kc {
	color: #000000;
	font-weight: bold
}
.highlight .kd {
	color: #000000;
	font-weight: bold
}
.highlight .kn {
	color: #000000;
	font-weight: bold
}
.highlight .kp {
	color: #000000;
	font-weight: bold
}
.highlight .kr {
	color: #000000;
	font-weight: bold
}
.highlight .kt {
	color: #445588;
	font-weight: bold
}
.highlight .k, .highlight .kv {
	color: #000000;
	font-weight: bold
}
.highlight .mf {
	color: #009999
}
.highlight .mh {
	color: #009999
}
.highlight .il {
	color: #009999
}
.highlight .mi {
	color: #009999
}
.highlight .mo {
	color: #009999
}
.highlight .m, .highlight .mb, .highlight .mx {
	color: #009999
}
.highlight .sb {
	color: #d14
}
.highlight .sc {
	color: #d14
}
.highlight .sd {
	color: #d14
}
.highlight .s2 {
	color: #d14
}
.highlight .se {
	color: #d14
}
.highlight .sh {
	color: #d14
}
.highlight .si {
	color: #d14
}
.highlight .sx {
	color: #d14
}
.highlight .sr {
	color: #009926
}
.highlight .s1 {
	color: #d14
}
.highlight .ss {
	color: #990073
}
.highlight .s {
	color: #d14
}
.highlight .na {
	color: #008080
}
.highlight .bp {
	color: #999999
}
.highlight .nb {
	color: #0086B3
}
.highlight .nc {
	color: #445588;
	font-weight: bold
}
.highlight .no {
	color: #008080
}
.highlight .nd {
	color: #3c5d5d;
	font-weight: bold
}
.highlight .ni {
	color: #800080
}
.highlight .ne {
	color: #990000;
	font-weight: bold
}
.highlight .nf {
	color: #990000;
	font-weight: bold
}
.highlight .nl {
	color: #990000;
	font-weight: bold
}
.highlight .nn {
	color: #555555
}
.highlight .nt {
	color: #000080
}
.highlight .vc {
	color: #008080
}
.highlight .vg {
	color: #008080
}
.highlight .vi {
	color: #008080
}
.highlight .nv {
	color: #008080
}
.highlight .ow {
	color: #000000;
	font-weight: bold
}
.highlight .o {
	color: #000000;
	font-weight: bold
}
.highlight .w {
	color: #bbbbbb
}
.highlight {
	background-color: #f8f8f8
}

.custom-select__option.bold {
	font-weight: bold
}
.custom-select--dark .custom-select__option {
	color: #fff
}
.custom-select__option:focus {
	outline: none
}
.custom-select--dark .custom-select__option:hover, .custom-select--dark .custom-select__option:focus {
	background-color: #1d1f20
}
.custom-select--dark .custom-select__option--value {
	background-color: #343436;
	border-color: #000
}
.custom-select--dark .custom-select__option--selected {
	background-color: #161718
}
.custom-select--dark .custom-select__input {
	border-color: #000
}
.custom-select--dark .custom-select__dropdown {
	background-color: #343436;
	border-color: #000
}
.my-select {
	position: relative;
	background-color: #fff
}
.my-select__option {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.my-select__option:focus {
	outline: none
}
.my-select__option:hover, .my-select__option:focus {/*background-color: #07f; color: #fff*/}
.my-select__option--value {padding:0 18px; height:36px; font-size:1rem; font-weight:700; text-align: left; border:1px solid #ddd;border-radius:999px;}
.my-select__option--value::after {content:""; position:absolute; top:11px; right:18px; width:14px; height:14px; background:url(../images/bl_arrow13.svg) no-repeat center center; background-size:100% auto; font-size:0; line-height:0;}
.my-select--active .my-select__option--value::after {transform:rotate(-180deg);}
.my-select__dropdown {overflow-y:auto; position:absolute; top:calc(100% + 1px); left:0; padding:12px 0; width:100%; background-color:#fff; border:1px solid #ddd; border-radius:16px; box-sizing:border-box; z-index:1;}
.my-select--dropup .my-select__dropdown {top:auto; bottom:calc(100% + 3px)}
.my-select__dropdown .my-select__option {height:28px; font-size:14px;}
.my-select__dropdown .my-select__option:hover,
.my-select__dropdown .my-select__option:focus {background:#eee;}
.reset {
	display: flex
}
.reset__button {
	margin-left: 0.75rem
}
.custom-select--reset {
	flex-grow: 1
}