@charset "UTF-8";
.main {background:#f0f5f7}
.is-flex {
  display: flex !important;
}

.a-i-c {
  align-items: center;
}

.a-i-bl {
  align-items: baseline;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-e {
  justify-content: end;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap13 {
  gap: 13px;
}

.gap16 {
  gap: 16px;
}

.gap20 {
  gap: 20px;
}

.gap24 {
  gap: 24px;
}

.gap30 {
  gap: 30px;
}

.gap40 {
  gap: 40px;
}

.flex1 {
  flex: 1;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w90 {
  width: 90%;
  max-width: 90%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w40 {
  width: 40%;
  max-width: 40%;
}

.w20 {
  width: 20%;
  max-width: 20%;
}

.white-box {
  background: #fff;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.br10 {
  border-radius: 10px;
}

.br12 {
  border-radius: 12px;
}

.br15 {
  border-radius: 15px;
}

.br16 {
  border-radius: 16px;
}

.br18 {
  border-radius: 18px;
}

.br24 {
  border-radius: 24px;
}

.br100 {
  border-radius: 100px;
}

.border {
  border: 1px solid #e2e8f0 !important;
}

.shadow {
  box-shadow: 0px 3px 12px rgba(11, 20, 38, 0.05);
}

.grey {
  background: #f0f5f7;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: monospace, monospace;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

h1 {
  margin-bottom: 24px;
}

h1,
h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

img,
picture {
  transition: width 0.5s, height 0.5s;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

a,
button {
  cursor: pointer;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
}

a {
  transition: all 0.3s ease-in-out;
}

textarea {
  resize: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  color: #303042;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-height: 100vh;
  position: relative;
}

.main {
  flex-grow: 1;
}

.section {
  margin: 80px 0;
}

.container, .wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #3477b3;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background: #286093;
}
.btn_light {
  background: #e3eaf2;
  color: #3477b3;
  max-width: 684px;
  margin: 24px auto 0;
}
.btn_light:hover {
  background: #bdcbdb;
}

.form__case {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.form__field {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.form label {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 6px;
  color: #404452;
}
.form-input, .form__textarea {
  padding: 10px 14px;
  min-height: 40px;
  color: var(--main-text-color);
  margin: 0;
  font-size: 14px;
  font-family: var(--main-font) !important;
}
.form-input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #687385;
  font-size: 14px;
  font-family: "Inter", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  line-height: 18px;
}
.form-input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #687385;
  font-size: 14px;
  font-family: "Inter", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  line-height: 18px;
}
.form-input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #687385;
  font-size: 14px;
  font-family: "Inter", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  line-height: 18px;
}
.form-input:focus, .form__textarea:focus {
  border: 1px solid #e2e8f0;
}
.form__textarea {
  min-height: 102px;
}
.form__btn {
  background: #e2e8f0;
  margin: 24px 0;
}
.form__text, .form__link {
  color: rgba(48, 48, 66, 0.5) !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0 !important;
}

/* popup с кремап */
.popup-dark {
  position: fixed;
  overflow-y: auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  padding: 16px;
}
.popup-dark.visible {
  visibility: visible;
  opacity: 1;
}
.popup-dark.visible .popup-box {
  display: block;
}

.popup-box {
  width: 100%;
  max-width: 550px;
  margin: auto;
  background: #fff;
  display: none;
}
.popup-box .btn-close {
  cursor: pointer;
  right: 15px;
  width: 18px;
  height: 18px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-top: 0;
  background-image: url(./imgs/close.svg);
  margin-left: auto;
  line-height: 1em;
}
.popup-box p {
  margin: 0;
}

.popup-header {
  position: relative;
  padding: 20px;
  font-size: 18px;
}

.popup-body {
  position: relative;
  padding: 20px;
  overflow-y: auto; /* NEW*/
  height: 70vh; /* NEW*/
  overscroll-behavior: contain; /* NEW*/
}

/* NEW*/
.popup-footer {
  padding: 20px;
}
.popup-footer svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}
.popup-footer .blue-link {
  background: transparent;
  padding: 0;
  margin: 0;
}
.popup-footer .btn:disabled {
  background: #e3eaf2;
  color: #303042;
}

.flex-wrap {
  flex-wrap: wrap;
}

.auth-secton h2 {
  font-size: clamp(26px, 5vw, 34px);
}

.grey-bg {
  background: #f0f5f7;
}

.box-shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.form-box {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.form-box-wrap {
  padding: 20px;
}
.form-box-wrap p {
  margin: 0;
}

.form-title {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 24px);
}

.radio-item {
  position: relative !important;
  cursor: pointer;
  display: inline-block;
  pointer-events: all !important;
  width: 16px;
  height: 16px;
  margin-bottom: 0 !important;
}

.radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 16px;
  height: 16px;
}

.radio-custom {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(9, 21, 46, 0.5);
  display: inline-block;
  position: relative;
  transition: border-color 0.2s ease-in-out;
}

.radio-span {
  font-size: 16px;
}

.radio:checked + .radio-custom {
  background: #fff;
  border: none;
}

.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='8.66667' fill='white' stroke='%233576d8' stroke-width='6.66667'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.radio:checked + .radio-custom::after {
  opacity: 1;
}

.checkbox {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

.checkbox::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(9, 21, 46, 0.5);
  border-radius: 5px;
}

.checkbox:checked::before {
  background: #3477b3;
  border: none;
}

.checkbox:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6797 3.32031C10.9336 3.55469 10.9336 3.96484 10.6797 4.19922L5.67969 9.19922C5.44531 9.45312 5.03516 9.45312 4.80078 9.19922L2.30078 6.69922C2.04688 6.46484 2.04688 6.05469 2.30078 5.82031C2.53516 5.56641 2.94531 5.56641 3.17969 5.82031L5.25 7.87109L9.80078 3.32031C10.0352 3.06641 10.4453 3.06641 10.6797 3.32031Z' fill='%23fff'/%3e%3c/svg%3e ") center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.checkbox-span {
  font-size: 16px;
}

.blue-link {
  color: #3477b3;
  text-decoration: none;
}
.blue-link:hover {
  color: #286093;
}

.password-wrap {
  position: relative;
  width: 100%;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #e3eaf2;
  transition: color 0.3s;
}
.toggle-password:hover {
  color: #3477b3;
  opacity: 0.6;
}

.otp-input {
  width: 48px;
  height: 56px;
  background: #f4f7f9;
  color: #303042;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  transition: border-color 0.2s, box-shadow 0.2s;
  caret-color: #3477b3;
}
.otp-input:focus {
  border-color: #e3eaf2;
  box-shadow: 0 0 0 3px rgba(227, 234, 242, 0.3);
}
.otp-input.is-filled {
  border-color: #2dcb93 !important;
  box-shadow: 0 0 0 3px rgba(227, 234, 242, 0.3);
}
.otp-input.is-error {
  border-color: #eb3440 !important;
  color: #eb3440;
  box-shadow: 0 0 0 3px rgba(227, 234, 242, 0.3);
}

.error {
  color: #eb3440;
}

.success .form-title {
  color: #2dcb93;
}
.section.tariff-secton {margin-top:0}
.container {
  max-width: 1100px; {

}
.tariff-secton p,
.tariff-secton h1,
.tariff-secton h2,
.tariff-secton h3 {
  margin: 0;
  color: #303042;
}
.tariff-secton h2 {
  font-size: clamp(24px, 5vw, 30px);
}
.tariff-secton .nice-select {
  color: #303042;
  font-size: 14px;
  border: 1px solid #dfdfdf;
}
.tariff-secton .nice-select:after {
  border-color: #303042;
}

.over-x {
  overflow-x: scroll;
}

.tablist {
  background: #fff;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.tablist_grey {
  background: #eef2f7;
}

.tab-t {
  background: transparent;
  color: #303042;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.tab-t.active {
  color: #fff;
  background: #46546c;
}
.tab-t.active:hover {
  color: #fff;
}
.tab-t:hover {
  color: #46546c;
}

.tariff-wrap .title-wrap {
  padding-bottom: 20px;
}

.tariff-item_req {
  border-left: 3px solid #46546c;
  padding: 20px;
}
.tariff-item_prem {
  border-left: 3px solid #b9af61;
}
.tariff-item .price-wrap {
  text-align: end;
}
.tariff-item .price-wrap p {
  white-space: nowrap;
}
.tariff-item-wrap {
  padding: 20px;
}

.packages-item {
  padding: 20px;
  width: calc(50% - 8px);
}
.packages-item h3 {
  font-size: clamp(16px, 5vw, 20px);
}
.packages-item .btn {
  background: #46546c;
  border: 1px solid #46546c;
  padding: 14px;
}
.packages-item .btn:hover {
  background: #fff;
  color: #46546c;
}
.packages-item ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #46546c;
}

.small-text {
  color: #868c98 !important;
  font-size: 14px;
}
.small-text_dk {
  color: #303042 !important;
}
.small-text_lth {
  text-decoration: line-through;
}

.large-text {
  font-size: clamp(20px, 3vw, 24px);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.large-text_low {
  text-transform: none;
}

.text-bg {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  text-align: center;
}
.text-bg_green {
 color: #499177;
 background: #e0fbf2;
}
.text-bg_blue {
  color: #3477b3;
  background: #e3eaf2;
}

@media screen and (max-width: 768px) {
  .page {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  .otp-input {
    width: 42px;
    height: 50px;
    font-size: 20px;
  }
  .otp-inputs {
    gap: 6px;
  }
  .packages-item .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 710px) {
  .packages-item {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .tablist {
    padding: 4px;
  }
  .tab-t {
    padding: 8px 10px;
  }
  .form-box-wrap_links {
    flex-direction: column;
    align-items: center;
  }
  .tariff-item {
    gap: 16px;
  }
  .tariff-item .w70, .tariff-item .select-wrap {
    width: 100%;
    max-width: 100%;
  }
  .tariff-item .price-wrap {
    text-align: start;
  }
  .tariff-item_prem {
    gap: 0;
  }
  .packages-item, .tariff-item_req, .tariff-item-wrap {
    padding: 16px;
  }
}
@media screen and (max-width: 390px) {
  .popup-footer {
    gap: 24px;
  }
  .popup-footer a,
  .popup-footer button {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .otp-input {
    width: 35px;
    height: 42px;
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */