/*select*/

.selectBox {
  position: relative;
  width: 100%;
}

.selectBox.noSelected .selectBoxContainer {
  border-color: #ff3a3a;
}

.selectBoxText {
  display: none;
  font-family: SFUIText-Regular;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
}

.selectBoxLink {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.04em;
  margin-top: 2%;
}

.selectBoxContainer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 835px;
  margin: 0 auto;
  color: #000;
  gap: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}

.selectBoxContainer::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  z-index: -1;
  border-radius: inherit;
}

.selectBoxContainer .select {
  width: 47%;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.selectBoxContainer .select.Selected + .select .select-box__current {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.selectBoxContainer .select + .select .select-box__current {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

.selectBoxContainer .select:nth-child(2) .select-box {
  border-right: 0;
}

.selectBoxContainer .select:nth-child(3) {
  border-bottom: 0;
  width: 100%;
}

.selectBoxContainer .select .select-box {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.selectBoxContainer .select.Modification.Selected {
  margin-top: 2%;
  width: 100%;
}

.selectBoxContainer .select.Modification.Selected .select-box {
  border-right: 0;
  width: 100%;
}

.selectBoxContainer .selectBoxAction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: auto;
}

.selectBoxContainer .selectBoxAction.Selected {
  width: 100%;
  margin-top: 2%;
}

.selectBoxContainer .selectBoxAction.Selected .selectBoxActionSelected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.selectBoxContainer .selectBoxAction.Selected .selectBoxSearch {
  display: none;
}

.selectBoxContainer .selectBoxSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.selectBoxContainer .selectBoxActionSelected {
  font-family: SFUIText-Bold;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}

.selectBoxContainer .selectBoxActionSelected .selectBoxActionPrice {
  font-size: 18px;
  margin-right: 10px;
}

.selectBoxContainer .selectBoxActionSelected .page__btn {
  padding: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4487),
    to(#ff5439)
  );
  background: linear-gradient(90deg, #ff4487 0%, #ff5439 100%);
  border: none;
}

.select-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100%;
  white-space: nowrap;
  background-color: rgba(25, 25, 25, 0.08);
  border-radius: 8px;
  height: 62px;
	font-size: 16px;
	text-transform: uppercase;
    font-family: JetBrains-Mono;
    line-height: 20px;
}

.select-box__empty {
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}

.select-box__current {
  position: relative;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  min-width: 88px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
}

.select-box__current:disabled {
  cursor: not-allowed;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.select-box__input {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
   font-family: JetBrains-Mono;
}

.select-box__list {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  font-size: 18px;
  z-index: 100;
  min-width: 100%;
  max-height: 70%;
  overflow-y: scroll;
  scrollbar-color: #ff3a3a #fff;
  scrollbar-width: thin;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}

.select-box__option {
  display: block;
  padding: 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@media screen and (min-width: 768px) {
  .banner .bannerSelect {
    top: 72%;
    width: 100%;
  }

  .banner .bannerSelect.fixed {
    width: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    height: 20%;
  }

  .banner .bannerSelect.fixed .selectBoxActionSelected {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner .bannerSelect.fixed .selectBoxContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    padding: 0;
  }

  .banner .bannerSelect.fixed .selectBoxContainer .select .select-box {
    border-right: 0;
  }

  .banner .bannerSelect.fixed .selectBoxContainer .select .select-box__list {
    top: 25px;
  }
  .selectBoxText {
    display: block;
  }

  .selectBoxContainer .select:nth-child(2) .select-box {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .selectBoxContainer .select {
    border-bottom: 0;
  }

  .selectBoxContainer .select.Modification.Selected {
    width: 100%;
    margin-top: 2px;
  }

  .selectBoxContainer .selectBoxAction {
    margin: 0 15px;
    margin: 0;
  }

  .selectBoxContainer .selectBoxAction.Selected {
    margin: 0 15px;
    width: auto;
    margin: 0;
  }

  .selectBoxContainer .selectBoxActionSelected {
    margin: 3.5px 0px;
  }

  .selectBoxContainer .selectBoxActionSelected .page__btn {
    padding: 12px 10px;
  }

  .select-box {
    position: relative;
  }

  .select-box__icon {
    right: 15px;
  }

  .select-box__list {
    position: absolute;
    bottom: auto;
    top: 40px;
    max-height: 200px;
    border-radius: 7px;
  }
}

.selectBoxContainer
.selectBoxAction {
	display: none;
}