.select {
  display: block;
  width: 100%;
  height: 60px;
  position: relative
}
.select__field {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  border: 1px solid #dfe6ea;
  outline: 0;
  font-size: 12px;
  letter-spacing: .02em;
  color: #000;
  text-transform: uppercase
}
.select__field option {
  text-transform: initial;
  font-size: 14px
}
.select__field:focus,
.select__field:hover {
  border-color: #039a9f
}
.select.error .select__field {
  border-color: #e4002b
}
.select2__wrap {
  display: block;
  width: 100%;
  height: 60px;
  position: relative
}
.select2__wrap-title {
  color: #9d9d9d;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1
}
.select2__wrap select {
  width: 100%
}
.select2__wrap .select2-container--default .select2-selection--single {
  width: 100%!important;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  padding-top: 13px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 23px;
  color: #000
}
.select2__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.84 6.08L8 9.92l4.16-3.84' stroke='%2325282B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  top: 22px;
  right: 22px
}
.select2__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none
}
.select2__wrap .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg)
}
.select2__wrap.disabled {
  pointer-events: none
}
.select2__wrap.disabled .select2__wrap-title {
  position: relative;
  color: rgba(51,51,51,.3);
  z-index: 50
}
.select2__wrap.disabled .select2-selection--single {
  background: #f9fafb;
  border: 1px solid #dfe6ea
}
.select2__wrap.disabled .select2-selection__arrow {
  opacity: .4
}
.select2__wrap.error .select2-selection.select2-selection--single {
  border-color: #e4002b
}
.select2__wrap.error .select2-selection.select2-selection--single .select2-selection__rendered,
.select2__wrap.error .select2__wrap-title {
  color: #e4002b
}
.select2-container {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.select2-dropdown {
  padding: 10px 14px;
  border: 1px solid #039a9f;
  border-radius: 0;
  background: #f9fafd
}
.select2-container--default {
  text-align: left
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #039a9f!important;
  color: #fff
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:first-child,
.select2-results__option:first-child {
  padding: 0
}
.select2-results__option--selectable {
  font-size: 14px
}
.select2-results__option {
  padding: 8px 6px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #039a9f;
  height: 36px;
  outline: 0;
  padding: 0 15px
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #eff2f4
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #039a9f;
  border-radius: 3px
}
.form_dark .select2-container.select2-container--default {
  width: 100%!important;
  height: 64px
}
.form_dark .select2-container.select2-container--default .select2-selection__rendered {
  padding-left: 20px
}
.form_dark .select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg)
}
.form_dark .select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: transparent;
  border: 1px solid #3e3f41;
  border-radius: 12px
}
.form_dark .select2-dropdown {
  padding: 20px 0;
  background-color: #171717;
  border: 1px solid #3e3f41;
  border-radius: 12px
}
.form_dark .select2-selection__rendered {
  color: #fff!important
}
.form_dark .select2-selection__arrow {
  width: 20px!important;
  height: 20px!important;
  background: url(../img/svg/icon-arrow-white.svg) no-repeat;
  background-size: 20px 20px;
  top: 20px!important;
  right: 19px!important;
  transition: .35s
}
.form_dark .select2-selection__arrow b {
  display: none
}
.form_dark .select2-selection__placeholder {
  font-family: FuturaPT,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #999
}
.select2-container .select2-dropdown.dark-dropdown {
  padding: 20px 0;
  background-color: #171717;
  border: 1px solid #3e3f41;
  border-radius: 0 0 12px 12px
}
.select2-container .select2-dropdown.dark-dropdown .select2-results__option {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 120%;
  color: #fff
}
.select2-container .select2-dropdown.dark-dropdown .select2-results__option.select2-results__option--selected {
  background-color: #00aaa7;
  color: #fff
}
.select2-container .select2-dropdown.dark-dropdown .select2-results__option:first-child {
  padding: 5px 20px!important;
  color: #fff!important
}
@media (max-width:800px) {
  .form_dark .select2-container.select2-container--default,
  .form_dark .select2-selection.select2-selection--single {
    height: 48px
  }
}