@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Sora;
  font-display: swap;
  src: url(../fonts/Sora-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: iconfont;
  font-display: swap;
  src: url(../fonts/iconfont.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
.select__value:after,
[class*=_icon-]::before {
  font-family: iconfont;
  line-height: 1
}
[class*=_icon-show-password]::before {
  content: ""
}
[class*=_icon-search]::before {
  content: ""
}
[class*=_icon-plus]::before {
  content: ""
}
[class*=_icon-next]::before {
  content: ""
}
[class*=_icon-minus]::before {
  content: ""
}
[class*=_icon-hide-password]::before {
  content: ""
}
[class*=_icon-delete]::before {
  content: ""
}
[class*=_icon-close]::before {
  content: ""
}
[class*=_icon-check]::before {
  content: ""
}
[class*=_icon-cart]::before {
  content: ""
}
[class*=_icon-balance]::before {
  content: ""
}
[class*=_icon-arrow-right]::before {
  content: ""
}
[class*=_icon-angle-down]::before {
  content: ""
}
:root {
  --font-family: "Manrope",sans-serif;
  --third-family: "Sora",sans-serif;
  --color-primary: #3b82f6;
  --color-primary-07: rgba(59, 131, 246, 0.7);
  --bg-primary: #fff;
  --bg-secondary: #f2f6fe;
  --button-bg: #3b82f6;
  --button-bg-hover: #2563eb;
  --checkbox-bg: #3b82f6;
  --input-focus: #3b82f6;
  --error: #f87171;
  --success: #34d399
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 375px
}
body {
  color: #0f172a;
  line-height: 1;
  font-family: Manrope;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Manrope;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background-color: var(--bg-primary)
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 76.375rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,74.5rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 137.5%;
  color: #0e1416
}
.title-second {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2rem;
  line-height: 116.7%;
  color: #0f172a
}
.title-third {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 117%;
  color: #0f172a
}
.title-third_small {
  font-size: 1.125rem
}
.spoller-item__body,
.text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
.item-catalog {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  background-color: #f2f6fe
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  text-decoration: none;
}
.item-catalog__image {
  flex-shrink: 0;
  width: 4rem;
  aspect-ratio: 1;
  transition: opacity .2s ease
}
.item-catalog__body {
  flex: 1;
  display: flex;
  flex-direction: column
}
.item-catalog__name {
  flex: 1;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #0f172a;
  transition: opacity .2s ease
}
.item-catalog__coverage {
  margin-top: .375rem;
  margin-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.35;
  color: #64748b;
}
.item-catalog__content {
  display: flex;
  align-items: center;
  gap: 1rem
}
.item-catalog__price {
  flex: 1;
  font-size: 1.125rem;
  color: #64748b
}
.item-catalog__button {
  flex-shrink: 0
}
.item-plan {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 1.25rem;
  background-color: #f2f6fe
}
.item-plan__top {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 135%;
  color: #0f172a;
  transition: opacity .2s ease
}
.item-plan__country {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem !important;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.item-plan__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem
}
.item-plan__details {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: #64748b
}
.item-plan__coverage {
  margin-top: -.75rem;
  font-size: .875rem;
  line-height: 1.35;
  color: #64748b;
}
.item-plan__details strong {
  font-weight: 600;
  font-size: 2rem;
  line-height: 137.5%;
  color: #0f172a
}
.item-cart {
  background-color: var(--bg-secondary);
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem
}
.item-cart__image {
  flex-shrink: 0;
  width: 6.125rem;
  aspect-ratio: 1
}
.item-cart__image img {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.item-cart__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1.5rem
}
.woocommerce-privacy-policy-text {
  margin-top: 15px !important;
}
.cart-bold-text {
  font-weight: bold;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none !important;
}
.item-cart__body {
  flex: 1
}
.item-cart__title {
  flex: 1;
  transition: opacity .2s ease
}
.item-cart__title:not(:last-child) {
  margin-bottom: .75rem
}
.item-cart__list {
  font-weight: 400;
  font-size: 1rem;
  line-height: 137.5%;
  color: #64748b;
  display: grid;
  gap: .75rem
}
.item-cart__list span:last-child {
  color: #0f172a
}
.item-cart__list span:first-child {
  margin-right: .75rem
}
.item-cart__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem
}
.item-cart__price {
  font-size: 1.25rem;
  line-height: 140%
}
.item-cart__delete {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  color: var(--error);
  transition: color .2s ease,-webkit-transform .2s ease;
  transition: color .2s ease,transform .2s ease;
  transition: color .2s ease,transform .2s ease,-webkit-transform .2s ease
}
.balance-status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem
}
.balance-status__status {
  background-color: rgba(63,185,122,.12);
  border-radius: 6.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  line-height: 128.6%;
  color: #3fb97a;
  min-height: 2.5rem
}
.balance-status_error .balance-status__status {
  background-color: rgba(224,90,90,.12);
  color: #e05a5a
}
.order-table table {
  width: 100%;
  border-collapse: collapse
}
.order-table td,
.order-table th {
  padding: 1rem 1rem;
  border: .0625rem solid #64748b
}
.order-table th {
  text-align: start
}
.order-table td {
  text-align: end
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  border-radius: 1rem;
  padding: .3125rem 2.75rem;
  min-height: 3.25rem;
  background-color: var(--button-bg);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  transition: background-color .3s ease,color .3s ease,outline-color .1s ease
}
.button::before {
  font-size: 1.5rem;
  order: 1
}
.button_line {
  background-color: rgba(0,0,0,0);
  border: .0625rem solid var(--button-bg);
  color: var(--button-bg)
}
.button_icon {
  border-radius: .75rem;
  padding: .375rem;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 0
}
.button_fw {
  width: 100%
}
.button._icon-file::before {
  font-size: 1.25rem
}
.button:disabled {
  background-color: #93c5fd;
  cursor: not-allowed
}
.texted-button {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  color: var(--color-primary)
}
.texted-button:hover {
  text-decoration: underline
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
.input {
  border-radius: 1rem;
  width: 100%;
  display: block;
  padding: 0 1.25rem;
  border: .0625rem solid #e2e8f0;
  background-color: #f8fafc;
  caret-color: inherit;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #0f172a;
  height: 3.25rem
}
.input:focus {
  outline: 0;
  border-color: var(--input-focus)
}
.input::-webkit-input-placeholder {
  color: #64748b
}
.input:-ms-input-placeholder {
  color: #64748b
}
.input::-ms-input-placeholder {
  color: #64748b
}
.input::placeholder {
  color: #64748b
}
._error .input {
  border-color: var(--error)
}
.account__settings-form .field._focus .input {
  border-color: #3b82f6
}
.account__settings-form .field._filled .input {
  border-color: #cbd5e1
}
.account__settings-form .field._error .input {
  border-color: #f87171
}
.account__settings-form .field._error .field__error {
  color: #f87171;
  font-size: 1rem;
  line-height: 150%
}
.account__settings-form select.input,
.account__settings-form .select__title {
  border-radius: 1rem;
  width: 100%;
  display: block;
  padding: 0 1.25rem;
  border: .0625rem solid #e2e8f0;
  background-color: #f8fafc !important;
  caret-color: inherit;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #0f172a;
  height: 3.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.input_big {
  height: 3.75rem
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
textarea.input {
  resize: none;
  padding: 1rem 1.25rem;
  min-height: 11.875rem
}
textarea.input[maxlength] {
  padding-bottom: 2.75rem
}
.checkbox {
  position: relative
}
.checkbox:not(:last-child) {
  margin-bottom: em(5)
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox__input:focus-visible+.checkbox__label:before {
  box-shadow: 0 0 5px #f5f5f5
}
.checkbox__input:checked+.checkbox__label:before {
  background-color: var(--checkbox-bg);
  color: #f5f5f5
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  gap: .5rem
}
.checkbox__label:before {
  align-self: flex-start;
  flex: 0 0 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border: .09375rem solid var(--checkbox-bg);
  background-color: #f5f5f5;
  border-radius: .375rem;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent
}
.checkbox__text {
  align-self: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #0f172a;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
._error .checkbox__text {
  color: var(--error)
}
.checkbox__text a {
  font-weight: 600;
  color: var(--color-primary);
  display: inline
}
.checkbox__text a:hover {
  text-decoration: underline
}
.woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-page .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  cursor: pointer;
  color: #0f172a;
  line-height: 1.5
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  display: inline-block !important;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  border: .09375rem solid #cbd5e1;
  border-radius: .375rem;
  background-color: #fff;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  position: relative
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:hover,
.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:hover {
  border-color: #94a3b8
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus-visible,
.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus-visible {
  outline: none;
  border-color: var(--checkbox-bg);
  box-shadow: 0 0 0 .1875rem rgba(59,130,246,.2)
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked,
.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked {
  border-color: var(--checkbox-bg);
  background-color: var(--checkbox-bg)
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after,
.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after {
  content: "";
  position: absolute;
  left: .375rem;
  top: .125rem;
  width: .3125rem;
  height: .625rem;
  border-right: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
  transform: rotate(45deg)
}
.woocommerce .woocommerce-form__label-for-checkbox span,
.woocommerce-page .woocommerce-form__label-for-checkbox span {
  color: #0f172a;
  font-weight: 400
}
.woocommerce .woocommerce-form__label-for-checkbox a,
.woocommerce-page .woocommerce-form__label-for-checkbox a {
  color: var(--color-primary) !important;
  text-decoration: underline
}
.woocommerce .woocommerce-form__label-for-checkbox .required,
.woocommerce-page .woocommerce-form__label-for-checkbox .required {
  color: var(--error)
}
.plans-options {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
  gap: 1rem
}
.plans-options__item {
  position: relative;
  cursor: pointer
}
.plans-options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute
}
.plans-options__input:focus-visible+.plans-options__label {
  border-color: #3b82f6
}
.plans-options__input:checked+.plans-options__label {
  border-color: #3b82f6
}
.plans-options__input:checked+.plans-options__label .plans-options__circle:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.plans-options__input:disabled+.plans-options__label {
  cursor: not-allowed;
  opacity: .6
}
.plans-options__label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: .0625rem solid transparent;
  border-radius: 1rem;
  padding: 1.25rem;
  background-color: #f2f6fe;
  transition: border-color .2s ease
}
.plans-options__label>* {
  margin-bottom: 1rem
}
.plans-options__label>:last-child {
  margin-bottom: 0
}
.plans-options__circle {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: .125rem solid #e2e8f0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
.plans-options__circle:after {
  content: "";
  transition: all .2s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background-color: #3b82f6
}
.plans-options__group {
  margin-bottom: 2rem;
  display: grid;
  gap: .25rem
}
.plans-options__title {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -.04em;
  color: #0f172a
}
.plans-options__text {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -.04em;
  color: #64748b
}
.amount-options {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem
}
.amount-options__item {
  flex: 0 1 3.5625rem;
  position: relative;
  cursor: pointer
}
.amount-options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute
}
.amount-options__input:focus-visible+.amount-options__label {
  outline: .0625rem solid var(--button-bg);
  outline-offset: .25rem
}
.amount-options__input:checked+.amount-options__label {
  background-color: rgba(59,130,246,.08);
  color: #3b82f6
}
.amount-options__label {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: .3125rem 1.25rem;
  min-height: 2.75rem;
  border-radius: .75rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 125%;
  color: #64748b;
  transition: background-color .3s ease,color .3s ease
}
.select {
  min-width: 0;
  position: relative
}
.select__body {
  position: relative
}
.select__title {
  color: inherit;
  text-align: left;
  border: .0625rem solid #e2e8f0;
  background-color: #f8fafc;
  border-radius: 1rem;
  cursor: pointer;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
._select-focus .select__title {
  border-color: var(--input-focus);
  outline: 0
}
._select-active .select__title {
  color: #0f172a
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 3.25rem;
  padding: 0 1.25rem;
  gap: .625rem
}
.select__value>* {
  flex: 1 1 auto
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 1.5rem;
  font-size: 1.5rem;
  color: #64748b;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #0f172a
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}
.select_big .select__value {
  height: 3.625rem
}
.select__content {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%
}
.select__options {
  position: absolute;
  top: calc(100% + .5rem);
  width: 100%;
  right: 0;
  border: .0625rem solid #e2e8f0;
  background-color: #f8fafc;
  box-shadow: 0 2px 8px 0 rgba(59,130,246,.08);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.1875rem
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 14rem;
  padding-right: .9375rem
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: .25rem;
  color: inherit;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #64748b
}
.select__option:not(:last-child) {
  margin-bottom: 1rem
}
.select__option._select-selected {
  color: #fff
}
.select__option:focus {
  color: var(--color-primary);
  outline: 0
}
.select__row {
  display: inline-flex;
  align-items: center
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% + .5rem)
}
._select-tag {
  cursor: pointer
}
.field {
  display: block
}
.field__error,
.field__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  display: block
}
.field__title {
  color: #64748b;
  margin-bottom: .375rem
}
.field__title span {
  color: var(--error)
}
.field__error {
  color: var(--error);
  margin-top: .375rem
}
.field__wrapper {
  position: relative
}
.field__wrapper input {
  padding-right: 3.375rem
}
.field__viewpass {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0f172a
}
.field__viewpass._viewpass-active::before {
  content: ""
}
.field__viewpass:focus {
  outline: .0625rem solid #0f172a;
  outline-offset: .375rem;
  border-radius: .375rem
}
.field__characters {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  z-index: 1;
  font-weight: 700;
  font-size: .875rem;
  line-height: 143%;
  color: #8f8f8f
}
.field__characters::before {
  content: attr(data-characters) " "
}
.form-auth {
  display: flex;
  flex-direction: column;
  gap: 2rem
}
.form-auth__fields {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.form-auth__texted-button {
  align-self: flex-start
}
.form-auth__asset-link {
  align-self: flex-end;
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
.form-auth__asset-link a,
.form-auth__asset-link button {
  position: relative;
  color: var(--color-primary);
  font-weight: 600
}
.form-auth__asset-link a:hover,
.form-auth__asset-link button:hover {
  text-decoration: underline
}
.woocommerce-form.woocommerce-form-login a,
.woocommerce-form.woocommerce-form-register a {
  color: #3B82F6 !important;
  text-decoration: underline
}
.form-checkout__group {
  background-color: var(--bg-secondary);
  border-radius: 1.5rem;
  padding: 1.5rem 1rem
}
.form-checkout__group:not(:last-child) {
  margin-bottom: 2rem
}
.form-checkout__group>:first-child {
  margin-top: 0;
  text-align: center;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent !important;
}
.form-checkout__group>* {
  margin-top: 2rem
}
.form-checkout__title {
  font-size: 1.5rem;
  line-height: 116.7%
}
.form-checkout__fields {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.form-checkout__fields[hidden] {
  display: none
}
.form-checkout__line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem
}
.form-checkout__field {
  flex: 1 0 calc((100% - 2rem)/ 2);
  min-width: 14.0625rem
}
.form-checkout__balance {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: 1.25rem;
  line-height: 140%
}
.form-checkout__balance::before {
  font-size: 1.5rem;
  line-height: 1
}
.form-checkout__same-data {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  margin-top: 1.5rem;
}
.form-checkout__same-data .input-checkbox {
  margin: 0;
}
.form-checkout__same-data span {
  color: #0f172a;
}
.form-settings {
  background-color: var(--bg-secondary);
  border-radius: 1.5rem;
  border: .0625rem solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem
}
.form-settings__fields {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem
}
.form-settings__line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem
}
.form-settings__field {
  flex: 1 0 calc((100% - 2rem)/ 2);
  min-width: 14.0625rem
}
.form-settings__button {
  align-self: flex-end
}
.form-balance {
  display: flex;
  flex-direction: column
}
.form-balance>* {
  margin-bottom: 1.5rem
}
.form-balance__fields {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.form-balance__tip {
  font-size: 1rem;
  line-height: 150%;
  color: #64748b;
  margin-top: -.5rem
}
.form-balance>:last-child {
  margin-bottom: 0
}
.form-review {
  display: flex;
  flex-direction: column
}
.form-review__fields {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.form-review__button {
  align-self: flex-end
}
.form-review__step {
  display: none
}
.form-review__step._active {
  display: block
}
.form-review__step>* {
  margin-bottom: 2rem
}
.form-review__step>:last-child {
  margin-bottom: 0
}
.form-review__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}
.form-review__button:last-child {
  margin-left: auto
}
.form-review__item-review {
  max-width: 26rem
}
.form-search {
  position: relative
}
.form-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  color: #9ca3af;
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.form-search__input {
  padding-left: 4rem
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem
}
.pagging__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #0f172a;
  font-size: 1.5rem;
  transition: background-color .3s ease,color .3s ease
}
.pagging__arrow_prev::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.pagging__arrow_next::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.pagging__arrow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #64748b
}
.pagging__list {
  display: flex;
  gap: .5rem
}
.pagging__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3125rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1rem;
  color: #0f172a;
  transition: background-color .2s ease,color .2s ease
}
.pagging__item._active {
  background-color: var(--color-primary);
  color: #fff
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #fff;
  padding: 2.5rem;
  width: 100%;
  max-width: 40rem;
  border-radius: 1.5rem
}
.lock .popup__content {
  visibility: visible
}
.popup_auth .popup__content {
  max-width: 40rem
}
.popup_auth-error .popup__content,
.popup_auth-successful .popup__content {
  max-width: 40.9375rem
}
.popup_status .popup__content {
  width: auto;
  max-width: 58.4375rem
}
.popup_review .popup__content {
  max-width: 58.4375rem
}
.header-popup {
  display: flex;
  flex-direction: column
}
.header-popup>* {
  margin-bottom: 1.25rem
}
.header-popup>:last-child {
  margin-bottom: 0
}
.popup_auth-error .header-popup,
.popup_auth-successful .header-popup,
.popup_status .header-popup,
.popup_status-error .header-popup {
  align-items: center;
  text-align: center
}
.popup_auth-error .header-popup .header-popup__top::before,
.popup_auth-successful .header-popup .header-popup__top::before,
.popup_status .header-popup .header-popup__top::before,
.popup_status-error .header-popup .header-popup__top::before {
  content: "";
  width: 1.5rem;
  flex-shrink: 0
}
.header-popup__top {
  width: 100%;
  display: flex;
  gap: 1.25rem
}
.header-popup__title {
  font-size: 2rem;
  line-height: 137.5%;
  flex: 1
}
.popup_auth-error .header-popup__title,
.popup_status-error .header-popup__title {
  color: var(--error)
}
.popup_auth-successful .header-popup__title,
.popup_status-successful .header-popup__title {
  color: var(--success)
}
.popup_review .header-popup__title {
  max-width: 35.625rem
}
.header-popup__close {
  align-self: flex-start;
  margin-left: auto;
  width: 1.5rem;
  color: #0f172a;
  font-size: 2rem;
  line-height: 137.5%;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.header-popup__close::before {
  font-size: 1.5rem;
  line-height: 1
}
.header-popup__text {
  margin-bottom: 2rem
}
.popup_status .header-popup__text {
  max-width: 43.4375rem
}
.popup_review .header-popup__text {
  max-width: 40.625rem
}
.header-popup__buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem
}
.header-popup__button:last-child {
  margin-left: auto
}
.popup__content>* {
  margin-bottom: 2rem
}
.popup__content>:last-child {
  margin-bottom: 0
}
.popup__close {
  position: absolute;
  top: .875rem;
  right: .875rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  font-size: 1.25rem
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: .625rem .9375rem;
  border-radius: .3125rem;
  position: relative
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title::after {
  content: "";
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.spollers__body {
  padding: 1.25rem;
  border-radius: .3125rem;
  border: 1px solid #eee
}
.spoller-item__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1rem;
  line-height: 187.5%;
  color: #f5f5f5
}
._spoller-init .spoller-item__title {
  cursor: pointer;
  transition: color .2s ease
}
._spoller-init .spoller-item__title::before {
  flex-shrink: 0;
  order: 1;
  font-size: 1.75rem;
  line-height: 1
}
._spoller-init .spoller-item__title._spoller-active::before {
  content: ""
}
.spoller-item__body {
  line-height: 162.5%;
  padding-top: .75rem
}
:root {
  --load: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 50 50%27 xml:space=%27preserve%27%3E%3Cpath fill=%27%23000%27 d=%27M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z%27%3E%3C/path%3E%3C/svg%3E")
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(158,157,157,.2)
}
.preloader::before {
  content: "";
  background-image: var(--load);
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position: center;
  display: block;
  width: 5rem;
  height: 5rem;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite
}
@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg_top {
  -o-object-position: top;
  object-position: top
}
.ibg_bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg_left {
  -o-object-position: left;
  object-position: left
}
.ibg_right {
  -o-object-position: right;
  object-position: right
}
.ibg_contain {
  -o-object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
  height: 64px !important;
  width: 64px;
  object-fit: cover;
}
.select__scroll {
  -webkit-overflow-scrolling: touch
}
.select__scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: .375rem
}
.select__scroll::-webkit-scrollbar-track {
  border-radius: .375rem;
  background: #fefeff
}
.select__scroll::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: .375rem
}
.select__scroll::-webkit-scrollbar-thumb:hover {
  background: #000
}
.plans__container {
  display: flex;
  flex-direction: column
}
.plans__container>* {
  margin-bottom: 2rem
}
.plans__container>:last-child {
  margin-bottom: 0
}
.plans__header {
  margin-bottom: 3rem;
  text-align: center
}
.plans__items {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(18.75rem,1fr));
  gap: 1.5rem
}
.plans__button {
  align-self: center
}
.catalog__container>* {
  margin-bottom: 2rem
}
.catalog__container>:last-child {
  margin-bottom: 0
}
.catalog__header {
  margin-bottom: 2.5rem
}
.catalog__header>* {
  margin-bottom: 2rem
}
.catalog__header>:last-child {
  margin-bottom: 0
}
.catalog__title {
  text-align: center
}
.catalog__search-query {
  text-align: center
}
.catalog__filters {
  display: flex;
  gap: 1rem 2rem
}
.catalog__form {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.categories-filter {
  position: relative;
  flex: 0 0 232px;
}
.categories-filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  cursor: pointer;
}
.categories-filter__icon {
  transition: transform .2s ease;
}
.categories-filter._open .categories-filter__icon {
  transform: rotate(180deg);
}
.categories-filter__menu {
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  width: 100%;
  border: .0625rem solid #e2e8f0;
  background-color: #f8fafc;
  box-shadow: 0 2px 8px 0 rgba(59,130,246,.08);
  border-radius: 1rem;
  padding: .5rem;
  z-index: 20;
}
.categories-filter__option {
  display: block;
  border-radius: .75rem;
  padding: .625rem .75rem;
  color: #64748b;
  transition: background-color .2s ease,color .2s ease;
}
.categories-filter__option:hover {
  background-color: rgba(59,130,246,.08);
  color: #3b82f6;
}
.categories-filter__option._active {
  background-color: rgba(59,130,246,.08);
  color: #3b82f6;
  font-weight: 600;
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(17.1875rem,1fr));
  gap: 1.5rem
}
.catalog-global {
  display: grid;
  gap: 2rem;
}
.catalog-global__section {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: .0625rem solid #e2e8f0;
}
.catalog-global__section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.catalog-global__region {
  display: flex;
  align-items: flex-start;
}
.catalog-global__region-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.05;
  color: #373f43;
}
.catalog-global__items {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(17.1875rem,1fr));
  gap: 1.5rem;
}
.product__container {
  display: grid;
  gap: 2rem
}
.product__header {
  display: flex;
  gap: 2rem
}
.product__header-content {
  flex: 1;
  display: grid;
  gap: 1.25rem
}
.product__title {
  display: flex;
  align-items: center;
  gap: 1.25rem
}
.product__title-image {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem !important;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.product__group {
  display: grid;
  gap: .75rem
}
.product__group-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 135%;
  color: #0f172a
}
.product__text {
  max-width: 43.125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137.5%;
  color: #64748b
}
.product__text_coverage {
  max-width: 100%;
}
.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.coverage-chips_extra {
  margin-top: .5rem;
}
.coverage-chips_extra[hidden] {
  display: none !important;
}
.coverage-chips_extra:not([hidden]) {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.coverage-chip {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  border: .0625rem solid #e2e8f0;
  border-radius: .625rem;
  background-color: #f8fafc;
  padding: .3125rem .5rem;
  color: #0f172a;
  line-height: 1.25;
}
.coverage-chip__flag {
  font-size: .875rem;
  line-height: 1;
}
.coverage-chip__name {
  font-size: .875rem;
}
.coverage-more {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: .125rem;
  color: #3b82f6;
}
.coverage-more:hover {
  color: #64748b;
}
.product__text>* {
  margin-bottom: .75rem
}
.product__text>:last-child {
  margin-bottom: 0
}
.product__header-image {
  border-radius: 1.5rem;
  padding: 1.25rem;
  text-align: center;
  background: linear-gradient(327deg,#e0f2fe 0,rgba(238,238,255,.18) 50%,#f8fafc 100%)
}

.product__header-image img {
  max-width: 16.875rem;
  height: 100% !important;
  width: 100%;
}

.product__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem
}
.product__price {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 135%;
  color: #64748b
}
.product__price-number {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 135.7%;
  color: #0f172a
}
.product__button::before {
  order: -1
}
.order-summary {
  background-color: var(--bg-secondary);
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column
}
.order-summary>* {
  margin-bottom: 1.25rem
}
.order-summary>:last-child {
  margin-bottom: 0
}
.order-summary__title {
  text-align: center;
  margin-bottom: 1.5rem
}
.order-summary__list {
  display: grid;
  gap: 1.25rem
}
.order-summary__line,
.order-summary__total {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.25rem
}
.order-summary__line span:last-child,
.order-summary__total span:last-child {
  color: #0f172a;
  justify-self: end
}
.order-summary__line {
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
.order-summary__total {
  border-top: .0625rem solid #e2e8f0;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: .75rem
}
.order-summary__tip {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #64748b;
  text-align: right
}
.checkout .woocommerce-checkout-payment {
  margin-top: 1rem
}
.checkout .woocommerce-checkout-payment .wc_payment_methods {
  display: grid;
  gap: .75rem;
  margin: 0 0 1rem;
  padding: 0 !important;
}
.checkout .woocommerce-checkout-payment .wc_payment_method {
  list-style: none;
  padding: 0;
}
.checkout .woocommerce-checkout-payment .wc_payment_method>label {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer
}
.checkout .woocommerce-checkout-payment .wc_payment_method input[type=radio] {
  accent-color: var(--color-primary)
}
.checkout .woocommerce-checkout-payment .payment_box {
  margin-top: .625rem;
  color: #64748b;
  font-size: .9375rem;
  line-height: 1.5;
  background: transparent !important;
}
.checkout .woocommerce-checkout-payment .payment_box p {
  margin: 0
}
.checkout .woocommerce-checkout-payment .form-row.place-order {
  margin: 0;
  padding: 0 !important;
  display: grid;
  gap: 1rem
}
button#place_order {
  border-width: 0 !important;
  color: #fff !important;
  padding: .875rem 1.5rem !important;
  border-radius: 1rem !important;
  font-size: 1.125rem !important;
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
  width: 100% !important
}

.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin: 0
}
.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row {
  margin: 0
}
.cart__title:not(:last-child) {
  margin-bottom: 2.5rem
}
.cart__body {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem
}
.cart__items {
  flex: 1;
  display: grid;
  gap: 1.5rem
}
.checkout__body {
  display: flex;
  align-items: flex-start;
  gap: 2rem
}
.checkout__form {
  flex: 1
}
.auth__container {
  padding-top: 2rem;
  padding-bottom: 2rem
}

