/*! 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;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

:root {
  --color-gray-light: #f7f7f7;
  --color-gray: #d6d6d6;
  --color-gray-dark: #494949;
  --color-cyan: #1ab9e5;
  --color-purple: #a033cc;
  --color-blue: #4285f4;
  --color-orange: #f7931a;
  --color-green: #37cc33;
  --color-red: #f74249;
  --border-primary: #d6d6d6;
  --border-secondary: #c5c5c5;
}

html,
body {
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
:after,
:before {
  box-sizing: inherit;
}

[v-cloak] {
  display: none !important;
}

a {
  color: #4285f4;
  text-decoration: none;
}
a:hover {
  color: #f7931a;
}

.page {
  position: relative;
  height: 100%;
  font-size: 16px;
  background-color: #f7f7f7;
}
.page::after {
  content: "";
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
}
.page_danger {
  overflow: hidden;
}
.page--second {
  overflow: auto;
  background-color: #000;
}
.page--second:after {
  content: none;
}
.page--orange {
  background-color: var(--color-orange);
}
.page--red {
  background-color: var(--color-red);
}
.page_with_footer .page:after {
  bottom: 128px;
}
.page_orange::after {
  background-color: var(--color-orange);
}
.page_red::after {
  background-color: var(--color-red);
}
.page_pricing {
  flex: 1 0 auto;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.page_second {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page_second {
    padding-top: 60px;
  }
}

.page__wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
}

.page_with_footer {
  background-color: #000;
}
.page_with_footer .page__wrapper {
  padding: 20px 20px 150px;
}

.page__footer {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.section:not(:last-child) {
  border-bottom: 1px solid var(--border-primary);
}

.box {
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form {
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.heading {
  padding: 20px 30px;
}

.content {
  padding: 30px 50px 20px 50px;
  text-align: center;
}

.circle {
  position: fixed;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.circle_big {
  left: 50%;
  bottom: 0px;
  width: 60%;
  height: 0px;
  padding-top: 60%;
  transform: translate(-50%, 30%);
}
.circle_small {
  background-color: var(--color-green);
}
.circle_small:nth-of-type(2) {
  top: -8%;
  left: 42%;
  width: 0px;
  height: 0px;
  padding: 8%;
}
.circle_small:nth-of-type(3) {
  top: 30%;
  left: 65%;
  width: 0px;
  height: 0px;
  padding: 10%;
}
.circle_small:nth-of-type(4) {
  bottom: 19%;
  right: -6%;
  width: 0px;
  height: 0px;
  padding: 6%;
}
.circle_small:nth-of-type(5) {
  top: 45%;
  left: 15%;
  width: 0px;
  height: 0px;
  padding: 15%;
}
.circle_small:nth-of-type(6) {
  top: 5%;
  left: -10%;
  width: 0px;
  height: 0px;
  padding: 11%;
}

.description-box {
  padding: 20px 30px;
}
.description-box .header {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.07px;
}
.description-box .description {
  display: flex;
  flex: 1;
  height: 64px;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  overflow: hidden;
}
.description-box .description .text {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 100%;
  color: var(--color-gray-dark);
}
.description-box .description:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 600px) {
  .description-box .row {
    flex-direction: column;
    gap: 15px;
  }
  .description-box .row .description {
    width: 100%;
    margin: 0;
  }
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 46px;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.25s 0s;
  transition: visibility 0s 0s, opacity 0.25s 0s;
}

.loader__spinner {
  margin: 0 auto;
  width: 100px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.loader__spinner > div {
  width: 16px;
  height: 16px;
  background-color: #F7931A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}

.loader__spinner > div:first-child {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader__spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader__spinner > div :nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.07px;
  color: #000000;
}
.title_second {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.title--wide {
  flex: 1;
}

.button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
.button.error {
  background: var(--color-red);
}
.button[disabled] {
  background-color: var(--border-primary);
}
.button[disabled]:hover {
  background-color: var(--border-primary);
}
.button_blue {
  display: inline-flex;
  align-items: center;
  padding: 15px 65px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.04px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  background-color: var(--color-blue);
  transition: background 0.3s;
}
.button_blue:hover {
  background-color: var(--color-orange);
  color: #fff !important;
}
.button_blue:active {
  background-color: var(--border-primary);
}
.button_blue[disabled] {
  background-color: var(--border-primary);
}
.button_blue[disabled]:hover {
  background-color: var(--border-primary);
}
.button_blue[disabled]:active {
  background-color: var(--border-primary);
}
.button_black {
  display: inline-flex;
  align-items: center;
  padding: 15px 65px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.04px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  background-color: #000000;
  transition: background 0.3s;
}
.button_black:hover {
  background-color: var(--color-orange);
}
.button_black:active {
  background-color: var(--border-primary);
}
.button_black:active .button-icon {
  opacity: 0.5;
}
.button_google-store {
  max-width: 300px;
  width: 100%;
  background-image: url(../../images/gstore.svg);
  background-size: 207px 35px;
  display: inline-block;
  height: 60px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.button_google-store:hover {
  background-color: #f7931a;
}
.button_google-store:active {
  background-color: #255199;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  transition: opaciti 0.3s;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  font-size: 14px;
  line-height: 24px;
  padding-left: 24px;
  background: transparent 0px 4px no-repeat url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'><path d='M0.5 3C0.5 1.61929 1.61929 0.5 3 0.5H11C12.3807 0.5 13.5 1.61929 13.5 3V11C13.5 12.3807 12.3807 13.5 11 13.5H3C1.61929 13.5 0.5 12.3807 0.5 11V3Z' fill='white' stroke='%23A4A4A4'/></svg>");
  background-size: 14px 14px;
}
.checkbox input:checked + label {
  background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3C0 1.34315 1.34315 0 3 0H11C12.6569 0 14 1.34315 14 3V11C14 12.6569 12.6569 14 11 14H3C1.34315 14 0 12.6569 0 11V3Z' fill='%234285F4'/><path d='M3.90002 7.90868L6.0016 10.2942L10.2325 3.7597' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.form__logo {
  display: inline-flex;
  align-items: center;
}

.footer {
  display: block;
  background-color: #000;
  min-height: 100px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.footer__left-side {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.footer .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.footer .lang__current:before {
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}
.footer .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}
.footer .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
  border-bottom: none;
}
.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
}
.footer__right-side {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.footer__logo img {
  display: block;
}
.footer__bottom {
  display: block;
  width: 100%;
  border-top: 1px solid #494949;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}
.footer__btns .fb-like {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

.bonus {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 1px;
  margin-left: 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4285f4;
  color: #fff;
}
.bonus_orange {
  background-color: #f7931a !important;
}

.menu {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.menu__item {
  display: block;
}
.menu__item a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}
.menu__item a:hover {
  color: #f7931a;
}
@media only screen and (max-width: 480px) {
  .menu__item {
    text-align: center;
    justify-content: center;
  }
}
.menu__item + .menu__item {
  margin-top: 18px;
}
.menu__item span:not(.bonus) {
  color: #4285f4;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item_email {
  margin-top: 20px;
  padding-left: 27px;
  background-image: url("../images/mail-icon.svg");
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu__item_email a {
  color: #fff;
  border-bottom: 1px solid #f7931a;
}
.menu__item b {
  font-weight: bold;
}
.menu__item_join {
  display: flex;
  align-items: center;
  color: #757575;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.menu__item_join span:not(.bonus) {
  color: #757575;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

@media only screen and (max-width: 720px) {
  .header .lang {
    display: none;
  }
}
.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.header--inverse:not(.fixed) .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse:not(.fixed) .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}

.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
}

.lang.opened .lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}

.lang__current:hover {
  color: #3e82f7;
}

.lang__current img {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.lang__list {
  display: none;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

.lang.opened .lang__list {
  display: block;
}

.lang__item {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 9px;
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.lang__item:hover {
  color: #fff;
  background-color: #3e82f7;
}

.lang__item img {
  margin-right: 6px;
  vertical-align: baseline;
}

.form {
  margin: auto;
}
.form__subs {
  padding: 8px 0;
}
.form__subs--second {
  background-color: var(--color-gray-light);
}
.active {
  background-color: #fff;
}

.form__subs-row {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background 0.25s;
  cursor: pointer;
}
.form__subs-row .title {
  transition: color 0.3s;
}
.form__subs-row:hover {
  background-color: var(--color-gray-light);
}
.form__subs-row:hover .title {
  color: var(--color-blue);
}
.form__plan {
  margin-left: auto;
  margin-right: 20px;
  padding: 4px 12px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  border: solid 2px var(--color-orange);
  color: var(--color-orange);
  display: none;
}
.active .form__plan {
  display: block;
}

.form__plan--second {
  margin-left: 0;
}
.form__plan_pro {
  color: var(--color-orange);
  border-color: var(--color-orange);
}
.form__plan_lite {
  color: var(--color-cyan);
  border-color: var(--color-cyan);
}
.form__plan_basic {
  color: var(--color-green);
  border-color: var(--color-green);
}
.form__plan_ultra {
  color: var(--color-purple);
  border-color: var(--color-purple);
}
.form__arrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  transition: transform 0.3s;
}
.form__arrow.active {
  transform: rotate(180deg);
}
.form__duration {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-gray-light);
}
@media only screen and (max-width: 767px) {
  .form__duration {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .form__duration > * {
    flex: none;
  }
  .form__duration .duration {
    display: flex;
    margin: 0;
    gap: 10px;
  }
  .form__duration .duration__label, .form__duration .duration__item {
    margin: 0;
  }
}
.form__box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form__box--second {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form__row:not(:last-child) {
  margin-bottom: 25px;
}
.form__row__up {
  align-items: flex-start;
}
.form__row__up .title {
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .form__row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .form__row > * {
    flex: none;
  }
  .form__row .title {
    width: 100%;
  }
}
.form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__submit:not(:last-child) {
  margin-bottom: 30px;
}
.form__submit.notice {
  font-size: 14px;
}
.form__submit.notice b {
  font-weight: bold;
}
.form__footer {
  display: flex;
  background-color: var(--color-gray-light);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 46px;
}
.form__footer .button_google {
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .form__footer .button_google {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.form__footer .button_google:hover {
  border-color: #f7931a;
  background-color: #f7931a;
  color: #ffffff;
}
.form__footer .button_google img {
  margin-right: 10px;
}
.form__footer .button_late {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0;
  color: #4285f4;
  font-size: 14px;
  line-height: 16px;
}
.form__footer .button_late:hover {
  color: #f7931a;
}
.form__footer .footer__row {
  padding-bottom: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.form__body {
  padding: 15px 30px 20px;
}
@media only screen and (max-width: 767px) {
  .form__body {
    padding: 20px 20px 30px;
  }
}
.form__body.show {
  display: block;
}
.form__signup {
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form__signup .img {
  margin-bottom: 10px;
}
.form__signup .title {
  margin-bottom: 15px;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.13px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
}
.form__signup .text {
  max-width: 500px;
  margin: 0 auto 44px;
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.05px;
  text-align: center;
  line-height: 22px;
}
.form__signup .text mark {
  font-weight: 700;
  color: var(--color-red);
  background: 0 0;
}
.form__signup .small-text {
  font-size: 11px;
  color: #757575;
  letter-spacing: 0.13px;
  text-align: center;
  line-height: 20px;
}
.form .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form .section {
    padding: 20px;
  }
  .form .button_wide {
    max-width: none !important;
  }
}

.subs {
  grid-auto-flow: row;
  row-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(87px, 1fr));
  display: flex;
  flex-wrap: wrap;
}
.show .subs {
  display: grid;
  grid-template-columns: 100%;
}

.subs__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .subs__item {
    flex: 0 0 50%;
  }
}
.subs__input {
  display: none;
}
.subs__input:checked ~ .subs__input-spot {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}
.subs__input:checked ~ .subs__input-spot i {
  background-color: var(--color-blue);
}
.subs__input:checked ~ .subs__label .subs__input-spot {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}
.subs__input:checked ~ .subs__label .subs__input-spot i {
  background-color: var(--color-blue);
}
.show .subs__input:checked ~ .subs__label {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}

.subs__input-spot {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px var(--border-secondary);
  background-color: #fff;
  transition: box-shadow 0.3s, border 0.3s;
}
.show .subs__input-spot {
  top: 22px;
  left: 15px;
  transform: none;
}

.subs__input-spot i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: background 0.3s;
}
.subs__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 21px 0 24px;
  border-radius: 6px;
  background-color: var(--color-gray-light);
  cursor: pointer;
}
.show .subs__label {
  padding: 15px 40px;
  border: solid 1px var(--border-primary);
}

.active .subs__label {
  background-color: #fff;
}

.subs__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid;
  background-color: #fff;
}
.show .subs__tag {
  margin-bottom: 8px;
}

.subs__tag_lite {
  color: var(--color-cyan);
  border-color: var(--color-cyan);
}
.subs__tag_basic {
  color: var(--color-green);
  border-color: var(--color-green);
}
.subs__tag_pro {
  color: var(--color-orange);
  border-color: var(--color-orange);
}
.subs__tag_ultra {
  color: var(--color-purple);
  border-color: var(--color-purple);
}
.subs__text {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.05px;
  color: #494949;
  display: none;
}
.show .subs__text {
  display: block;
}

.subs__text--second {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subs__badge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
.subs__badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform-origin: top right;
  background-color: var(--color-green);
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.11px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 4px 4px;
  text-transform: uppercase;
}
.subs__badge:before, .subs__badge:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
  right: 100%;
}
.subs__badge:after {
  right: auto;
  left: 100%;
}

.subs--second {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  margin-bottom: 30px;
  display: grid;
}
.subs--second .subs__label {
  height: 100%;
  padding: 30px 20px 80px;
  border: solid 1px var(--border-primary);
  transition: box-shadow 0.3s, border 0.3s;
  background-color: #ffffff;
}
.subs--second .subs__label:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.subs--second .subs__label:hover ~ .subs__spot-wrap {
  background-color: var(--color-gray-light);
}
.subs--second .subs__label:hover ~ .subs__spot-wrap .subs__spot-block {
  background-color: var(--color-gray-light);
  color: var(--color-blue);
}
.subs--second .subs__text {
  font-size: 14px;
  color: var(--color-gray-dark);
  letter-spacing: 0.06px;
  line-height: 22px;
  margin-top: 20px;
  display: block;
}
.subs--second .subs__tag {
  font-size: 24px;
  border: 2px solid;
  border-radius: 6px;
  margin: 0 auto;
}
.subs--second .subs__spot-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 100%;
  bottom: 0;
  border-top: 1px solid var(--border-primary);
  pointer-events: none;
  transition: all 300ms;
}
.subs--second .subs__spot-block {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 10px;
  background: #ffffff;
  border-radius: 15px;
  transition: all 300ms;
}
.subs--second .subs__input-spot {
  top: 0;
  left: 0;
  transform: none;
  position: relative;
  margin-right: 8px;
}
.subs--second .subs__input:checked ~ .subs__spot-wrap {
  background-color: var(--color-blue);
  border-top-color: var(--color-blue);
}
.subs--second .subs__input:checked ~ .subs__spot-wrap .subs__input-spot {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}
.subs--second .subs__input:checked ~ .subs__spot-wrap .subs__input-spot i {
  background-color: var(--color-blue);
}
.subs--second .subs__input:checked ~ .subs__label {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}
.subs--second .subs__input:checked .subs--second .subs__input-spot {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 8px;
}

.duration {
  margin-left: 15px;
}
.duration__item {
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
}
.duration__item * + * {
  margin-left: 6px;
}
.duration__input {
  display: none;
}
.duration__input:checked ~ .duration__label {
  color: #000000;
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}
.duration__label {
  position: relative;
  height: 40px;
  min-width: 120px;
  text-align: center;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.06px;
  color: var(--color-blue);
  border-radius: 20px;
  border: solid 1px var(--border-primary);
  background-color: #ffffff;
  cursor: pointer;
  transition: color 0.3s, box-shadow 0.3s, border 0.3s;
}
.duration__label__badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 17px;
  background-color: var(--color-green);
  border-radius: 17px;
  color: #ffffff;
  font-weight: 400;
  padding: 0 8px;
  font-size: 12px;
}
.duration__label:hover {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}

.price {
  display: block;
  margin-left: 10px;
}
.price > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.price__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  margin-right: 10px;
  height: 30px;
  padding: 5px 10px;
  line-height: 24px;
  color: #000000;
  font-size: 14px;
  border-radius: 15px;
  border: solid 1px var(--border-primary);
  background-color: #ffffff;
}
.price__tag b {
  font-weight: bold;
}
.price__tag_green {
  font-weight: 700;
  color: #ffffff;
  border: solid 1px var(--color-green);
  background-color: var(--color-green);
}
.price__tag_orange {
  font-weight: 700;
  color: #ffffff;
  border: solid 1px var(--color-orange);
  background-color: var(--color-orange);
}
.price__text {
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}
.price__discount {
  line-height: 26px;
  text-decoration: line-through;
  margin-right: 7px;
  font-size: 24px;
  color: var(--color-red);
  font-weight: bold;
}
.price__sale {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.43;
  text-decoration: line-through;
  color: var(--color-red);
}

.total {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.total--sale {
  color: var(--color-red);
  text-decoration: line-through;
  margin-right: 5px;
  margin-left: auto;
}

.success__content {
  min-height: 270px;
}
.success__icon {
  margin-bottom: 10px;
}
.success__title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.13px;
  color: #000000;
}
.success__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05px;
  color: var(--color-gray-dark);
}
.success__text b {
  font-weight: bold;
}
.success__footer {
  padding: 20px 0;
  text-align: center;
  background-color: var(--color-gray-light);
  border-radius: 0 0 6px 6px;
}
.success a {
  color: #4285f4;
  text-decoration: none;
}
.success a:hover {
  color: #f7931a;
}
.success__hint {
  position: absolute;
  width: 190px;
  right: 43px;
  top: 145px;
  padding: 75px 20px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../../images/main-img.svg");
  background-size: 48px 48px;
  background-position: center 15px;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.success__hint:before {
  content: "";
  position: absolute;
  right: 54px;
  top: -136px;
  width: 42px;
  height: 26px;
  border: 0 solid transparent;
  border-width: 0 21px 26px;
  border-bottom-color: #f7931a;
}
.success__hint:after {
  content: "";
  position: absolute;
  right: 63px;
  top: -110px;
  width: 24px;
  height: 100px;
  border: 0 solid transparent;
  border-width: 100px 12px 0px;
  border-top-color: #f7931a;
}

.failed__content {
  min-height: 270px;
}
.failed__icon {
  margin-bottom: 10px;
}
.failed__title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.13px;
  text-align: center;
  color: #000000;
}
.failed__text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05px;
  text-align: center;
  color: var(--color-gray-dark);
}
.failed__footer {
  padding: 20px 0;
  text-align: center;
  background-color: var(--color-gray-light);
  border-radius: 0 0 6px 6px;
}

.wrapper {
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.mini-block {
  padding: 30px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  .mini-block {
    padding: 15px;
  }
}
.mini-block:last-of-type {
  border-bottom: none;
}
.mini-block--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.mini-block.tac {
  text-align: center;
}
.mini-block__wrapper {
  border: 1px solid #d6d6d6;
}
.mini-block__wrapper.mb-40 {
  margin-bottom: 40px;
}
.mini-block__empty {
  font-size: 24px;
  color: #757575;
  letter-spacing: 0.07px;
  text-align: center;
  line-height: 36px;
}
.mini-block__title {
  font-size: 30px;
  color: #000000;
  letter-spacing: 0.09px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mini-block__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  border: solid 2px var(--color-orange);
  margin-bottom: 30px;
}
.mini-block__tag.pro {
  border-color: var(--color-orange);
  color: var(--color-orange);
}
.mini-block__tag.ultra {
  border-color: var(--color-purple);
  color: var(--color-purple);
}
.mini-block__tag.basic {
  border-color: var(--color-green);
  color: var(--color-green);
}
.mini-block__tag.lite {
  border-color: var(--color-cyan);
  color: var(--color-cyan);
}
.mini-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .mini-block__wrap {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.mini-block__text {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.05px;
}
.mini-block__text:last-of-type {
  margin-bottom: 0;
}
.mini-block__text--second {
  color: #000;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}
.mini-block__text--medium {
  font-size: 16px;
  line-height: 17px;
}
.mini-block__text.mb-10 {
  margin-bottom: 10px;
}
.mini-block__text.log-out {
  display: inline-block;
  border: 0 none;
  background-color: transparent;
  text-transform: uppercase;
  color: #f74249;
  font-weight: bold;
}
.mini-block__text.log-out:hover {
  color: #f7931a;
}
.mini-block__text b,
.mini-block__text strong {
  font-weight: bold;
}
.mini-block__bar {
  position: relative;
  height: 10px;
  margin-bottom: 30px;
}
.mini-block__bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 7px;
  background: #f7f7f7;
}
.mini-block__progress {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  background-color: #e7e7e7;
}
.mini-block__progress.red {
  background-color: #f74249;
}
.mini-block__progress.green {
  background-color: #37cc33;
}
.mini-block__progress.orange {
  background-color: #f7931a;
}
.mini-block__email {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .mini-block__email {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .mini-block__email-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
.mini-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  height: 50px;
  padding: 0;
}
.mini-block__btn:hover {
  color: #fff;
}
.mini-block__btn svg {
  margin-right: 10px;
}
.mini-block__btn span {
  line-height: 0.7;
}
.mini-block__btn-small {
  height: 40px;
  min-width: 120px;
  max-width: none;
  font-size: 12px;
  width: auto;
  padding: 0;
  color: #4285f4;
}
.mini-block__btn-small:hover {
  background-color: #4285f4;
  color: #fff;
}
.mini-block__icon {
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .mini-block__icon {
    margin: 0 auto 10px;
  }
}
.mini-block__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #4285f4;
  letter-spacing: 0.05px;
  cursor: pointer;
}
.mini-block__link:hover {
  color: #f7931a;
}
.mini-block.mini-block-inactive {
  background-color: #f7f7f7;
}
.mini-block.mini-block-inactive .mini-block__text-alert {
  color: #F74249;
}
.mini-block.mini-block-header {
  background-color: #f7f7f7;
  padding: 0px;
}
.mini-block.mini-block-header input {
  display: none;
}
.mini-block.mini-block-header label {
  display: block;
  padding-left: 55px;
  font-size: 14px;
  line-height: 54px;
  color: #000000;
  background-size: 14px 14px;
  background: transparent 30px 20px no-repeat url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3C0 1.34315 1.34315 0 3 0H11C12.6569 0 14 1.34315 14 3V11C14 12.6569 12.6569 14 11 14H3C1.34315 14 0 12.6569 0 11V3Z' fill='%23d6d6d6'/></svg> ");
  cursor: pointer;
}
.mini-block.mini-block-header input:checked + label {
  background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3C0 1.34315 1.34315 0 3 0H11C12.6569 0 14 1.34315 14 3V11C14 12.6569 12.6569 14 11 14H3C1.34315 14 0 12.6569 0 11V3Z' fill='%234285F4'/><path d='M3.8999 7.90865L6.00148 10.2941L10.2324 3.75967' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}

.page_payment {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page_payment:after {
  display: none;
}
.page_payment_body {
  display: flex;
  flex-direction: column;
}
.page_payment_body .page__footer {
  position: static;
  margin-top: auto;
  border-top: 8px solid var(--color-orange);
}
.page_payment_body .page__footer .footer__menu {
  flex-wrap: wrap;
}
.page_payment_body .page__footer .footer__content {
  flex-wrap: wrap;
  gap: 20px;
}
.page_payment .page__wrapper {
  position: static;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_payment .button_wide {
  max-width: 300px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
