::-webkit-scrollbar {
  width: 10px;
}
/* Фон */
::-webkit-scrollbar-track {
  background: var(--_theme---bacground);
}
::-webkit-scrollbar-thumb {
  background: var(--_theme---color-1);
  border-radius: 999px;
}
/* Ползунок при наведении */
::-webkit-scrollbar-thumb:hover {
  background: var(--_theme---color-1);
}
/* Цвет выделения текста */
::selection {
  background-color: var(--_theme---color-21) !important;
  color: var(--_color---base--black) !important;
}
::-moz-selection {
  background-color: var(--_theme---color-21) !important;
  color: var(--_color---base--black) !important;
}

/* блоки на тёмном фоне — фиксируем dark-theme selection */
.receipt_body ::selection,
.spoiler_items ::selection,
.link_blocks-wrap ::selection
  {
  background-color: var(--_color---brand--brand) !important;
  color: var(--_color---base--black) !important;
}
.receipt_body ::-moz-selection,
.spoiler_items, ::-moz-selection,
.link_blocks-wrap ::selection {
  background-color: var(--_color---brand--brand) !important;
  color: var(--_color---base--black) !important;
}

/* футер на зелёном фоне — выделение должно быть контрастным, текст белым */
.footer ::selection {
  background-color: var(--_color---base--black) !important;
  color: var(--_color---base--white) !important;
}
.footer ::-moz-selection {
  background-color: var(--_color---base--black) !important;
  color: var(--_color---base--white) !important;
}

html.js [remove-flicker] {
  opacity: 0;
}
html.js:not(.ix-ready) :is(.page_outer, .atm_frame-last, .atm, .payment1, .payment2, .payment1-1, .payment2-1, .payments_list, .feature_prods, .footer_image, .nav_links-body, .nav_menu-open, .nav_menu-close, .hero_content-wrap, .card_img, .iphone-body, .hero_title, .iphone-top-bar_white, .s5_time, .iphone-applepay-wrap, .scr_layer-3, .scr_layer-2_black, .image-2) {
  visibility: visible !important;
}
/* Theme Transition */
body.theme-transition,
body.theme-transition *,
body.theme-transition *::before,
body.theme-transition *::after {
  transition-property: color, background-color, border-color, outline-color, fill, stroke, box-shadow;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: var(--_theme---bacground);
  font-family: var(--_font-family---text);
  font-size: 14px;
  line-height: normal;
  /* line-height: 1; */
  color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, progress, video {
  display: inline-block;
  vertical-align: baseline;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 38px;
  line-height: 100%;
  color: var(--_theme---color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--_font-family---heading);
  font-weight: 700;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
  background: unset;
}

button, html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

h2 {
  font-family: var(--_font-family---heading);
  font-size: 32px;
  width: 100%;
  color: var(--_theme---color-1);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1
}

h3 {
  font-size: 24px;
  margin-top: 0;
  color: var(--_theme---color-1);
  margin-bottom: 0;
  font-family: var(--_font-family---heading);
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 4px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
