/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
}
body {
  font-family: 'TT Hoves W03 Regular', sans-serif;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper img,
.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "TT Hoves W03 Light";
  src: url("../fonts/5811364/23f4fcc0-9bdb-4351-942f-69d4de727185.woff2") format("woff2"), url("../fonts/5811364/47b4fcd6-5aa4-4638-aa87-89e2612a131f.woff") format("woff");
}
@font-face {
  font-family: "TT Hoves W03 Regular";
  src: url("../fonts/5811374/c0a94f01-c777-486e-8507-edd80130edee.woff2") format("woff2"), url("../fonts/5811374/d626c617-f8dd-49ce-8936-bb340040f12a.woff") format("woff");
}
@font-face {
  font-family: "TT Hoves W03 Medium";
  src: url("../fonts/5811543/b08a5e1b-7c73-4dd6-b5a2-5b2706aa0a92.woff2") format("woff2"), url("../fonts/5811543/6d143219-0f4f-45f0-99d2-d0dd822b1e43.woff") format("woff");
}
@font-face {
  font-family: "TT Hoves W03 DemiBold";
  src: url("../fonts/5811551/151663a0-6529-419f-8f8c-fb885f59463c.woff2") format("woff2"), url("../fonts/5811551/df463b5a-11e1-40e5-a51d-20ce3ae2c4b2.woff") format("woff");
}
@font-face {
  font-family: "TT Hoves W03 Bold";
  src: url("../fonts/5811559/7c7ad635-4ff7-4638-9c08-3f2f2a1247b0.woff2") format("woff2"), url("../fonts/5811559/d57cf860-f08d-4b0d-8320-aa134b89771f.woff") format("woff");
}
.card-payment-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .card-payment-form {
    padding: 24px 20px;
  }
}
.card-payment-form__title {
  margin-bottom: 32px;
  font-family: 'TT Hoves W03 Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .card-payment-form__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.card-payment-form-paylogos {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}
.card-payment-form-paylogos__item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 24px;
  border: 1px solid #F2F1F1;
  border-radius: 4px;
  box-sizing: border-box;
}
.card-payment-form-field {
  margin-bottom: 20px;
}
.card-payment-form-field--half-offset {
  margin-bottom: 12px;
}
.card-payment-form-field.is-error .help-info__icon {
  visibility: hidden;
}
.card-payment-form-field.is-error .card-payment-form-field__inner {
  border-color: #FF756D;
}
.card-payment-form-field.is-error .card-payment-form-field__inner:after {
  content: ' ';
  position: absolute;
  top: 13px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url('./img/icons/alert-circle.svg') center center no-repeat;
}
.card-payment-form-field.is-error .card-payment-form-field__input {
  padding-right: 32px;
}
.card-payment-form-field--combo .card-payment-form-field__inner:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-payment-form-field--combo .card-payment-form-field__inner:last-child {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-payment-form-field--email .card-payment-form-field__inner:before {
  content: ' ';
  position: absolute;
  top: 13px;
  left: 14px;
  width: 18px;
  height: 18px;
  background: url('./img/icons/mail-gray.svg') center center no-repeat;
}
.card-payment-form-field--email .card-payment-form-field__input {
  padding-left: 42px;
}
.card-payment-form-field--card .card-type.is-active + .card-payment-form-field__input {
  padding-left: 52px;
}
.card-payment-form-field--card.is-error .card-payment-form-field__inner:after {
  display: none;
}
.card-payment-form-field--inline {
  display: flex;
}
.card-payment-form-field--inline .card-payment-form-field__inner {
  border-radius: 0 8px 8px 0;
}
.card-payment-form-field .card-type {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.card-payment-form-field .card-type--mastercard {
  background-image: url('./img/card-payment/logo-mastercard.svg');
}
.card-payment-form-field .card-type--visa {
  background-image: url('./img/card-payment/logo-visa.svg');
}
.card-payment-form-field .card-type--amex {
  background-image: url('./img/card-payment/logo-amex.svg');
}
.card-payment-form-field .card-type--discover {
  background-image: url('./img/card-payment/logo-discover.svg');
}
.card-payment-form-field .card-type--diners-club {
  background-image: url('./img/card-payment/logo-diners-club.svg');
}
.card-payment-form-field .card-type--jcb {
  background-image: url('./img/card-payment/logo-jcb.svg');
}
.card-payment-form-field .card-type--unionpay {
  background-image: url('./img/card-payment/logo-unionpay.svg');
}
.card-payment-form-field__title {
  margin-bottom: 6px;
  font-family: 'TT Hoves W03 Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  color: #3E434A;
}
.card-payment-form-field__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 350px) {
  .card-payment-form-field__row {
    display: block;
  }
}
@media (max-width: 767px) {
  .card-payment-form-field__row {
    gap: 8px;
  }
}
.card-payment-form-field__inner {
  position: relative;
  width: 100%;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  background-color: #fff;
  box-sizing: border-box;
}
.card-payment-form-field__inner.is-error {
  z-index: 2;
  border-color: #FF514C;
}
.card-payment-form-field__inner .help-info {
  z-index: 3;
  position: absolute;
  top: 13px;
  right: 12px;
}
.card-payment-form-field__label {
  display: flex;
  align-items: center;
  border: 1px solid #D4D6D9;
  border-right: none;
  padding: 0 14px 0 12px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  background-color: #fff;
  font-family: 'TT Hoves W03 Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  color: #3E434A;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .card-payment-form-field__label {
    padding: 0 8px 0 12px;
  }
}
.card-payment-form-field__input {
  width: 100%;
  height: 44px;
  border: none;
  padding: 0 14px;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: inherit;
  font-family: 'TT Hoves W03 Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 16 / 16rem;
  line-height: 24px;
  line-height: 24 / 16rem;
}
@media (max-width: 767px) {
  .card-payment-form-field__input {
    padding: 0 8px;
  }
}
.card-payment-form-field__input--expire {
  min-width: 117px;
}
@media (max-width: 576px) {
  .card-payment-form-field__input--expire {
    min-width: 105px;
  }
}
@media (max-width: 350px) {
  .card-payment-form-field__input--expire {
    min-width: 105px;
  }
}
.card-payment-form-field__error {
  margin-top: 6px;
  font-size: 14px;
  line-height: 130%;
  color: #FF514C;
}
.card-payment-form-field__select {
  width: 100%;
  height: 44px;
  border: none;
  padding: 0 12px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}
