/* Header */

.headerMain--wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 998;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.headerMain {
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 816px) {
  .headerMain {
    padding-bottom: 14px;
  }
}

.headerMain--container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 816px) {
  .headerMain--container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.headerMain--container_wowDays {
  margin-right: 16px;
  display: none;
  height: 32px;
  align-items: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(197 57 141 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .headerMain--container_wowDays {
    display: flex;
  }
}

.headerMain--leftArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.headerMain--logo {
  margin-right: 16px;
  display: none;
}

@media (min-width: 816px) {
  .headerMain--logo {
    display: flex;
  }
}

.headerMain--logoMobile {
  position: absolute;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 816px) {
  .headerMain--logoMobile {
    display: none;
  }
}

.headerMain--switcher {
  display: none;
  height: 32px;
  justify-content: flex-start;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding: 4px;
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
}

@media (min-width: 816px) {
  .headerMain--switcher {
    display: flex;
  }
}

.headerMain--switcher a {
  display: flex;
  height: 24px;
  width: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.headerMain--switcher a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.headerMain--switcherMobile {
  display: flex;
  height: 32px;
  width: 104px;
  justify-content: flex-start;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding: 4px;
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
}

@media (min-width: 816px) {
  .headerMain--switcherMobile {
    display: none;
  }
}

.headerMain--switcherMobile a {
  display: flex;
  height: 24px;
  width: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.headerMain--switcherMobile a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.headerMain--switcher a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.headerMain--rightArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.headerMain--language {
  height: 32px;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding: 4px;
}

.headerMain--language ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.headerMain--language a {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}

.headerMain--language a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.headerMain--language a:hover svg path {
  fill: #000;
}

.headerMain--language a.active,
.headerMain--language a.active svg path {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #000;
}

.headerMain--buyNumBtn {
  margin-left: 16px;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.headerMain--buyNumBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 25 77 / var(--tw-bg-opacity, 1));
}

.headerMain--addBalance {
  margin-left: 16px;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.headerMain--logInBtn {
  margin-left: 16px;
}

.headerMain--profileArea {
  position: relative;
  margin-left: 16px;
  display: none;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .headerMain--profileArea {
    display: flex;
  }
}

.headerMain--profileBtn {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding: 4px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
}

.headerMain--profileBtn span {
  margin-left: 4px;
  margin-right: 2px;
}

.headerMain--profileBalance {
  margin-left: 8px;
  display: inline-flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
}

.headerMain--rightArea .headerMain--buyNumBtn,
.headerMain--rightArea .headerMain--addBalance {
  display: none;
}

@media (min-width: 816px) {
  .headerMain--rightArea .headerMain--buyNumBtn,
.headerMain--rightArea .headerMain--addBalance {
    display: flex;
  }
}

.subHeader .headerMain--buyNumBtn,
.subHeader .headerMain--addBalance {
  display: flex;
}

@media (min-width: 816px) {
  .subHeader .headerMain--buyNumBtn,
.subHeader .headerMain--addBalance {
    display: none;
  }
}

.subHeader {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 56px;
  width: 100%;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 816px) {
  .subHeader {
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.subHeader .headerMain--buyNumBtn {
  margin-left: 8px;
}

.subHeader .headerMain--profileBtn span {
  display: none;
}

@media (min-width: 816px) {
  .subHeader .headerMain--profileBtn span {
    display: inline-flex;
  }
}

.subHeader .headerMain--profileBtn .headerMain--profileBtn_arrow {
  margin-left: -2px;
}

.subHeader--personalArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .subHeader--personalArea {
    display: none;
  }
}

.subHeader--personalArea.userIsLogIn .headerMain--buyNumBtn {
  display: none;
}

.subHeader--profileArea {
  position: relative;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .subHeader--profileArea {
    display: none;
  }
}

.subHeader--profileArea .headerMain--profileBalance {
  margin-left: 2px;
}

@media (min-width: 816px) {
  .subHeader--profileArea .headerMain--profileBalance {
    margin-left: 8px;
  }
}

.subHeader--menu {
  position: absolute;
  left: 50%;
  top: 14px;
  display: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .subHeader--menu {
    display: flex;
  }
}

.subHeader--menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subHeader--menu li {
  position: relative;
  display: flex;
  height: 31px;
  width: 102px;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 14px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
}

.subHeader--menu li:after {
  content: "";
  transition: 0.4s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.subHeader--menu li:hover:after {
  width: 100px;
}

.subHeader--menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* # Header */

/* Header logined user dropdown*/

.headerMain--profile_drDown {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: calc(100% + 10px);
  left: -80%;
  z-index: 50;
  display: none;
  width: 206px;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: firago-Regular, sans-serif;
}

@media (min-width: 816px) {
  .headerMain--profile_drDown {
    left: -0.75rem;
  }
}

.headerMain--profile_drDown.active {
  display: flex;
}

.headerMain--profile_drDown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 13px;
}

.headerMain--profile_drDown-item svg {
  margin-right: 0.625rem;
  height: auto;
  width: 17px;
}

.headerMain--profile_drDown-logOut {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(239 65 54 / var(--tw-text-opacity, 1));
}

/* # Header logined user dropdown*/

/* home page */

.selectNumber--container {
  margin-top: 119px;
}

.selectNumber--selectSimType {
  margin-bottom: 8px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  padding: 10px;
  padding-top: 6px;
}

@media (min-width: 816px) {
  .selectNumber--selectSimType {
    margin-bottom: 16px;
    padding: 16px;
  }
}

.selectNumber--selectSimType_head {
  margin-bottom: 4px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--selectSimType_head {
    margin-bottom: 8px;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 18px;
  }
}

.selectNumber--selectSimType_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.selectNumber--selectSimType_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 816px) {
  .selectNumber--selectSimType_item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.selectNumber--selectSimType_item svg {
  height: 20px;
  width: 20px;
}

@media (min-width: 816px) {
  .selectNumber--selectSimType_item svg {
    height: 24px;
    width: 24px;
  }
}

.selectNumber--selectSimType_item.active {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.selectNumber--selectSimType_item-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.selectNumber--selectSimType_item-content h3 {
  margin-left: 4px;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--selectSimType_item-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.selectNumber--selectSimType_item h4 {
  margin-bottom: 4px;
  margin-top: 8px;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--selectSimType_item .selectNumber--selectSimType_item-status {
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--selectSimType_radio {
  margin-left: auto;
  display: flex;
  height: 16px;
  width: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.selectNumber--selectSimType_item.active .selectNumber--selectSimType_radio:after {
  display: flex;
}

.selectNumber--selectSimType_radio:after {
  content: "";
  display: none;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.selectNumber--main {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1348px;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 816px) {
  .selectNumber--main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.selectNumber--main_content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .selectNumber--main_content {
    margin-right: 24px;
    width: calc(100% - 322px);
  }
}

.selectNumber--tariffPackages {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages {
    flex-direction: row;
    gap: 16px;
  }
}

.selectNumber--tariffPackages_item {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_item {
    max-width: 183px;
  }
}

.selectNumber--tariffPackages_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.selectNumber--tariffPackages_head-more {
  letter-spacing: -0.24px;
  display: flex;
  white-space: nowrap;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_head-more {
    display: none;
  }
}

.selectNumber--tariffPackages_head-btn {
  display: inline-flex;
  height: 30px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_head-btn {
    display: flex;
    height: 48px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.selectNumber--tariffPackages_head-btn h4,
.selectNumber--tariffPackages_head-btn span {
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.24px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_head-btn h4,
.selectNumber--tariffPackages_head-btn span {
    line-height: 16px;
    letter-spacing: 0em;
  }
}

.selectNumber--tariffPackages_head-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
}

.selectNumber--tariffPackages_head-btn.active  h4,
.selectNumber--tariffPackages_head-btn.active  span {
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffPackages_numbers-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 16px;
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_numbers-wrapper {
    margin-top: 8px;
    padding: 8px;
  }
}

.selectNumber--tariffPackages_numbers {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  display: grid;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 16px;
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_numbers {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.selectNumber--tariffPackages_number-item {
  display: flex;
  height: 36px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffPackages_number-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_number-item {
    width: 100%;
  }
}

.selectNumber--tariffPackages_number-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffPackages_numbers-more {
  letter-spacing: -0.24px;
  margin-top: 12px;
  display: none;
  flex-direction: column;
  align-items: center;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--tariffPackages_numbers-more {
    display: flex;
  }
}

.selectNumber--selectSimType_item-info {
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 816px) {
  .selectNumber--selectSimType_item-info {
    font-size: 14px;
    line-height: 18px;
  }
}

/* #home page */

/* selecNumbert nav wrapper */

.selectNumber--nav_wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 24px;
}

@media (min-width: 816px) {
  .selectNumber--nav_wrapper {
    padding-bottom: 48px;
  }
}

.selectNumber--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

@media (min-width: 816px) {
  .selectNumber--nav {
    padding-top: 4px;
  }
}

.selectNumber--nav_item {
  display: flex;
  width: 62.75px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 816px) {
  .selectNumber--nav_item {
    width: 156px;
  }
}

.selectNumber--nav_item-circle {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.selectNumber--nav_item:not(:first-child) .selectNumber--nav_item-circle:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: flex;
  height: 2px;
  width: calc(50% - 18px);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--nav_item:not(:first-child) .selectNumber--nav_item-circle:before {
    width: calc(50% - 22px);
  }
}

.selectNumber--nav_item:not(:last-child) .selectNumber--nav_item-circle:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  display: flex;
  height: 2px;
  width: calc(50% - 18px);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--nav_item:not(:last-child) .selectNumber--nav_item-circle:after {
    width: calc(50% - 22px);
  }
}

.selectNumber--nav_item-circle span {
  position: relative;
  z-index: 10;
  display: flex;
  height: 28px;
  width: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--nav_item-circle span {
    font-size: 12px;
  }
}

.selectNumber--nav_item-circle svg {
  height: 6px;
  width: 8px;
}

@media (min-width: 816px) {
  .selectNumber--nav_item-circle svg {
    height: 8px;
    width: 10px;
  }
}

.selectNumber--nav_item-title {
  letter-spacing: -0.24px;
  margin-top: 8px;
  display: none;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--nav_item-title {
    display: flex;
  }
}

.selectNumber--nav_item.active .selectNumber--nav_item-circle span {
  --tw-border-opacity: 1;
  border-color: rgb(71 47 146 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--nav_item.active  .selectNumber--nav_item-title {
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--nav_item.selected .selectNumber--nav_item-circle span {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 251 / var(--tw-bg-opacity, 1));
}

.selectNumber--nav_item.error .selectNumber--nav_item-circle span {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}

.selectNumber--nav_item.selected  .selectNumber--nav_item-title {
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--nav_item.error  .selectNumber--nav_item-title {
  --tw-text-opacity: 1;
  color: rgb(239 65 54 / var(--tw-text-opacity, 1));
}

.selectNumber--nav_item-title--mob {
  margin-top: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--nav_item-title--mob {
    display: none;
  }
}

.selectNumber--nav_item-title--mob.error {
  --tw-text-opacity: 1;
  color: rgb(239 65 54 / var(--tw-text-opacity, 1));
}

/* #selecNumbert nav wrapper */

/* select tariff page N2 */

.selectNumber--seeOther_title {
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding: 8px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--seeOther_title.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.selectNumber--seeOther_title-notification {
  display: inline-flex;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--allTariffList_filter {
  display: flex;
  padding-bottom: 32px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}

@media (min-width: 816px) {
  .selectNumber--allTariffList_filter {
    display: flex;
    flex-direction: row;
    padding-top: 48px;
  }
}

.selectNumber--allTariffList_filter.active {
  display: flex;
}

.selectNumber--allTariffList_filter-item {
  flex-basis: 100%;
}

.selectNumber--activeTariffItem_container {
  position: relative;
  height: 422px;
  width: 100%;
}

@media (min-width: 816px) {
  .selectNumber--activeTariffItem_container {
    height: 441px;
  }
}

.selectNumber--activeTariffItem_container .selectNumber--tariffItem {
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.selectNumber--allTariffList_items {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.selectNumber--allTariffList_item-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--allTariffList_item-title {
  font-family: firago-bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--allTariffList_filter-mobile_btn {
  position: relative;
  margin-top: 32px;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--allTariffList_filter-mobile_btn {
    display: none;
  }
}

.selectNumber--allTariffList_filter-mobile_btn_arrow {
  position: absolute;
  right: 16px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.selectNumber--allTariffList_filter-mobile_btn_arrow.active {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.selectNumber--mascot_web {
  position: absolute;
  top: 103px;
  left: calc(50% - 265px);
  display: none;
}

@media (min-width: 816px) {
  .selectNumber--mascot_web {
    display: flex;
  }
}

.selectNumber--mascot_mobile {
  position: absolute;
  top: 210px;
  left: calc(50% - 171px);
  z-index: 50;
  display: flex;
}

@media (min-width: 816px) {
  .selectNumber--mascot_mobile {
    display: none;
  }
}

/* select tariff page N2 */

/* verification page */

.selectNumber--verification {
  margin-left: auto;
  margin-right: auto;
  width: 624px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 816px) {
  .selectNumber--verification {
    border-radius: 16px;
    border-width: 2px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

.selectNumber--verification h3 {
  text-align: center;
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--verification .form {
  display: flex;
  flex-direction: column;
}

.selectNumber--verification .formGroup-item {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.selectNumber--verification .formGroup-item label {
  margin-bottom: 4px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--verification .formGroup-item--input {
  height: 40px;
  width: 100%;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--verification_re-registration {
  display: flex;
  flex-direction: column;
}

.selectNumber--verification_re-registration em {
  margin-bottom: 8px;
  margin-top: 24px;
  font-size: 10px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--verification_re-registration--link {
  display: flex;
  height: 36px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--verification_re-registration--link svg {
  margin-right: 4px;
}

.formGroup--switcher {
  display: flex;
  height: 46px;
  justify-content: flex-start;
  border-radius: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 6px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.formGroup--switcher button {
  display: flex;
  height: 34px;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.formGroup--switcher button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup--switcher button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup-item__sms-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.formGroup-item--sms {
  display: flex;
  height: 40px;
  width: 50%;
  align-items: center;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 1px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup-item--sms input {
  margin-left: 4px;
  height: 14px;
  width: 100%;
}

.formGroup-item--sms input:focus {
  outline-width: 0px;
}

.formGroup-btn__sms {
  display: flex;
  height: 40px;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--verification_submit--btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  display: flex;
  height: 40px;
  width: 276px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.formGroup-btn__sms.disabled,
.formGroup-btn__sms[disabled],
.selectNumber--verification_submit--btn.disabled,
.selectNumber--verification_submit--btn[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.formGroup-item--sms_code {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 1px;
}

.formGroup-item--sms_code input {
  letter-spacing: 15px;
  width: 100%;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 1px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup-item--sms_code input:focus {
  outline-width: 0px;
}

.formGroup-item--sms_code span {
  position: absolute;
  right: 16px;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.formGroup-item--sms_code.error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 65 54 / var(--tw-border-opacity, 1));
}

.formGroup-item_errorNotification {
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(239 65 54 / var(--tw-text-opacity, 1));
}

/* # verification page */

/* verification failed page */

.selectNumber--verification_failed {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 460px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 39px;
  padding-bottom: 19px;
}

@media (min-width: 816px) {
  .selectNumber--verification_failed {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 47px;
    padding-bottom: 27px;
  }
}

.selectNumber--verification_failed-closeBtn {
  position: absolute;
  right: 11px;
  top: 11px;
}

@media (min-width: 816px) {
  .selectNumber--verification_failed-closeBtn {
    right: 15px;
    top: 15px;
  }
}

.selectNumber--verification_failed h3 {
  display: flex;
  padding-top: 16px;
  padding-bottom: 8px;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--verification_failed h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.selectNumber--verification_failed span {
  display: flex;
  text-align: center;
  font-family: firago-Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--verification_failed .selectNumber--verification_submit--btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: calc(100% - 9px);
}

@media (min-width: 816px) {
  .selectNumber--verification_failed .selectNumber--verification_submit--btn {
    margin-top: 24px;
    width: 100%;
  }
}

/* # verification failed page */

/* summary page */

.selectNumber--summary {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 780px;
  flex-direction: column;
  padding-bottom: 200px;
}

.selectNumber--summary_box {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding: 23px;
}

.selectNumber--summary_item-title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.selectNumber--summary_item-title h4 {
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_item-title_icon {
  margin-right: 4px;
}

.selectNumber--summary_item-title_editBtn {
  margin-left: auto;
}

.selectNumber--summary_item-body {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding: 12px;
}

.selectNumber--summary_item-body_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--summary_item-body_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_item-body_info.number {
  font-size: 18px !important;
  line-height: 22px !important;
}

.selectNumber--summary_item-body_info svg {
  margin-right: 4px;
}

.selectNumber--summary_item-body_price {
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_payment {
  box-shadow: 0 0 10px 0 #F2F2FB;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 24px;
}

@media (min-width: 816px) {
  .selectNumber--summary_payment {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.selectNumber--summary_payment span {
  margin-bottom: 10px;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--summary_payment span {
    text-align: left;
  }
}

.selectNumber--summary_payment-btn {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--summary_payment-btn {
    width: 276px;
  }
}

.selectNumber--summary_payment-btn.disabled,
.selectNumber--summary_payment-btn[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_item-notification {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.selectNumber--summary_item-body_address {
  margin-top: 8px;
  display: flex;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_item-selectContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
}

@media (min-width: 816px) {
  .selectNumber--summary_item-selectContainer {
    flex-direction: row;
  }
}

.selectNumber--summary_item-selectContainer .selectNumber--selectSimType_item-deliver {
  margin-top: 4px;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_item-selectContainer .selectNumber--selectSimType_item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
}

.selectNumber--summary_item-selectContainer .selectNumber--selectSimType_item {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.selectNumber--summary_item-selectContainer_body-item {
  display: none;
  flex-direction: column;
}

.selectNumber--summary_item-selectContainer_body-item.active {
  display: flex;
}

.selectNumber--summary_box-containerArea {
  margin-top: 16px;
  display: none;
  flex-direction: column;
}

.selectNumber--summary_box-containerArea.active {
  display: flex;
}

.selectNumber--summary_box-containerArea .formGroup-item {
  margin-bottom: 24px;
}

.selectNumber--summary_box-containerArea .formGroup-item--input {
  height: 40px;
  width: 100%;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--input:focus {
  outline-width: 0px;
}

.selectNumber--summary_box-containerArea .formGroup-item--input::-moz-placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--input::placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--input[disabled]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--input[disabled]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--textarea {
  min-height: 104px;
  width: 100%;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--textarea:focus {
  outline-width: 0px;
}

.selectNumber--summary_box-containerArea .formGroup-item--textarea::-moz-placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--textarea::placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--textarea_counter {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea .formGroup-item--map {
  height: 216px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.selectNumber--summary_box-containerArea .formGroup-item--map_info {
  margin-top: 4px;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_box-containerArea--btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  height: 36px;
  width: 100%;
  max-width: 343px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--summary_box-containerArea--btn {
    max-width: 276px;
  }
}

.selectNumber--summary_box-containerArea .celfieNumber--custom-select {
  margin-bottom: 16px;
}

.selectNumber--summary_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.selectNumber--summary_result-title {
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_result-price {
  font-family: firago-bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_promoCode-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--summary_promoCode-head svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.selectNumber--summary_promoCode-head.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.selectNumber--summary_promoCode-head h3 {
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_promoCode-body {
  display: none;
  gap: 8px;
  padding-top: 16px;
}

.selectNumber--summary_promoCode-body.active {
  display: flex;
}

.selectNumber--summary_promoCode-body .formGroup-item--input {
  width: 100%;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_promoCode-body .formGroup-item--input:focus {
  outline-width: 0px;
}

.selectNumber--summary_promoCode-body .formGroup-item {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
}

.selectNumber--summary_promoCode-body .formGroup-item.error .formGroup-item--input {
  --tw-border-opacity: 1;
  border-color: rgb(239 65 54 / var(--tw-border-opacity, 1));
}

.selectNumber--summary_promoCode-body .formGroup-item--promoCode {
  width: 100%;
}

.formGroup-item--promoCode_resetInput {
  display: none;
}

.formGroup-item--promoCode_errorMessage {
  margin-top: 4px;
  display: none;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(239 65 54 / var(--tw-text-opacity, 1));
}

.formGroup-item--promoCode.error .formGroup-item--promoCode_errorMessage {
  display: flex;
}

.formGroup-item--promoCode.error .formGroup-item--promoCode_resetInput {
  display: flex;
}

.formGroup-item--promoCode.error .formGroup-item {
  --tw-border-opacity: 1;
  border-color: rgb(239 65 54 / var(--tw-border-opacity, 1));
}

.selectNumber--summary_promoCode-body .formGroup-item {
  width: 100%;
}

.selectNumber--summary_promoCode-body .formGroup-item--input::-moz-placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_promoCode-body .formGroup-item--input::placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--summary_promoCode-btn {
  margin-top: 2px;
  display: inline-flex;
  height: 36px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

/* # summary page */

.selectNumber--payment {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
  display: flex;
  width: 100%;
  max-width: 624px;
  flex-direction: column;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding: 23px;
}

@media (min-width: 816px) {
  .selectNumber--payment {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

.selectNumber--payment_closeBtn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.selectNumber--payment_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}

.selectNumber--payment_header h2 {
  margin-top: 16px;
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--payment_item {
    font-size: 16px;
    line-height: 20px;
  }
}

.selectNumber--payment_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 816px) {
  .selectNumber--payment_result {
    font-size: 16px;
    line-height: 20px;
  }
}

.selectNumber--payment_result-title {
  font-family: firago-Medium, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_result-price {
  font-family: firago-bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_QrArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_QrArea button {
  margin-top: 4px;
  margin-bottom: 16px;
  display: flex;
  padding: 8px;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.selectNumber--payment_promoCode {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 251 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
}

.selectNumber--payment_promoCode-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--payment_promoCode-head svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.selectNumber--payment_promoCode-head.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.selectNumber--payment_promoCode h3 {
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_promoCode-body {
  display: none;
}

.selectNumber--summary_promoCode-body.active {
  display: flex;
}

.selectNumber--payment_promoCode-body h4 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_promoCode-body_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 816px) {
  .selectNumber--payment_promoCode-body_items {
    flex-direction: row;
  }
}

.selectNumber--payment_promoCode-body_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--payment_promoCode-body_item h2 {
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.selectNumber--payment_promoCode-body_item strong {
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.selectNumber--payment_promoCode-body_item span {
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.selectNumber--payment_promoCode-btn {
  margin-top: 32px;
  display: flex;
  height: 36px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

/* tariff item */

.selectNumber--tariffItem {
  width: 222px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding: 16px;
}

.selectNumber--tariffItem_title {
  margin-bottom: 3px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffItem_price {
  font-family: firago-bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffItem_btn {
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffItem_btn.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.selectNumber--tariffItem_btn svg {
  margin-right: 4px;
}

.selectNumber--tariffItem_desc {
  display: flex;
  height: 152px;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 8px;
}

.selectNumber--tariffItem_desc-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffItem_desc-item svg {
  margin-right: 8px;
}

.selectNumber--tariffItem_detailLink {
  margin-top: 8px;
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--tariffItem_head {
  display: flex;
  flex-direction: column;
}

.selectNumber--activeTariffItem_container .selectNumber--tariffItem_head {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 816px) {
  .selectNumber--activeTariffItem_container .selectNumber--tariffItem_head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.selectNumber--activeTariffItem_container .selectNumber--tariffItem_price {
  font-family: firago-bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--activeTariffItem_container .selectNumber--tariffItem_price {
    font-size: 20px;
    line-height: 28px;
  }
}

.selectNumber--activeTariffItem_container .selectNumber--tariffItem_title {
  margin-bottom: 0px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectNumber--activeTariffItem_container .selectNumber--tariffItem_title {
    margin-bottom: 3px;
  }
}

/* loading animation */

.selectNumber--tariffItem.loading {
  position: relative;
  height: 323px;
  overflow: hidden;
}

.selectNumber--tariffItem.loading:after {
  content: "";
  background: linear-gradient(90deg, #F1F1F1 0%, #B1B1B1 50%, rgba(122, 122, 122, 0.00) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  height: 100%;
  width: 160px;
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    left: -200px;
  }

  100% {
    left: 222px;
  }
}

/* animation */

.formGroup-item--checkbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 10px;
}

.formGroup-item--checkbox em {
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup-item--checkbox em a {
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.formGroup-item--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.formGroup-item--checkbox span {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 16px;
  width: 16px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 47 146 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.formGroup-item--checkbox input:checked + span {
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
}

.formGroup-item--checkbox span::after {
  content: "";
  position: absolute;
  display: none;
}

.formGroup-item--checkbox input:checked + span::after {
  content: "";
  background: url("../../images/checkmark.svg");
  left: 2px;
  top: 4px;
  display: flex;
  height: 8px;
  width: 11px;
}

.formGroup-item.checkbox label {
  line-height: 12px;
}

.tariffSwiper {
  width: 100%;
}

.tariffSwiper .swiper-slide {
  width: 222px !important;
  /* თითო სლაიდის სიგანე */
  flex-shrink: 0 !important;
  /* არ შეიკუმშოს */
}

.selectNumber--allTariffList_item-head .swiper-button-next:after,
.selectNumber--allTariffList_item-head .swiper-button-prev:after {
  display:  none;
}

.selectNumber--allTariffList_item-head .swiper-button-next {
  top: -1px;
  right: 0px;
  margin-top: 0px !important;
  height: 32px;
  width: 32px;
}

.selectNumber--allTariffList_item-head .swiper-button-prev {
  top: -1px;
  right: 32px;
  left: auto;
  margin-top: 0px !important;
  height: 32px;
  width: 32px;
}

.selectNumber--allTariffList_item-head .swiper-button-next svg,
.selectNumber--allTariffList_item-head .swiper-button-prev svg {
  height: 32px;
  width: 32px;
}

.selectNumber--allTariffList_item-head .swiper-button-next.swiper-button-disabled,
.selectNumber--allTariffList_item-head .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.selectNumber--allTariffList_item-head .swiper-button-next.swiper-button-disabled svg path,
.selectNumber--allTariffList_item-head .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #F2F2FB;
}

.selectNumber--allTariffList_item-head .swiper-button-next svg path,
.selectNumber--allTariffList_item-head .swiper-button-prev svg path {
  stroke: #472F92;
}

.tariffSwiper--btns {
  position: relative;
  display: flex;
  height: 32px;
  width: 64px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
}

/* Cart */

.selectNumber--main_cart {
  position: sticky;
  top: 222px;
  display: flex;
  display: none;
  width: 298px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .selectNumber--main_cart {
    display: flex;
  }
}

.selectNumber--main_cart-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 16px;
}

.selectNumber--main_cart-head h3 {
  margin-left: 4px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-empty {
  display: flex;
  height: 94px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding-top: 23px;
  padding-bottom: 23px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-empty h4 {
  margin-bottom: 12px;
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.selectNumber--main_cart-empty span {
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.selectNumber--main_cart-item {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-top: 16px;
  padding-bottom: 16px;
}

.selectNumber--main_cart-number {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}

.selectNumber--main_cart-number .num {
  font-family: firago-bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-item .price {
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-button {
  margin-top: 4px;
  display: flex;
  height: 36px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-sum {
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}

.selectNumber--main_cart-item .selectNumber--main_cart-sum .price {
  font-size: 18px;
  line-height: 22px;
}

.selectNumber--main_cart-item .sum {
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-tariffTitle {
  margin-bottom: 4px;
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--main_cart-tariffTitle .title {
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-tariffBody {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

.selectNumber--main_cart-tariffBody .tariff {
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--main_cart-simType {
  margin-bottom: 8px;
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: space-between;
}

.selectNumber--main_cart-simType .title {
  font-family: firago-bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

/* # Cart */

/* Cart Mobile */

.selectNumber--main_cart--mobile {
  box-shadow: 0 0 10px 0 #F2F2FB;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  .selectNumber--main_cart--mobile {
    display: none;
  }
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-info {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-item:first-child {
  padding-right: 4px;
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-item:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.selectNumber--main_cart--mobile  .selectNumber--main_cart-button {
  margin-top: 12px;
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-simType {
  margin-bottom: 4px;
}

.selectNumber--main_cart--mobile .selectNumber--main_cart-tariffBody {
  height: auto !important;
  padding: 0px !important;
}

.selectNumber--main_cart-tariffChangeBtn {
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 47 146 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

/* # Cart Mobile */

/* search form */

.selectNumber--search {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
}

@media (min-width: 816px) {
  .selectNumber--search {
    margin-bottom: 16px;
  }
}

.selectNumber--searchForm {
  margin-left: 12px;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 816px) {
  .selectNumber--searchForm {
    margin-left: 12px;
  }
}

.selectNumber--searchForm input {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectNumber--searchForm input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 816px) {
  .selectNumber--searchForm input {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}

.selectNumber--searchForm input::-moz-placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--searchForm input::placeholder {
  font-family: firago-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--searchForm_close {
  visibility: hidden;
}

.selectNumber--searchForm_close.active {
  visibility: visible;
}

.selectNumber--noSearchResult {
  display: flex;
  height: 94px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--noSearchResult h4 {
  margin-bottom: 12px;
  text-align: center;
  font-family: firago-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.selectNumber--noSearchResult span {
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

/* #search form */

/* select box */

.celfieNumber--custom-select select {
  display: none;
}

.celfieNumber--custom-select {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
}

.celfieNumber--custom-select_reset {
  position: relative;
  top: 6px;
  display: none;
  height: 24px;
  width: 24px;
}

.celfieNumber--custom-select.active .celfieNumber--custom-select_reset {
  display: flex;
}

.celfieNumber--custom-select .select-selected {
  display: flex;
  height: 36px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 14px;
  line-height: 1px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.celfieNumber--custom-select.active .select-selected {
  font-family: firago-bold, sans-serif;
}

.celfieNumber--custom-select_arrow {
  position: absolute;
  right: 16px;
  top: 6px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.celfieNumber--custom-select_arrow.active {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*style items (options):*/

.select-items {
  top: calc( 100% + 8px );
  z-index: 99;
  position: absolute;
  left: -2px;
  right: 0px;
  display: flex;
  width: calc(100% + 2px);
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
}

.select-items div {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.select-items div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 251 / var(--tw-bg-opacity, 1));
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.same-as-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 251 / var(--tw-bg-opacity, 1));
}

.celfieNumber--custom-select_wrapper {
  width: 160px;
  flex-shrink: 0;
}

/* # select box */

/* სიმის ტიპის ასარჩევი მოდალი */

.selectNumber--modalWrapper {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
}

.selectNumber--modalWrapper.active {
  display: flex;
}

.selectNumber--modalContainer__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 112px;
}

.selectNumber--modalContainer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (max-height: 770px) {
  .selectNumber--modalWrapper {
    align-items: flex-start;
  }
}

.selectNumber--modalContainer.changeEsimInfoModal {
  width: 343px;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  padding: 32px;
  padding-top: 40px;
}

@media (min-width: 816px) {
  .selectNumber--modalContainer.changeEsimInfoModal {
    width: 694px;
  }
}

.changeEsimInfoModal .selectNumber--modalWrapper_closeBtn {
  position: absolute;
  right: 16px;
  top: 16px;
}

.changeEsimInfoModal--content .selectNumber--selectSimType_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 816px) {
  .changeEsimInfoModal--content .selectNumber--selectSimType_items {
    flex-direction: row;
  }
}

.changeEsimInfoModal--content .selectNumber--selectSimType_item {
  width: 100%;
}

@media (min-width: 816px) {
  .changeEsimInfoModal--content .selectNumber--selectSimType_item {
    width: 299px;
  }
}

.changeEsimInfoModal--content .selectNumber--selectSimType_item:first-child {
  margin-bottom: 32px;
}

@media (min-width: 816px) {
  .changeEsimInfoModal--content .selectNumber--selectSimType_item:first-child {
    margin-bottom: 0px;
  }
}

.changeEsimInfoModal--notification {
  margin-top: 16px;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 251 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.changeEsimInfoModal--notification strong {
  font-family: firago-bold, sans-serif;
  font-weight: 400;
}

.changeEsimInfoModal--btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: flex;
  height: 40px;
  width: 276px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* # სიმის ტიპის ასარჩევი მოდალი */

/* ნომრის ცვლილების მოდალი */

.changeNumber--modalWrapper {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
}

.changeNumber--modalWrapper.active {
  display: flex;
}

.changeNumber--modalContainer {
  position: relative;
  display: flex;
  width: 343px;
  flex-direction: column;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 19px;
  padding-top: 39px;
}

@media (min-width: 816px) {
  .changeNumber--modalContainer {
    width: 428px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 48px;
    padding-bottom: 28px;
  }
}

.changeNumber--modalContainer .changeNumber--modalWrapper_closeBtn {
  position: absolute;
  right: 12px;
  top: 12px;
}

@media (min-width: 816px) {
  .changeNumber--modalContainer .changeNumber--modalWrapper_closeBtn {
    right: 15px;
    top: 15px;
  }
}

.changeNumber--modalContainer h5 {
  margin-bottom: 16px;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .changeNumber--modalContainer h5 {
    margin-bottom: 24px;
  }
}

.changeNumber--modalContainer h5 strong {
  font-weight: 600;
}

.changeNumber--modalContent {
  display: flex;
  flex-direction: column;
}

.changeNumber--modalContent_btns {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (min-width: 816px) {
  .changeNumber--modalContent_btns {
    flex-direction: row;
  }
}

.changeNumber--modalContent_btns-primary {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.changeNumber--modalContent_btns-secondary {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(108 89 166 / var(--tw-border-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

.selectNumber--modalContainer {
  width: 342px;
}

@media (min-width: 816px) {
  .selectNumber--modalContainer {
    width: 542px;
  }
}

.selectEsim--modalContent h5 {
  margin-bottom: 8px;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .selectEsim--modalContent h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

.selectEsim--modalContent span {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.selectEsim--modalContent_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
}

@media (min-width: 816px) {
  .selectEsim--modalContent_head {
    padding-bottom: 24px;
  }
}

.selectEsim--modalContent_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.selectEsim--modalContent_body .celfieNumber--custom-select.active .select-selected {
  font-family: firago-Regular, sans-serif;
}

/* # ნომრის ცვლილების მოდალი */

.changeNumber--modalContainer.xl {
  width: 342px;
}

@media (min-width: 816px) {
  .changeNumber--modalContainer.xl {
    width: 542px;
  }
}

.changeNumber--modalContent_moreLink {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: inline-flex;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: firago-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

/* tariff detailed modal */

.selectNumber--modalContainer.tariffDetailed {
  display: flex;
  width: 343px;
  flex-direction: column;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 253 / var(--tw-bg-opacity, 1));
  padding: 16px;
}

@media (min-width: 816px) {
  .selectNumber--modalContainer.tariffDetailed {
    width: 694px;
  }
}

.selectNumber--modalContainer.tariffDetailed .selectNumber--modalWrapper_closeBtn {
  position: absolute;
  right: 16px;
  top: 16px;
}

.changeEsimInfoModal--tariff_title {
  margin-bottom: 7px;
  font-family: firago-bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.changeEsimInfoModal--tariff_price {
  display: flex;
  padding-bottom: 8px;
  font-family: firago-bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.changeEsimInfoModal--tariff_select {
  margin-bottom: 30px;
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 146 / var(--tw-bg-opacity, 1));
  font-family: firago-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.changeEsimInfoModal--tariff_select.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.changeEsimInfoModal--tariff_select svg {
  margin-right: 4px;
}

.changeEsimInfoModal--tariff_content {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.changeEsimInfoModal--tariff_content-switcher {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 6px;
}

@media (min-width: 816px) {
  .changeEsimInfoModal--tariff_content-switcher {
    flex-direction: row;
    border-radius: 48px;
  }
}

.changeEsimInfoModal--tariff_content-switcher_item {
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-family: firago-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 816px) {
  .changeEsimInfoModal--tariff_content-switcher_item {
    width: 33.333333%;
  }
}

.changeEsimInfoModal--tariff_content-switcher_item:hover,
.changeEsimInfoModal--tariff_content-switcher_item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.changeEsimInfoModal--tariff_content-info ul {
  display: flex;
  flex-direction: column;
  gap: 8px !important;
  font-family: firago-Regular, sans-serif;
  font-size: 12px;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(108 89 166 / var(--tw-text-opacity, 1));
}

/* # tariff detailed modal */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'firago-Semibold';

  src: url('../fonts/FiraGO-SemiBold.eot');

  src: url('../fonts/FiraGO-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraGO-SemiBold.woff') format('woff'),
        url('../fonts/FiraGO-SemiBold.svg#svgFontName') format('svg');

  font-style: normal;
}

@font-face {
  font-family: 'firago-bold';

  src: url('../fonts/FiraGO-Bold.eot');

  src: url('../fonts/FiraGO-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Bold.woff2') format('woff2'),
        url('../fonts/FiraGO-Bold.woff') format('woff'),
        url('../fonts/FiraGO-Bold.svg#svgFontName') format('svg');

  font-style: normal;
}

@font-face {
  font-family: 'firago-Medium';

  src: url('../fonts/FiraGO-Medium.eot');

  src: url('../fonts/FiraGO-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Medium.woff2') format('woff2'),
        url('../fonts/FiraGO-Medium.woff') format('woff'),
        url('../fonts/FiraGO-Medium.svg#svgFontName') format('svg');

  font-style: normal;
}

@font-face {
  font-family: 'firago-Regular';

  src: url('../fonts/FiraGO-Regular.eot');

  src: url('../fonts/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Regular.woff2') format('woff2'),
        url('../fonts/FiraGO-Regular.woff') format('woff'),
        url('../fonts/FiraGO-Regular.svg#svgFontName') format('svg');

  font-style: normal;
}

.\!mr-\[4px\] {
  margin-right: 4px !important;
}

.\!mt-\[16px\] {
  margin-top: 16px !important;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[6px\] {
  margin-left: 6px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!font-firBold {
  font-family: firago-bold, sans-serif !important;
}

.font-firBold {
  font-family: firago-bold, sans-serif;
}

.text-\[\#472F92\] {
  --tw-text-opacity: 1;
  color: rgb(71 47 146 / var(--tw-text-opacity, 1));
}

.text-\[\#EC008C\] {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

html {
  scroll-behavior: smooth;
  font-family: firago-Regular, sans-serif;
}

.body-no-scroll {
  overflow: hidden;
}

@media (min-width: 816px) {
  .mob\:flex {
    display: flex;
  }

  .mob\:hidden {
    display: none;
  }
}

