
.e-sim_main--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
.e-sim_buy--modal {
  display: flex;
  width: 625px;
  padding: 48px;
  padding-bottom: 24px;
  flex-direction: column;
  border-radius: 16px;
  background:  #FFF;
}
.e-sim_buy--modal h3 {
  color: #656565;
  text-align: center;
  font-family: firagoBold;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}
.group-item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.group-item label {
  margin-bottom: 6px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-family: firagoMedium;
}
.group-item input {
  height: 34px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 4px 0 #D9D9D9;
  border: 0;
  padding: 8px 16px;
  color: #000;
  font-family: firagoSemiBold;
  font-size: 12px;
  font-style: normal;
  line-height: 15px; /* 125% */
  flex: 1 0 0;
}
.group-item input::placeholder{
  color: #D9D9D9;
}
.group-item input:focus {
  border: 0;
  outline: 0;
}
.group-item--sms {
 display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.group-item--sms_code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 4px 0 #D9D9D9;
  padding: 0 16px;
  flex: 1;
}
.group-item--sms_code input {
  box-shadow: none;
  padding: 0;
  padding-right: 16px;
  border-radius: 0;
}
.group-item--sms_code span {
  color: #000;
  font-family: firagoSemiBold;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
  /*padding-top: 2px;*/
}
.windows .group-item--sms_code span {
  padding-top: 2px;
}
.group-item--sms_code.error {
  border: 1px solid  #EF4136;
}
.number-prefix {
  display: inline-flex;
  padding-right: 8px;
  padding-top: 0;
}
.group-item--error_code {
  color:  #EF4136;
  font-family: firago;
  font-size: 10px;
  font-style: normal;
  line-height: 14px; /* 140% */
  margin-top: 8px;
}
.group-item--input {

  width: calc(50% - 12px);
}
.group-item.hidden {
  display: none;
}
.group-item--custom_select {
  gap: 8px;
  background: #F7F7F7;
  font-family: firagoMedium;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  height: 48px;
  border-radius: 48px;
  padding: 6px;
}
.group-item--custom_select-item {
  border:0;
  background: inherit;
  border-radius: 48px;
  flex: 1;
  cursor: pointer;
  color: #656565;
  height: 36px;
}
.group-item--custom_select-item:focus {
  border: 0;
  outline: none;
}
.group-item--custom_select-item.active {
  color: black;
  background: white;
}
.group-item .e-sim__btn {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #EC008C;
  color: white;
  text-align: center;
  font-family: firagoMedium;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  border: 0;
  width: calc(50% - 12px);
  cursor: pointer;
}
.group-item .e-sim__btn.disabled ,
.group-item .e-sim__btn[disabled] {
  background: #D9D9D9;;
  color: #656565;
  cursor: inherit;
}

.group-item .e-sim__btn:focus {
  outline: none;
}
.group-item .e-sim__btn.submit--btn{
  width: 260px;
  margin: auto;
}

@media (max-width: 768px) {
  .e-sim_buy--modal {
    width: 510px;
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .e-sim_inner {
    background: white;
  }
  .e-sim_buy--modal {
    width: 100%;
    padding: 0 24px;
    padding-top: 48px;
  }
  .e-sim_main--wrapper {
    align-items: flex-start;
  }
}
