.popup-select-list__title {
  line-height: 24px;
  font-size: 22px;
  font-weight: normal;
  text-align: central;
  color: #8B8B8B;
  margin: 0;
}

.popup-select-list__list {
  width: 80%;
  margin: 20px 0 40px;
}

.popup-select-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 16px;
  padding-bottom: 16px;
}

.popup-select-list__item-input {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.popup-select-list__radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.popup-select-list__radio-text {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.popup-select-list__radio-title {
  display: inline;
  width: calc(100% - 16px - 10px);
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.popup-select-list__radio-sample {
  display: inline;
  font-size: 16px;
  font-weight: normal;
  color: #4DD6FF;
  margin: 0 0 0 3px;
}

.popup-select-list__radio-annotation {
  width: 85%;
  font-size: 12px;
  font-weight: normal;
  color: #8B8B8B;
  margin: 0;
}

.popup-select-list__radio:checked + .popup-select-list__radio-text:after {
  opacity: 1;
}

.popup-select-list__item-itemSize .popup-select-list__radio-text:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  border: 1px solid #8B8B8B;
  border-radius: 99em;
  transition: .2s;
  content: '';
}

.popup-select-list__item-itemSize .popup-select-list__radio-text:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  border-radius: 99em;
  background: #4DD6FF;
  opacity: 0;
  transition: .2s;
  content: '';
}

.popup-select-list__radio:focus + .popup-select-list__radio-text:before {
  border: 1px solid #4DD6FF;
}

.popup-select-list__input::-webkit-inner-spin-button,
.popup-select-list__input::-webkit-outer-spin-button {
  opacity: 0;
}

.popup-select-list__input {
  width: 20px;
  min-width: 0;
  height: 26px;
  box-sizing: border-box;
  flex-grow: 1;
  line-height: 26px;
  font-size: 12px;
  font-weight: normal;
  text-align-last: left;
  background: transparent;
  background: url("../images/icon-arrows.svg") no-repeat;
  background-position: calc(100% - 7px);
  background-size: 16px;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #8B8B8B;
  border-radius: 99em;
  margin: 0;
  padding: 0 8px;
}

.popup-select-list__input:focus, .popup-select-list__input:active {
  border: 1px solid #4DD6FF;
  outline: none;
}

.popup-select-list__input-title {
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.popup-select-list__input-text {
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 5px;
}

.popup-select-list__button-border {
  width: 100%;
  position: sticky;
  background-color: #ffffff;
  bottom: 0;
  padding: 20px 0;
}