.card-payment-form__error {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 12px 12px 50px;
  background-color: #FF514C;
  border-radius: 8px;
  font-family: 'TT Hoves W03 Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 14 / 16rem;
  line-height: 18px;
  line-height: 18 / 16rem;
  letter-spacing: 0.5px;
  color: #fff;
}
.card-payment-form__error:before {
  content: '!';
  position: absolute;
  top: 50%;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  transform: translate(0, -50%);
}
.card-payment-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  border: none;
  padding-left: 35px;
  border-radius: 22px;
  background: #FF824C url('./img/icons/icon-protected-white.svg') 28% center no-repeat;
  box-sizing: border-box;
  font-family: 'TT Hoves W03 Regular';
  font-weight: normal;
  font-size: 16px;
  font-size: 16 / 16rem;
  line-height: 24px;
  line-height: 24 / 16rem;
  font-family: 'TT Hoves W03 Medium';
  font-weight: 500;
  font-style: normal;
  color: #fff;
  transition: background-color 250ms ease-in-out;
}
.card-payment-form__submit:not(:disabled):hover {
  background-color: #ff5e19;
  cursor: pointer;
}
.card-payment-form__submit:disabled {
  background: #D4D6D9;
  padding-left: 0;
}
.card-payment-form__note {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 140%;
  color: #6D737E;
}
.help-info {
  position: relative;
}
.help-info:focus .help-info__icon,
.help-info:hover .help-info__icon {
  opacity: 1;
}
.help-info:focus .help-info__inner,
.help-info:hover .help-info__inner {
  display: block;
}
.help-info__icon {
  opacity: 0.5;
  width: 16px;
  height: 16px;
  background: url('./img/icons/help-circle.svg') center center no-repeat;
  transition: opacity 250ms ease-in-out;
  cursor: help;
}
.help-info__inner {
  position: absolute;
  bottom: 100%;
  left: -12px;
  display: none;
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 10px;
  padding: 8px 12px;
  background-color: #161A22;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  font-family: 'TT Hoves W03 Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1280px) {
  .help-info__inner {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .help-info__inner {
    left: initial;
    right: -12px;
    transform: none;
  }
}
.help-info__inner:before {
  content: ' ';
  position: absolute;
  bottom: -5px;
  left: 15px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #161A22;
  transform: rotate(45deg);
}
@media (max-width: 1280px) {
  .help-info__inner:before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .help-info__inner:before {
    left: initial;
    right: 15px;
  }
}
.preloader {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  z-index: 101;
  display: block;
  width: 100%;
  height: 100px;
}
.preloader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 101;
  display: none!important;
}
.preloader-wrapper.black {
  background: #18181B;
}
.preloader-wrapper.is-active {
  display: block!important;
}
.preloader-animation {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 102;
}
.preloader-animation div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader-animation div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader-animation div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader-animation div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader-animation div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.preloader-white {
  background: #fff;
}
.preloader-white .preloader-animation div {
  background: #18181B;
}
.preloader-black {
  background: #18181B;
}
.preloader-black .preloader-animation div {
  background: #fff;
}
.preloader-mobile {
  display: none!important;
}
@media (max-width: 767px) {
  .preloader-mobile.is-active {
    display: block!important;
  }
}
.is-loading {
  overflow: hidden;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.helcim-results {
  display: none;
}
#cardHolderName-block .card-payment-form-field__inner:after {
  display: none;
}