/* Woo notices in custom theme style */
.auth .woocommerce-notices-wrapper,
.account .woocommerce-notices-wrapper,
.checkout .woocommerce-notices-wrapper {
  display: grid;
  gap: .75rem;
  margin-bottom: 1rem
}
.auth .woocommerce-error,
.auth .woocommerce-message,
.auth .woocommerce-info,
.account .woocommerce-error,
.account .woocommerce-message,
.account .woocommerce-info,
.checkout .woocommerce-error,
.checkout .woocommerce-message,
.checkout .woocommerce-info {
  margin: 0 !important;
  border: .0625rem solid #dbe7ff !important;
  border-radius: .875rem !important;
  background: #f2f6fe !important;
  color: #1e293b !important;
  padding: .875rem 1rem !important;
  font-family: var(--font-family) !important;
  font-size: .9375rem !important;
  line-height: 140% !important;
  box-shadow: none !important
}
.auth .woocommerce-message,
.account .woocommerce-message,
.checkout .woocommerce-message {
  border-color: rgba(52, 211, 153, .45) !important;
  background: rgba(52, 211, 153, .12) !important;
  color: #065f46 !important;
  padding-left: 50px !important;
}
.auth .woocommerce-error,
.account .woocommerce-error,
.checkout .woocommerce-error {
  border-color: rgba(248, 113, 113, .5) !important;
  background: rgba(248, 113, 113, .12) !important;
  color: #991b1b !important
}
.auth .woocommerce-info,
.account .woocommerce-info,
.checkout .woocommerce-info {
  border-color: rgba(59, 130, 246, .45) !important;
  background: rgba(59, 130, 246, .1) !important;
  color: #1e40af !important
}
.auth .woocommerce-error li,
.auth .woocommerce-message li,
.auth .woocommerce-info li,
.account .woocommerce-error li,
.account .woocommerce-message li,
.account .woocommerce-info li,
.checkout .woocommerce-error li,
.checkout .woocommerce-message li,
.checkout .woocommerce-info li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important
}
.auth .woocommerce-error a,
.auth .woocommerce-message a,
.auth .woocommerce-info a,
.account .woocommerce-error a,
.account .woocommerce-message a,
.account .woocommerce-info a,
.checkout .woocommerce-error a,
.checkout .woocommerce-message a,
.checkout .woocommerce-info a {
  color: #3b82f6 !important;
  text-decoration: underline !important
}
@media (max-width:61.99875em) {
  .auth .checkout__body {
    flex-direction: column
  }
}
.account-menu__list {
  display: grid;
  gap: .75rem 1rem
}
.account-menu__groop {
  display: flex;
  gap: .75rem
}
.account-menu__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none !important;
  color: #64748b;
  border-radius: .75rem;
  padding: .375rem 1.375rem .375rem 1.25rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  gap: .625rem;
  transition: color .2s ease,background-color .2s ease
}
.account-menu__link._active {
  background-color: rgba(59,130,246,.08);
  color: var(--color-primary)
}
.account-menu__link::before {
  content: "";
  mask-image: var(--icon-url);
  -webkit-mask-image: var(--icon-url);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 1.5rem;
  height: 1.5rem
}
.account-menu__link_logout {
  color: var(--error)
}
.account__title {
  text-align: center
}
.account__title:not(:last-child) {
  margin-bottom: 2rem
}
.account__body {
  display: flex;
  flex-direction: column;
  gap: 2rem
}
.account__wrapper {
  flex: 1
}
.account__wrapper>* {
  margin-bottom: 2rem
}
.account__wrapper>:last-child {
  margin-bottom: 0
}
.account__balance {
  display: grid;
  gap: 2rem
}
.balance-account {
  background-color: var(--bg-secondary);
  border-radius: 1.5rem;
  padding: 1.5rem 1rem
}
.balance-account__top {
  display: grid;
  gap: 1rem
}
.balance-account__top:not(:last-child) {
  margin-bottom: 2rem
}
.balance-account__title-balance {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: .5rem
}
.balance-account__title-balance::before {
  font-size: 1.5rem
}
.balance-account__tip {
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
.balance-account__form .form-balance__button {
  align-self: flex-end
}
.purchased-items {
  display: grid;
  gap: 1rem
}
.purchased-items__item {
  background-color: #f2f6fe;
  border-radius: 1.5rem
}
.purchased-items__title {
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #0f172a;
  transition: opacity .2s ease
}
._spoller-init .purchased-items__title {
  cursor: pointer
}
._spoller-init .purchased-items__title::before {
  order: 1;
  align-self: flex-start;
  width: 1.5rem;
  font-size: 1.5rem;
  line-height: 116.7%;
  flex-shrink: 0;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .purchased-items__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.purchased-items__body {
  padding: 0 1rem 1.5rem;
  font-size: 1rem;
  line-height: 150%;
  color: #64748b
}
.purchased-items__body>* {
  margin-bottom: 1rem
}
.purchased-items__body>:last-child {
  margin-bottom: 0
}
.section-error {
  display: flex;
  flex-direction: column
}
.section-error__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.section-error__container>* {
  margin-bottom: 1.25rem
}
.section-error__container>:last-child {
  margin-bottom: 0
}
.section-error__title {
  color: var(--error);
  text-wrap: balance
}
.section-error__text {
  max-width: 35.9375rem;
  margin-bottom: 1.5rem
}
.section-error__button {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.legal__title:not(:last-child) {
  margin-bottom: 2.5rem
}
.legal__body {
  font-size: 1rem;
  line-height: 143%;
  color: #64748b
}
.legal__body>* {
  margin-bottom: 1rem
}
.legal__body h1,
.legal__body h2,
.legal__body h3,
.legal__body h4,
.legal__body h5,
.legal__body h6 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 117%;
  color: #0f172a;
  margin-top: 2.25rem
}
.legal__body a {
  color: var(--color-primary);
  display: inline;
  text-decoration: underline
}
.legal__body a:hover {
  text-decoration: none
}
.legal__body>:last-child {
  margin-bottom: 0
}
.page_error {
  display: flex;
  flex-direction: column
}
.page__section-error {
  flex: 1
}
@media (min-width:47.99875em) {
  .form-checkout__group {
    padding: 1.5rem 1rem
  }
  .form-settings {
    padding: 1.5rem 1rem
  }
  .catalog__filters .select {
    flex: 0 0 232px
  }
  .product__header-image {
    flex: 0 0 32.466442953%
  }
  .cart__order-summary {
    flex: 0 0 29.5302013423%;
    min-width: 18.75rem;
    position: sticky;
    top: 9.375rem
  }
  .checkout__order-summary {
    flex: 0 0 37.7516778523%;
    min-width: 18.75rem;
    position: sticky;
    top: 9.375rem
  }
  .account-menu__list {
    grid-template-columns: 1fr auto 1fr
  }
  .account-menu__list::before {
    content: ""
  }
  .account-menu__list>:last-child {
    justify-self: end
  }
  .account__aside {
    flex: 0 0 23.502994012%;
    min-width: 18.75rem;
    position: sticky;
    top: 9.375rem
  }
  .balance-account {
    padding: 2rem
  }
  .purchased-items__title {
    padding: 1.5rem
  }
  .purchased-items__body {
    padding: 0 1.5rem 1.5rem
  }
}
@media (min-width:63.99875em) {
  .form-checkout__group {
    padding: 2.5rem
  }
  .form-settings {
    padding: 2rem
  }
}
@media (min-width:76.375em) {
  .title {
    font-size: 3rem
  }
  .title_small {
    font-size: 2.75rem
  }
  .item-cart__title {
    font-size: 1.5rem
  }
  .plans__container {
    padding-top: 3.75rem
  }
  .plans__container {
    padding-bottom: 3.75rem
  }
  .catalog__container {
    padding-top: 4.25rem
  }
  .catalog__container {
    padding-bottom: 4.25rem
  }
  .product__container {
    padding-top: 3.25rem
  }
  .product__container {
    padding-bottom: 3.25rem
  }
  .cart__container {
    padding-top: 3.25rem
  }
  .cart__container {
    padding-bottom: 3.25rem
  }
  .checkout__container {
    padding-top: 3.25rem
  }
  .checkout__container {
    padding-bottom: 3.25rem
  }
  .account__container {
    padding-top: 3.25rem
  }
  .account__container {
    padding-bottom: 3.25rem
  }
  .section-error__container {
    padding-top: 3.25rem
  }
  .section-error__container {
    padding-bottom: 3.25rem
  }
  .legal__container {
    padding-top: 3.25rem
  }
  .legal__container {
    padding-bottom: 3.25rem
  }
}
@media (max-width:76.375em) {
  .item-cart {
    padding: 1.5rem 1rem;
    gap: 1.5rem
  }
  .cart__body {
    gap: 2rem
  }
}
@media (max-width:63.99875em) {
  .item-cart__price {
    align-self: center
  }
}
@media (max-width:47.99875em) {
  .item-cart__content {
    flex-direction: column;
    align-items: normal
  }
  .plans-options {
    grid-template-columns: repeat(2,1fr)
  }
  .amount-options {
    gap: .5rem
  }
  .pagging {
    gap: .5rem
  }
  .pagging__arrow {
    width: 2.25rem;
    height: 2.25rem
  }
  .pagging__item {
    min-width: 2.25rem;
    height: 2.25rem
  }
  .popup__content {
    padding: 2.5rem 1.5rem
  }
  .catalog__filters {
    flex-direction: column
  }
  .categories-filter {
    flex: 1 1 auto;
    width: 100%;
  }
  .catalog__items {
    gap: 1rem
  }
  .catalog-global {
    gap: 1.5rem;
  }
  .catalog-global__section {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .catalog-global__region-title {
    font-size: 2.25rem;
    line-height: 1.1;
  }
  .catalog-global__items {
    gap: 1rem;
  }
  .product__header {
    flex-direction: column-reverse
  }
  .product__header-image {
    height: 16.875rem;
    margin-bottom: -18.875rem
  }
  .cart__body {
    flex-direction: column;
    align-items: stretch
  }
  .cart__items {
    gap: 1.25rem
  }
  .checkout__body {
    flex-direction: column;
    align-items: stretch
  }
  .account-menu__groop {
    flex-direction: column
  }
}
@media (max-width:29.99875em) {
  .form-review__item-review {
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width:23.4375em) {
  .title {
    font-size: 2.5rem
  }
  .title_small {
    font-size: 2.25rem
  }
  .item-cart__title {
    font-size: 1.25rem
  }
  .plans__container {
    padding-top: 2.1875rem
  }
  .plans__container {
    padding-bottom: 2.1875rem
  }
  .catalog__container {
    padding-top: 2.1875rem
  }
  .catalog__container {
    padding-bottom: 2.1875rem
  }
  .product__container {
    padding-top: 2.1875rem
  }
  .product__container {
    padding-bottom: 2.1875rem
  }
  .cart__container {
    padding-top: 2.1875rem
  }
  .cart__container {
    padding-bottom: 2.1875rem
  }
  .checkout__container {
    padding-top: 2.1875rem
  }
  .checkout__container {
    padding-bottom: 2.1875rem
  }
  .account__container {
    padding-top: 2.1875rem
  }
  .account__container {
    padding-bottom: 2.1875rem
  }
  .section-error__container {
    padding-top: 2.1875rem
  }
  .section-error__container {
    padding-bottom: 2.1875rem
  }
  .legal__container {
    padding-top: 2.1875rem
  }
  .legal__container {
    padding-bottom: 2.1875rem
  }
}
@media (min-width:23.4375em)and (max-width:76.375em) {
  .title {
    font-size: clamp(2.5rem ,2.2786304604rem + .9445100354vw ,3rem)
  }
  .title_small {
    font-size: clamp(2.25rem ,2.0286304604rem + .9445100354vw ,2.75rem)
  }
  .item-cart__title {
    font-size: clamp(1.25rem ,1.1393152302rem + .4722550177vw ,1.5rem)
  }
  .plans__container {
    padding-top: clamp(2.1875rem ,1.4957201889rem + 2.9515938607vw ,3.75rem)
  }
  .plans__container {
    padding-bottom: clamp(2.1875rem ,1.4957201889rem + 2.9515938607vw ,3.75rem)
  }
  .catalog__container {
    padding-top: clamp(2.1875rem ,1.2743506494rem + 3.8961038961vw ,4.25rem)
  }
  .catalog__container {
    padding-bottom: clamp(2.1875rem ,1.2743506494rem + 3.8961038961vw ,4.25rem)
  }
  .product__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .product__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .cart__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .cart__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .checkout__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .checkout__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .account__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .account__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .section-error__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .section-error__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .legal__container {
    padding-top: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
  .legal__container {
    padding-bottom: clamp(2.1875rem ,1.7170897285rem + 2.0070838253vw ,3.25rem)
  }
}
@media (any-hover:hover) {
  .item-catalog__image:hover {
    opacity: .7
  }
  .item-catalog__name:hover {
    opacity: .7
  }
  .item-plan__top:hover {
    opacity: .7
  }
  .item-cart__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .item-cart__title:hover {
    opacity: .7
  }
  .item-cart__delete:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  .button:not(:disabled):hover {
    background-color: var(--button-bg-hover);
    color: #fff
  }
  .plans-options__item:hover .plans-options__input:not(:disabled)+.plans-options__label {
    border-color: #cbd5f5
  }
  .amount-options__label:hover {
    background-color: rgba(59,130,246,.08);
    color: #3b82f6
  }
  .select__option:hover {
    color: var(--color-primary)
  }
  .form-search__button:hover {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2)
  }
  .pagging__arrow:hover {
    background-color: var(--color-primary-07)
  }
  .pagging__item:hover {
    background-color: var(--color-primary-07);
    color: #fff
  }
  .header-popup__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  .popup__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  ._spoller-init .spoller-item__title:hover {
    color: rgba(255,255,255,.7)
  }
  .account-menu__link:hover {
    background-color: rgba(59,130,246,.08);
    color: var(--color-primary)
  }
  .account-menu__link_logout:hover {
    color: var(--error)
  }
  .purchased-items__title:hover {
    opacity: .7
  }
}

/* Header auth buttons visibility (no JS flicker) */
#btn-account {
  display: none !important;
}

body.logged-in #btn-account {
  display: inline-flex !important;
}

body.logged-in #btn-guest {
  display: none !important;
}

#header_main .elementor-button.elementor-button-link.vh-is-active-page {
  background-color: #3B82F614 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  fill: #3B82F6 !important;
  color: #3B82F6 !important;
  border-radius: 16px !important;
  padding: 18px 28px !important;
}

#header_main .elementor-button.elementor-button-link.vh-is-active-page .elementor-button-icon svg,
#header_main .elementor-button.elementor-button-link.vh-is-active-page .elementor-button-icon svg path,
#header_main .elementor-button.elementor-button-link.vh-is-active-page .elementor-button-icon i {
  fill: #3B82F6 !important;
  color: #3B82F6 !important;
}

.form-checkout__field .select,
.form-settings__field .select {
  display: block;
  width: 100%;
}

.form-checkout__field .select__title,
.form-settings__field .select__title {
  min-height: 3.25rem;
}

.form-checkout__field .select__options,
.form-settings__field .select__options {
  z-index: 50;
  width: 100%;
}

.form-checkout__field .select > select,
.form-settings__field .select > select {
  display: none !important;
}

.form-checkout__field .select2,
.form-settings__field .select2 {
  display: none !important;
}
