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

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #eee;
  font-weight: 400;
  font-size: 16px;
  font-family: -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, "sans-serif";
  line-height: 1.5;
  background: #000 url("../images/stars-bg.jpg") center top no-repeat;
  background-size: cover;
}

a {
  color: currentcolor;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.button {
  min-width: 150px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  background: none;
  border: none;
  padding: 15px 25px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.button:hover {
  text-decoration: none;
}
.button_primary {
  color: #fff;
  background-color: #d70022;
}
.button_primary:hover {
  background-color: red;
}

.root {
  min-width: 320px;
}

.main {
  margin-bottom: 20px;
}
.main__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .main__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .header__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header__right img {
  vertical-align: top;
}

.logo {
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}
.logo:hover {
  text-decoration: none;
}

.welcome {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: url(/3.webp) center center no-repeat;
  background-size: cover;
}
.welcome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .welcome:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.welcome__content {
  height: 300px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.welcome__button {
  margin-bottom: 20px;
}
.welcome__button .button {
  min-width: 200px;
}
.welcome__title {
  max-width: 400px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
 
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .welcome__title {
    font-size: 25px;
  }
}
.welcome__text {
  margin: 0;
}

.promo-code {
  margin-bottom: 30px;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
.promo-code__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  border: 1px solid #d70022;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
}
.promo-code__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.promo-code__text span {
  color: #d70022;
  cursor: copy;

  line-height: 1.6;
}
.promo-code__text span:hover {
  padding: 0;
  background: none;
}
.promo-code__button .button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.scrolling .promo-code {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  min-width: 360px;
  margin-bottom: 0;
  transform: translateX(-50%);
}
.scrolling .promo-code .promo-code__content {
  padding: 10px;
}
.scrolling .promo-code .promo-code__text {
  font-size: 16px;
}
.scrolling .promo-code .promo-code__button .button {
  padding: 8px 20px;
  min-width: 0;
}

.sidebar {
  flex: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  /* &__ul {
      @include reset-list;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px;

      @include sm {
          grid-template-columns: repeat(4, 1fr);
      }

      @include md {
          grid-template-columns: repeat(1, 1fr);
      }

      li {

      }

      a {
          @include flex-column;
          gap: 5px;
          overflow: hidden;
          padding: 5px;
          font-size: 14px;
          line-height: 1.2;
          border-radius: 5px;
          background-color: rgb(255 255 255 / 10%);
      }

      img {
          border-radius: 5px;
      }
  } */
}
@media only screen and (min-width: 768px) {
  .sidebar {
    flex-direction: column;
    width: 220px;
  }
}
.sidebar__section {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}
.sidebar__section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.sidebar__section-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar__section-list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
}
.sidebar__section-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.sidebar__section-list.pluses li:before {
  content: "+";
  color: #0c0;
}
.sidebar__section-list.minuses li:before {
  content: "-";
  color: #c00;
}

.text-section h1, .text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.text-section p:first-child, .text-section h1:first-child, .text-section h2:first-child, .text-section h3:first-child, .text-section h4:first-child, .text-section h5:first-child, .text-section h6:first-child {
  margin-top: 0;
}
.text-section h1 {
  font-size: 32px;
}
.text-section h2 {
  font-size: 26px;
}
.text-section h3 {
  font-size: 20px;
  font-family: inherit;
}
.text-section h4 {
  font-size: 18px;
}
.text-section hr {
  font-size: inherit;
}
.text-section p {
  margin: 0;
  padding: 12px 0;
}
.text-section img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}
.text-section ul {
  margin: 0;
  padding-left: 20px;
}
.text-section .table-scroll {
  max-width: 100%;
  overflow: auto;
}
.text-section table {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-collapse: collapse;
}
.text-section table td {
  padding: 10px 15px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #555;
}
.text-section table td .button {
  white-space: nowrap;
}
.text-section table tr:nth-child(odd) td {
  background-color: #313131;
}
.text-section table tr:first-child td {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  background-color: #555;
  border: 1px solid #313131;
}
.text-section figure {
  margin-bottom: 30px;
}
.text-section figcaption {
  margin-top: 5px;
  color: #d70022;
  text-align: center;
  font-style: italic;
}
.text-section blockquote {
  margin: 10px 0;
  padding: 10px;
  border: 1px dashed #d70022;
  border-left: 4px solid #d70022;
  font-style: italic;
}

.footer {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__payments {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer__payments li {
  flex: 0 1 84px;
  height: 24px;
}
.footer__payments li img {
  width: 100%;
  height: 100%;
}
.footer__license {
  margin: 0 0 30px;
  font-size: 12px;
}
.footer__partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__partners img {
  width: auto;
  height: 32px;
}
.footer__copyrights {
  color: #c7bfb5;
  font-size: 10px;
  text-align: center;
}