@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Teachers", sans-serif;
  --third-family: "Poppins", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: #111113;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: #ece7e3;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 743px) {
  .container {
    padding: 0 16px;
  }
}

.title-2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #ece7e3;
}
@media (max-width: 992px) {
  .title-2 {
    font-size: 28px;
    line-height: 143%;
  }
}
@media (max-width: 743px) {
  .title-2 {
    font-size: 28px;
    line-height: 143%;
  }
}

.title-3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #ece7e3;
}
@media (max-width: 992px) {
  .title-3 {
    font-size: 24px;
    line-height: 167%;
  }
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #111113;
  padding: 12px;
  background: #f38313;
  border-radius: 8px;
  transition: 0.23s;
  border: none;
}
.btn-primary:hover {
  background: #ff9b36;
}
.btn-primary:disabled {
  background: #92581e;
}

.btn-v2 {
  border: 2px solid #f38313;
  background-color: transparent;
  color: #f38313;
  box-sizing: border-box;
  padding: 10px;
}
.btn-v2:hover {
  border: 2px solid #ff9b36;
  color: #111113;
  background: #ff9b36;
}

.btn {
  border-radius: 8px;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #111113;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: none;
  transition: 0.23s;
}

.btn-google {
  background: #ece7e3;
}
.btn-google:hover {
  background: #ffffff;
}

.btn-telegram {
  color: #ece7e3;
  background: #3398bf;
}
.btn-telegram:hover {
  background: #32a2ce;
}

.btn-discord {
  color: #ece7e3;
  background: #5762f7;
}
.btn-discord:hover {
  background: #4d59ff;
}

.btn-vl {
  color: #ece7e3;
  background: #8e51ff;
}
.btn-vl:hover {
  background: #9d68ff;
}

.ic-btn-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8e51ff;
  border-radius: 8px;
  padding: 0;
  width: 48px;
  height: 48px;
  background: #171717;
  transition: 0.23s;
}
.ic-btn-v1:hover {
  background-color: #8e51ff;
}

.btn-copy-main {
  display: flex;
  border: none;
  background: none;
  padding: 0;
}

.input input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
  transition: 0.23s;
  border: 1px solid #27272a;
  padding: 12px 16px;
  background: #27272a;
  border-radius: 12px;
  width: 100%;
}
.input input::placeholder {
  color: #a4a4a4;
}
.input input:hover {
  border: 1px solid #f38313;
}
.input input:focus {
  border: 1px solid #27272a;
}
.input input:disabled {
  color: #a4a4a4;
  border: 1px solid #27272a;
}
.input .input-error-text {
  display: none;
}
.input.input-error input {
  border: 1px solid #e0322a;
  color: #e0322a;
}
.input.input-error input::placeholder {
  color: #e0322a;
}
.input.input-error .input-error-text {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  color: #e0322a;
  padding-left: 8px;
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox .checkbox-inp {
  display: none;
}
.checkbox .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox .checkbox-checkmark {
  border: 2px solid #f38313;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .checkbox-checkmark svg {
  transition: 0.23s;
  min-width: 18px;
  min-height: 18px;
  opacity: 0;
}
.checkbox .checkbox-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
}
.checkbox .checkbox-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
  text-decoration: underline;
  transition: 0.23s;
}
.checkbox .checkbox-text a:hover {
  color: #f38313;
}
.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-checkmark svg {
  opacity: 1;
}

.popuplist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.popuplist-item img {
  width: 100%;
}

.header {
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px 0 rgba(8, 8, 9, 0.4);
  background: #171717;
  padding: 16px 0;
  position: relative;
  z-index: 50;
}
.header__box {
  display: flex;
  justify-content: space-between;
}
.header .header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header-logo img {
  width: 60px;
}
.header .header-nav ul {
  display: flex;
  gap: clamp(10px, 2.667vw, 40px);
}
.header .header-nav ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
  position: relative;
  transition: 0.23s;
}
.header .header-nav ul li a::after {
  transition: 0.23s;
  position: absolute;
  bottom: -2px;
  border-radius: 10px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ece7e3;
}
.header .header-nav ul li a:hover {
  color: #f38313;
}
.header .header-nav ul li a:hover::after {
  background-color: #f38313;
  width: 100%;
}
.header .login-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
  transition: 0.23s;
}
.header .login-btn:hover {
  color: #f38313;
}
.header__block1 {
  display: flex;
  align-items: center;
  gap: clamp(20px, 6.667vw, 90px);
}
.header__block2 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .lang {
  position: relative;
}
.header .lang .lang-current {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
  cursor: pointer;
}
.header .lang .lang-list {
  position: absolute;
  right: -10px;
  top: calc(100% + 10px);
  z-index: 10;
  background-color: #171717;
  border: 1px solid #f38313;
  padding: 10px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  display: grid;
  gap: 6px;
}
.header .lang .lang-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
.header .lang .lang-list li a:hover {
  text-decoration: underline;
}
.header .lang .lang-list li a.active {
  font-weight: 700;
}
.header .lang.active .lang-list {
  visibility: visible;
  opacity: 1;
}
.header .mob-menu {
  display: none;
}
@media (max-width: 1200px) {
  .header__block1 {
    gap: clamp(10px, 2.667vw, 50px);
  }
  .header__block2 {
    gap: 30px;
  }
  .header .header-nav ul {
    gap: clamp(10px, 2.667vw, 30px);
  }
  .header .header-nav ul li a {
    font-size: 16px;
  }
}
.header .header-nav-top {
  display: none;
}
.header .mobile-htry {
  display: none;
}
.header .mobile-lang {
  display: none;
}
.header .hbtn-mob-login {
  display: none;
}
@media (max-width: 992px) {
  .header {
    padding: 12px 0px;
  }
  .header .header-logo {
    gap: 8px;
  }
  .header .header-logo img {
    width: 50px;
  }
  .header .header-logo svg {
    width: 85px;
  }
  .header .header-nav-wrap {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: flex-end;
    transition: 0.23s;
    visibility: hidden;
    opacity: 0;
  }
  .header .header-nav-wrap.active {
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
  }
  .header .header-nav-wrap.active .header-nav {
    right: 0 !important;
  }
  .header .header-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .header .header-nav-top__logo img {
    width: 50px;
  }
  .header .header-nav {
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px 0 rgba(8, 8, 9, 0.4);
    background: #111113;
    border-left: 1px solid #252a31;
    height: 100%;
    width: 375px;
    padding: 20px 24px 40px 24px;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .header .header-nav.ovrflvid {
    overflow: visible;
  }
  .header .header-nav {
    position: relative;
    right: -100vw;
    transition: 0.23s;
  }
  .header .header-nav__box {
    flex: 1;
    margin-bottom: 24px;
  }
  .header .header-nav ul {
    flex-direction: column;
    gap: 24px;
  }
  .header .header-nav ul li {
    border-bottom: 1px solid #252a31;
    padding-bottom: 24px;
  }
  .header .header-nav ul li a {
    display: flex;
    font-size: 18px;
    line-height: 133%;
    width: 100%;
    color: #ece7e3;
  }
  .header .hbtn-mob-login {
    display: flex;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #ece7e3;
    border-bottom: 1px solid #252a31;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .header .mobile-htry {
    display: flex;
  }
  .header__block2 {
    gap: 40px;
  }
  .header__block2 .lang {
    display: none;
  }
  .header .header-nav-close {
    z-index: 55;
  }
  .header .login-btn {
    font-size: 16px;
  }
  .header .mobile-lang {
    display: flex;
    width: 100%;
    margin-top: 24px;
  }
  .header .mobile-lang__top {
    display: flex;
    position: relative;
    padding: 29px 24px 24px 24px;
  }
  .header .mobile-lang__wrap {
    display: none;
  }
  .header .mobile-lang__back {
    transform: rotate(-90deg);
  }
  .header .mobile-lang .lang-current {
    width: 100%;
  }
  .header .mobile-lang .lang-current::after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/arrow.9f4598c71b07.svg");
    transform: rotate(90deg);
    right: 0;
  }
  .header .mobile-lang.active .mobile-lang__wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 375px;
    overflow: auto;
    top: 0;
    right: 0;
    border-left: 1px solid #252a31;
    background: #111113;
  }
  .header .mobile-lang.active .lang-list {
    position: relative;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    border: none;
    background: #111113;
    padding: 36px 24px 24px 24px;
  }
  .header .mobile-lang.active .lang-list li {
    width: 100%;
    border: none;
    padding: 0;
  }
  .header .mob-menu {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .header .mob-menu span {
    width: 30px;
    background-color: #ece7e3;
    height: 3px;
    display: flex;
  }
}
@media (max-width: 743px) {
  .header {
    padding: 12px 0px;
  }
  .header .header-nav-top {
    margin-bottom: 40px;
  }
  .header .header-nav {
    width: 260px;
    padding: 20px 24px 40px 24px;
  }
  .header .header-nav__box {
    margin-bottom: 24px;
  }
  .header .header-nav ul {
    gap: 16px;
  }
  .header .header-nav ul li {
    padding-bottom: 16px;
  }
  .header .header-nav ul li a {
    font-size: 18px;
  }
  .header .hbtn-mob-login {
    font-size: 18px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .header__block2 {
    gap: 24px;
  }
  .header .login-btn {
    font-size: 16px;
  }
  .header .mobile-lang {
    margin-top: 24px;
  }
  .header .mobile-lang__top {
    padding: 29px 24px 24px 24px;
  }
  .header .mobile-lang.active .mobile-lang__wrap {
    width: 260px;
  }
  .header .mobile-lang.active .lang-list {
    gap: 16px;
    padding: 12px 24px 24px 24px;
  }
}

.header-account .header__box {
  gap: 30px;
}
.header-account .header__block1 {
  gap: 30px;
  width: 100%;
  justify-content: space-between;
}
.header-account .header__block1 .header-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-account .header__block2 {
  gap: 24px;
}
.header-account .header__block2 .btn-gener {
  width: 200px;
}

.header-account-menu__box {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 100%;
  justify-content: space-between;
}
.header-account-menu__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #ece7e3;
}
.header-account-menu__item.active, .header-account-menu__item:hover {
  color: #f38313;
}

.earn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #ece7e3;
}
.earn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 133%;
  color: #ece7e3;
}

.h-credit-itm {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
}
.h-credit-itm span {
  font-weight: 700;
  font-size: 16px;
  line-height: 133%;
  color: #ece7e3;
}

.h-ac-menu {
  position: relative;
}
.h-ac-menu__top {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 4px;
}
.h-ac-menu__top::after {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background-image: url("../img/icons/arrow.9f4598c71b07.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
}
.h-ac-menu__box {
  background: #171717;
  position: absolute;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  padding: 8px;
  min-width: 120px;
  top: calc(100% + 12px);
  display: none;
}
@media (max-width: 1400px) {
  .h-ac-menu__box {
    right: 0;
  }
}
.h-ac-menu.active .h-ac-menu__top::after {
  transform: scaleY(1);
}
.h-ac-menu.active .h-ac-menu__box {
  display: block;
}

.nav-acc {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.nav-acc li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
}
.nav-acc li a:hover {
  text-decoration: underline;
}

.logout {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #c82f2f;
  border: none;
  background: none;
  padding: 0;
  transition: 0.23s;
  margin-top: 8px;
}
.logout:hover {
  color: #d63939;
}

.acc-lang .acc-lang-current img {
  width: 24px;
  margin-right: 4px;
}
.acc-lang .acc-lang-current {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.acc-lang .acc-lang-current::after {
  display: block;
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/arr-gray.0797238cd48e.svg");
  transition: 0.23s;
}
.acc-lang .acc-lang-list {
  padding-left: 8px;
  padding-top: 2px;
  display: none;
}
.acc-lang .acc-lang-list li {
  margin-top: 6px;
}
.acc-lang .acc-lang-list li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
}
.acc-lang .acc-lang-list li a img {
  width: 24px;
}
.acc-lang .acc-lang-list li a:hover {
  text-decoration: underline;
}
.acc-lang.active .acc-lang-current::after {
  transform: scaleY(-1);
}
.acc-lang.active .acc-lang-list {
  display: grid;
}

.mobile-credits-counts {
  display: none;
}

.acc-mob-menu {
  display: none;
}

@media (max-width: 1240px) {
  .header-account .mob-menu {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .header-account .mob-menu span {
    width: 30px;
    background-color: #ece7e3;
    height: 3px;
    display: flex;
  }
  .header-account .header__block1 .header-nav-wrap {
    display: none;
  }
  .header-account .header__block2 {
    gap: 48px;
  }
  .header-account .header__block2 .btn-gener {
    display: none;
  }
  .header-account .header__block2 .h-ac-menu {
    display: none;
  }
  .header-account .mobile-credits-counts {
    display: flex;
    gap: 48px;
  }
  .acc-mob-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.23s;
    visibility: hidden;
    opacity: 0;
  }
  .acc-mob-menu.active {
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
  }
  .acc-mob-menu.active .acc-mob-menu__wrap {
    right: 0 !important;
  }
  .acc-mob-menu__wrap {
    width: 100%;
    max-width: 475px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px 0 rgba(8, 8, 9, 0.4);
    background: #111113;
    border-left: 1px solid #252a31;
    height: 100%;
    padding: 20px 24px 40px 24px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    right: -100vw;
    transition: 0.23s;
  }
  .acc-mob-menu__main {
    flex: 1;
  }
  .acc-mob-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .acc-mob-menu__logo img {
    width: 50px;
  }
  .acc-mob-menu__logo svg {
    display: none;
  }
}
@media (max-width: 1240px) and (max-width: 743px) {
  .acc-mob-menu__logo img {
    display: none;
  }
  .acc-mob-menu__logo svg {
    display: flex;
    width: 85px;
  }
}
@media (max-width: 1240px) {
  .acc-mob-menu__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #ece7e3;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #252a31;
  }
  .acc-mob-menu .earn {
    font-size: 18px;
  }
  .acc-mob-menu .earn span {
    font-size: 18px;
  }
  .acc-mob-menu .earn {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #252a31;
  }
  .acc-mob-menu .h-credit-itm {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #252a31;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #ece7e3;
  }
  .acc-mob-menu .h-ac-menu__top {
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
  }
  .acc-mob-menu .h-ac-menu__top::after {
    transform: rotate(180deg);
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .acc-mob-menu .h-ac-menu__box {
    position: relative;
    top: 0 auto;
    border: none;
    background: transparent;
    padding: 0;
    border-top: 1px solid #252a31;
  }
  .acc-mob-menu .h-ac-menu .acc-lang {
    padding-left: 16px;
  }
  .acc-mob-menu .h-ac-menu .acc-lang img {
    width: 40px;
    margin-right: 10px;
  }
  .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-current {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #ece7e3;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-current::after {
    transform: rotate(90deg);
    background-image: url("../img/icons/arrow.9f4598c71b07.svg");
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-left: 4px;
  }
  .acc-mob-menu .h-ac-menu .acc-lang.active .acc-lang-current::after {
    transform: rotate(180deg);
  }
  .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-list {
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 16px;
    gap: 10px;
  }
  .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-list li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #ece7e3;
  }
  .acc-mob-menu .h-ac-menu .nav-acc {
    gap: 0;
    margin-top: 0px;
  }
  .acc-mob-menu .h-ac-menu .nav-acc li {
    border-top: 1px solid #252a31;
  }
  .acc-mob-menu .h-ac-menu .nav-acc li a {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #ece7e3;
    padding-left: 16px;
  }
  .acc-mob-menu .h-ac-menu .logout {
    width: 100%;
    display: flex;
    border-top: 1px solid #252a31;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
}
@media (max-width: 743px) {
  .header-account .header__block2 {
    gap: 24px;
  }
  .header-account .mobile-credits-counts {
    gap: 24px;
  }
  .header-account .mobile-credits-counts i {
    display: none;
  }
  .header-account .mobile-credits-counts span {
    font-size: 16px;
  }
  .header-account .acc-mob-menu__wrap {
    max-width: 303px;
  }
  .header-account .acc-mob-menu__top {
    margin-bottom: 24px;
  }
  .header-account .acc-mob-menu__logo img {
    width: 50px;
  }
  .header-account .acc-mob-menu__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-account .acc-mob-menu .earn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-account .acc-mob-menu .h-credit-itm {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .header-account .acc-mob-menu .h-ac-menu__top {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .header-account .acc-mob-menu .h-ac-menu__top::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang {
    padding-left: 16px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang img {
    width: 24px;
    margin-right: 10px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-current {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-current::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-left: 4px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-list {
    padding-bottom: 16px;
    padding-left: 16px;
    gap: 10px;
  }
  .header-account .acc-mob-menu .h-ac-menu .acc-lang .acc-lang-list li a {
    font-size: 16px;
  }
  .header-account .acc-mob-menu .h-ac-menu .nav-acc li a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    padding-left: 16px;
  }
  .header-account .acc-mob-menu .h-ac-menu .logout {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin-top: 0;
  }
}
@media (max-width: 456px) {
  .header-account .header__box {
    gap: 12px;
  }
  .header-account .header__block2 {
    gap: 12px;
  }
  .header-account .mobile-credits-counts {
    gap: 12px;
  }
  .header-account .mobile-credits-counts i {
    display: none;
  }
  .header-account .mobile-credits-counts span {
    font-size: 14px;
  }
  .header-account .mobile-credits-counts .h-credit-itm {
    gap: 2px;
  }
}
@media (max-width: 398px) {
  .header-account .header__box {
    gap: 6px;
  }
  .header-account .header__block2 {
    gap: 6px;
  }
  .header-account .mobile-credits-counts {
    gap: 6px;
  }
  .header-account .mobile-credits-counts i {
    display: none;
  }
  .header-account .mobile-credits-counts span {
    font-size: 14px;
  }
  .header-account .mobile-credits-counts .h-credit-itm {
    gap: 2px;
  }
}
@media (max-width: 374px) {
  .header-account .header-logo svg {
    width: 75px;
  }
  .header-account .header__box {
    gap: 6px;
  }
  .header-account .header__block2 {
    gap: 6px;
  }
  .header-account .mobile-credits-counts {
    gap: 6px;
  }
  .header-account .mobile-credits-counts i {
    display: none;
  }
  .header-account .mobile-credits-counts span {
    font-size: 14px;
  }
  .header-account .mobile-credits-counts svg {
    width: 20px;
  }
  .header-account .mobile-credits-counts .h-credit-itm {
    gap: 2px;
  }
}
.footer {
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px 0 rgba(8, 8, 9, 0.4);
  background: #171717;
  padding: 24px 0 24px 0;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1400px) {
  .footer__box {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .footer__box {
    gap: 40px;
  }
}
.footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 38px;
}
.footer .footer-logo img {
  width: 60px;
}
.footer .footer-social ul {
  display: flex;
  gap: 24px;
}
.footer .footer-social ul li a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  background: #111113;
  transition: 0.23s;
}
.footer .footer-social ul li a:hover {
  background: #252a31;
}
.footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.footer .footer-nav ul li {
  width: calc(50% - 12px);
}
.footer .footer-nav ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
  position: relative;
  transition: 0.23s;
}
.footer .footer-nav ul a::after {
  transition: 0.23s;
  position: absolute;
  bottom: -2px;
  border-radius: 10px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ece7e3;
}
.footer .footer-nav ul a:hover {
  color: #f38313;
}
.footer .footer-nav ul a:hover::after {
  background-color: #f38313;
  width: 100%;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 304px;
}
.footer .footer-email {
  display: flex;
  gap: 15px;
}
.footer .footer-email a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
  position: relative;
  transition: 0.23s;
}
.footer .footer-email a::after {
  transition: 0.23s;
  position: absolute;
  bottom: -2px;
  border-radius: 10px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ece7e3;
}
.footer .footer-email a:hover {
  color: #f38313;
}
.footer .footer-email a:hover::after {
  background-color: #f38313;
  width: 100%;
}
.footer .footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
}
.footer .designedby {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
}
.footer .designedby a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #ece7e3;
  text-decoration: underline;
  transition: 0.23s;
}
.footer .designedby a:hover {
  color: #f38313;
}
@media (max-width: 992px) {
  .footer__box {
    flex-wrap: wrap;
    gap: 24px 20px;
  }
  .footer .footer-col:nth-child(1) {
    width: 220px;
  }
  .footer .footer-col:nth-child(2) {
    width: calc(100% - 240px);
    max-width: 340px;
  }
  .footer .footer-col:nth-child(3) {
    width: 100%;
  }
  .footer .footer-col:nth-child(3) .footer-info {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
  .footer .footer-text {
    text-align: center;
  }
}
@media (max-width: 743px) {
  .footer__box {
    gap: 24px;
  }
  .footer .footer-col:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer .footer-col:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
    order: -1;
  }
  .footer .footer-col:nth-child(3) {
    width: 100%;
  }
  .footer .footer-col:nth-child(3) .footer-info {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
  .footer .footer-logo {
    margin-top: 0;
    gap: 8px;
  }
  .footer .footer-logo svg {
    width: 77px;
    height: 32px;
  }
}

.faq-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .faq-section {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
@media (max-width: 743px) {
  .faq-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .faq-section .title-2 {
    text-align: left;
  }
}

.faq {
  margin-top: 40px;
  display: grid;
  gap: 16px;
}
.faq .faq-item {
  padding: 16px;
  background: #171717;
  border-radius: 12px;
  cursor: pointer;
}
.faq .faq-item__top {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  color: #ece7e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.faq .faq-item__top::after {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: block;
  position: relative;
  content: "";
  background-image: url("../img/icons/arrow.9f4598c71b07.svg");
  transform: rotate(180deg);
  transition: 0.23s;
}
.faq .faq-item__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
  padding-top: 8px;
  display: none;
}
.faq .faq-item.active .faq-item__top::after {
  transform: rotate(0deg);
}
@media (max-width: 992px) {
  .faq {
    margin-top: 24px;
  }
}
@media (max-width: 743px) {
  .faq .faq-item__top {
    font-size: 18px;
    line-height: 133%;
  }
  .faq .faq-item__content {
    font-size: 14px;
    line-height: 171%;
    padding-top: 16px;
  }
}

.hero-block {
  padding-top: 32px;
  padding-bottom: 40px;
}
.hero-block__box {
  display: flex;
  gap: 49px;
}
.hero-block__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 96px;
}
.hero-block__main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
  margin-bottom: 40px;
}
.hero-block__main .btn-primary {
  width: 100%;
  max-width: 343px;
}
.hero-block__title {
  font-weight: 700;
  font-size: 62px;
  line-height: 125%;
  color: #ece7e3;
  margin-bottom: 16px;
}
.hero-block__title span {
  color: #f38313;
}
.hero-block__content {
  position: relative;
}
.hero-block__content::before {
  display: block;
  content: "";
  position: absolute;
  top: -300px;
  left: -250px;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-size: cover;
  background-image: url("../img/blueico.52090e8e616c.svg");
}
.hero-block__content::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -200px;
  right: -250px;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-size: cover;
  background-image: url("../img/blueico.52090e8e616c.svg");
}
.hero-block .hot-videos {
  width: 504px;
  position: relative;
}
.hero-block .hot-videos::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(165deg, rgb(161, 129, 96) 0%, rgba(238, 179, 111, 0) 40%, rgba(234, 206, 123, 0) 61%, rgb(243, 159, 75) 100%);
  left: -1px;
  top: -1px;
  border-radius: 12px;
  z-index: -1;
  transition: 0.23s;
}
.hero-block .hot-videos__wrap {
  border-radius: 12px;
  padding: 24px 28px 16px 28px;
  backdrop-filter: blur(1110px);
  background: #171717;
}
.hero-block .hot-videos .hot-videos-item {
  height: 448px;
  width: 100%;
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  img,
  video{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
}
.hero-block .hot-videos .hot-videos-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-block .hot-videos__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  margin-top: 16px;
}
.hero-block .hot-videos__title {
  font-family: var(--third-family);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #ece7e3;
}
.hero-block .hot-videos__title span {
  font-weight: 700;
  color: #f38313;
}
.hero-block .hot-videos .hot-videos-pagination {
  position: relative;
  width: auto;
  display: flex !important;
  align-items: center !important;
  bottom: 0;
}
.hero-block .hot-videos .hot-videos-pagination .swiper-pagination-bullet {
  background-color: #A4A4A4;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
}
.hero-block .hot-videos .hot-videos-pagination .swiper-pagination-bullet-active {
  background-color: #F38313;
  width: 12px;
  height: 12px;
}
@media (max-width: 1200px) {
  .hero-block__main {
    padding-top: 40px;
  }
  .hero-block .hot-videos {
    width: 420px;
  }
  .hero-block .hot-videos__title {
    font-size: 20px;
  }
  .hero-block .hot-videos .hot-videos-item {
    height: 364px;
  }
}
@media (max-width: 992px) {
  .hero-block {
    padding-top: 34px;
    padding-bottom: 38px;
  }
  .hero-block__box {
    gap: 33px;
  }
  .hero-block__main {
    padding-top: 26px;
  }
  .hero-block__main p {
    margin-bottom: 24px;
  }
  .hero-block__main .btn-primary {
    max-width: 323px;
  }
  .hero-block__title {
    font-size: 40px;
  }
  .hero-block .hot-videos {
    width: 324px;
  }
  .hero-block .hot-videos::before {
    background: linear-gradient(165deg, rgb(161, 129, 96) 0%, rgba(238, 179, 111, 0) 40%, rgba(234, 206, 123, 0) 61%, rgb(243, 159, 75) 100%);
  }
  .hero-block .hot-videos__wrap {
    padding: 16px 18px;
  }
  .hero-block .hot-videos .hot-videos-item {
    height: 288px;
  }
  .hero-block .hot-videos__title {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .hero-block {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .hero-block__box {
    gap: 24px;
    flex-direction: column-reverse;
  }
  .hero-block__main {
    padding-top: 0px;
  }
  .hero-block__main p {
    font-size: 14px;
  }
  .hero-block__main .btn-primary {
    max-width: 100%;
  }
  .hero-block__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .hero-block__content::before {
    top: -270px;
    left: -280px;
  }
  .hero-block__content::after {
    bottom: -200px;
    right: -250px;
  }
  .hero-block .hot-videos {
    width: 100%;
  }
  .hero-block .hot-videos__wrap {
    padding: 16px 19px;
  }
  .hero-block .hot-videos .hot-videos-item {
    height: 288px;
  }
  .hero-block .hot-videos__title {
    font-size: 14px;
  }
}

.videocounter {
  background: #171717;
  padding: 32px 0;
}
.videocounter__title {
  text-align: center;
}
.videocounter__title span {
  font-size: 40px;
  color: #f38313;
}
.videocounter__title span i {
  font-size: 48px;
}
.videocounter__top {
  margin-bottom: 40px;
}
.videocounter__top .container {
  display: flex;
  justify-content: center;
}
.videocounter__content .marque-item {
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;

  img,
  video{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
}
.videocounter__content .marque-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.videocounter__content .swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}
.videocounter__content .swiper-slide.marquee-swiper {
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videocounter__content .marquee-swiper-2 {
  display: none;
  margin-top: 40px;
}
.videocounter__bottom {
  margin-top: 40px;
}
.videocounter__bottom .container {
  display: flex;
  justify-content: center;
}
.videocounter__bottom .btn-primary {
  width: 100%;
  max-width: 343px;
}
@media (max-width: 992px) {
  .videocounter__title {
    font-size: 28px;
  }
  .videocounter__title span {
    font-size: 32px;
  }
  .videocounter__title span i {
    font-size: 32px;
  }
  .videocounter .swiper-slide.marquee-swiper {
    min-width: 160px;
    max-width: 160px;
    min-height: 192px;
    max-height: 192px;
  }
}
@media (max-width: 743px) {
  .videocounter__title {
    font-size: 28px;
  }
  .videocounter__title span {
    font-size: 32px;
  }
  .videocounter__title span i {
    font-size: 32px;
  }
  .videocounter__top {
    margin-bottom: 24px;
  }
  .videocounter__bottom {
    margin-top: 24px;
  }
  .videocounter .swiper-slide.marquee-swiper {
    min-width: 133px;
    max-width: 133px;
    min-height: 160px;
    max-height: 160px;
  }
  .videocounter .marquee-swiper-2 {
    display: block;
    margin-top: 24px;
  }
}

.how-work {
  padding-top: 64px;
  padding-bottom: 40px;
}
.how-work__box {
  display: flex;
  align-items: stretch;
  gap: 24px;
  max-width: 994px;
  margin: 0 auto;
  position: relative;
}
.how-work__box .blurebg {
  position: absolute;
  right: -140px;
  top: -20px;
  z-index: -1;
}
.how-work__box .blurebg_2 {
  display: none;
}
.how-work .how-work-title-mobile {
  display: none;
}
.how-work__media {
  display: flex;
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  min-width: 445px;
  max-width: 445px;

  height: 339px;


  .how-work-video{
        width: 100%;
        height: 100%;

        video{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
        }
    }

    div{
        video{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
        }
    }
    video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

}
.how-work__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.how-work__content {
  padding-top: 22px;
  padding-bottom: 22px;
}
.how-work__content .title-2 {
  text-align: left;
}
.how-work__list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.how-work .how-work-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #171717;
  border-radius: 12px;
  padding: 15px 16px;
}
.how-work .how-work-item__num {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #f38313;
  border: 1px solid #f38313;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-work .how-work-item__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
@media (max-width: 1200px) {
  .how-work__media {
    min-width: 390px;
    max-width: 390px;
    height: 176px;
  }
}
@media (max-width: 992px) {
  .how-work {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .how-work__box {
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .how-work__box .blurebg {
    right: -300px;
    top: -20px;
  }
  .how-work__box .blurebg_2 {
    right: -50px;
    top: -30px;
  }
  .how-work .how-work-title-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  .how-work .how-work-title-desktop {
    display: none;
  }
  .how-work__media {
    min-width: 219px;
    max-width: 219px;
    margin-right: 16px;
  }
  .how-work__content {
    padding-top: 0px;
    padding-bottom: 0px;
    width: calc(100% - 235px);
  }
  .how-work__list {
    margin-top: 0px;
  }
  .how-work .how-work-item {
    gap: 8px;
    padding: 12px 8px;
  }
  .how-work .how-work-item__num {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-size: 14px;
    line-height: 100%;
  }
  .how-work .how-work-item__txt {
    font-size: 14px;
    line-height: 171%;
  }
}
@media (max-width: 743px) {
  .how-work {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .how-work__box .blurebg {
    left: 50%;
    margin: 0 auto;
    width: 250vw;
    transform: translateX(-50%);
    top: 20px;
  }
  .how-work__box .blurebg_2 {
    display: none;
  }
  .how-work .how-work-title-mobile {
    margin-bottom: 16px;
  }
  .how-work__media {
    min-width: 100%;
    max-width: 100%;
    height: 261px;
    margin-right: 16px;
  }
  .how-work__content {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 24px;
  }
  .how-work__list {
    margin-top: 0px;
  }
  .how-work .how-work-item {
    padding: 12px 16px 12px 8px;
    align-items: flex-start;
  }
}

.plans {
  padding-top: 40px;
  padding-bottom: 40px;
}
.plans .title-2 {
  text-transform: capitalize;
}
.plans .plans_paylogo {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.plans .plans_paylogo img {
  height: 30px;
  mix-blend-mode: exclusion;
  opacity: 0.4;
}
.plans__box {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  position: relative;
}
.plans__box::before {
  display: block;
  content: "";
  position: absolute;
  top: -150px;
  left: -50px;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-image: url("../img/blueico.52090e8e616c.svg");
  background-size: cover;
}
.plans__box::after {
  display: block;
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-image: url("../img/blueico.52090e8e616c.svg");
  background-size: cover;
}
.plans .plan-item {
  position: relative;
  width: calc(33.33% - 20px);
  transform: scale(1);
  transition: 0.23s;
}
.plans .plan-item:hover {
  transform: scale(1.05);
}
.plans .plan-item::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(177deg, rgb(161, 129, 96) 0%, rgba(238, 179, 111, 0) 40%, rgba(234, 206, 123, 0) 61%, rgb(243, 159, 75) 100%);
  left: -1px;
  top: -1px;
  border-radius: 12px;
  z-index: -1;
  transition: 0.23s;
}
@media (min-width: 992px) {
  .plans .plan-item.most-popular::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 15px;
  }
}
.plans .plan-item__wrap {
  background: #171717;
  border-radius: 12px;
  padding: 16px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plans .plan-item__label {
  position: absolute;
  font-weight: 800;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: #171717;
  padding: 4px 8px;
  background: #f38313;
  border-radius: 12px;
  top: -20px;
  left: 18px;
}
.plans .plan-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.plans .plan-item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #ece7e3;
}
.plans .plan-item__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
.plans .plan-item__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #ece7e3;
}
.plans .plan-item__credits {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #a4a4a4;
}
.plans .plan-item__credits span {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  color: #ece7e3;
}
@media (max-width: 1200px) {
  .plans .plan-item__wrap {
    padding: 16px 24px;
  }
  .plans .plan-item__label {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    top: -20px;
    left: 18px;
  }
  .plans .plan-item__top {
    margin-bottom: 16px;
    gap: 6px;
  }
  .plans .plan-item__name {
    font-size: 28px;
  }
  .plans .plan-item__txt {
    font-size: 14px;
  }
  .plans .plan-item__price {
    font-size: 26px;
  }
  .plans .plan-item__credits {
    gap: 4px;
    font-size: 14px;
  }
  .plans .plan-item__credits span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .plans {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .plans__box {
    gap: 24px 32px;
  }
  .plans__box::before {
    display: none;
  }
  .plans__box::after {
    display: none;
  }
  .plans .plan-item {
    width: calc(50% - 18px);
  }
  .plans .plan-item::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
  }
  .plans .plan-item__label {
    font-size: 12px;
    line-height: 200%;
    top: -16px;
    left: 16px;
  }
  .plans .plan-item__top {
    gap: 6px;
  }
  .plans .plan-item__name {
    font-size: 24px;
    line-height: 167%;
  }
  .plans .plan-item__txt {
    font-size: 14px;
    line-height: 171%;
  }
  .plans .plan-item__price {
    font-size: 24px;
    line-height: 167%;
  }
  .plans .plan-item__credits {
    gap: 4px;
    font-size: 14px;
    line-height: 171%;
  }
  .plans .plan-item__credits span {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 743px) {
  .plans {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plans .plans_paylogo {
    margin-top: 8px;
  }
  .plans__box {
    gap: 24px;
    margin-top: 24px;
  }
  .plans .plan-item {
    width: 100%;
  }
  .plans .plan-item:hover {
    transform: scale(1.02);
  }
}

.earn-section {
  padding: 40px 0;
}
.earn-section__box {
  display: flex;
  align-items: stretch;
  background: #171717;
  border-radius: 12px;
  padding: 24px 40px;
  gap: 40px;
}
.earn-section__content p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
.earn-section__content .btn-primary {
  width: 100%;
  max-width: 368px;
  margin-top: 16px;
}
.earn-section__media {
  display: flex;
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  min-width: 460px;
  max-width: 460px;

  height: 296px;


  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    iframe{
        width: 100%;
        height: 100%;
    }

    div{
        width: 100%;
        height: 100%;
    }

}
.earn-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .earn-section__media {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .earn-section {
    padding: 32px 0;
  }
  .earn-section__box {
    gap: 16px;
    padding: 24px 16px;
  }
  .earn-section__content p {
    margin-top: 16px;
    font-size: 14px;
  }
  .earn-section__content .btn-primary {
    max-width: 323px;
    margin-top: 24px;
  }
  .earn-section__media {
    min-width: 284px;
    max-width: 284px;
  }
}
@media (max-width: 743px) {
  .earn-section {
    padding: 20px 0;
  }
  .earn-section .container {
    padding: 0;
  }
  .earn-section__box {
    flex-direction: column-reverse;
    gap: 24px;
    border-radius: 0px;
    padding: 24px 16px;
  }
  .earn-section__media {
    min-width: 100%;
    max-width: 100%;
    height: 260px;
  }
}

.sign-in-page {
  background-image: url("../img/signinbg.2414d3c7251e.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
.sign-in-page::after {
  position: absolute;
  width: 100vw;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sign-in-page__wrapper {
  position: relative;
  z-index: 3;
  overflow: auto;
}
.sign-in-page__logo {
  display: flex;
  justify-content: center;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .sign-in-page__logo {
    padding-top: 80px;
  }
}
@media (max-width: 743px) {
  .sign-in-page__logo {
    padding-top: 64px;
  }
}
.sign-in-page .logo-m {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sign-in-page .logo-m img {
  width: 83px;
}
.sign-in-page .logo-m svg {
  width: 136px;
  height: 38px;
}
@media (max-width: 743px) {
  .sign-in-page .logo-m {
    gap: 8px;
  }
  .sign-in-page .logo-m img {
    width: 50px;
  }
  .sign-in-page .logo-m svg {
    width: 85px;
    height: 32px;
  }
}
.sign-in-page__container {
  display: none;
  place-items: center;
  width: 100%;
  height: calc(100vh - 145px);
  overflow: auto;
  padding: 48px 16px 48px 16px;
}
@media (max-width: 743px) {
  .sign-in-page__container {
    padding-bottom: 40px;
  }
}
.sign-in-page__container.active {
  display: grid;
}
@media (max-height: 880px) {
  .sign-in-page .signin-step-1 {
    height: 100%;
  }
}
@media (max-height: 650px) {
  .sign-in-page .signin-step-2 {
    height: 100%;
  }
}

.sign-in-box {
  width: 100%;
  max-width: 439px;
  background: #171717;
  border-radius: 12px;
  padding: 40px 48px;
}
.sign-in-box .btn-primary {
  width: 100%;
}
@media (max-width: 743px) {
  .sign-in-box {
    padding: 28px 16px 24px 16px;
  }
}
.sign-in-box .or-url {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sign-in-box .input {
  margin-bottom: 20px;
}

.title-001 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  color: #ece7e3;
  margin-bottom: 40px;
}
@media (max-width: 743px) {
  .title-001 {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.signin-inputcode-box {
  padding: 24px 48px;
}
.signin-inputcode-box .title-001 {
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  .signin-inputcode-box {
    padding: 24px 16px;
  }
  .signin-inputcode-box .btn-login {
    margin-bottom: 0;
  }
  .signin-inputcode-box .wh-txt {
    margin-bottom: 20px;
  }
}

.wh-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
  margin-bottom: 24px;
}

.account-page {
  padding-top: 24px;
  padding-bottom: 32px;
}
.account-page .generations-nav {
  background: #171717;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  border-radius: 12px;
  margin-top: 24px;
}
.account-page .generations-nav .btn-primary {
  width: 100%;
  max-width: 340px;
}
.account-page .generations-section {
  width: 100%;
  height: 485px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-page .generations-section__nav {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 16px;
}
.account-page .generations-active-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: blur(9px);
  border-radius: 10px;
  overflow: hidden;
}
.account-page .generations-active-img-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #000;
  opacity: 0.2;
}
.account-page .generations-active-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-page .generations-active-img {
  height: 100%;
  width: 462px;
  position: relative;
  z-index: 2;
}
.account-page .generations-active-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-page .generations-thumbnails-box {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 7;
  gap: 6px;
}
.account-page .generations-thumbnails-item {
  border: 1px solid transparent;
  border-radius: 8px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.23s;
}
.account-page .generations-thumbnails-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-page .generations-thumbnails-item.active {
  border: 1px solid #f38313;
}
.account-page .generations-thumbnails-item.active:hover {
  border: 1px solid #f38313;
}
.account-page .generations-thumbnails-item:hover {
  border: 1px solid rgba(243, 131, 19, 0.623);
}
@media (max-width: 992px) {
  .account-page {
    padding-bottom: 40px;
  }
  .account-page .generations-nav {
    max-width: 680px;
    gap: 24px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .account-page .generations-nav .btn-primary {
    max-width: 340px;
  }
  .account-page .generations-section {
    height: 633px;
    width: 100vw;
    left: -32px;
  }
  .account-page .generations-section__nav {
    gap: 20px;
  }
  .account-page .generations-active-img {
    height: 100%;
    width: 603px;
  }
  .account-page .generations-thumbnails-box {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 743px) {
  .account-page {
    padding-bottom: 30px;
  }
  .account-page .generations-nav {
    max-width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .account-page .generations-nav .btn-primary {
    max-width: 100%;
  }
  .account-page .generations-section {
    height: 519px;
    width: 100%;
    left: 0;
  }
  .account-page .generations-section__nav {
    gap: 20px;
  }
  .account-page .generations-section::before {
    display: block;
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: url("../img/blueico.52090e8e616c.svg");
    background-size: cover;
  }
  .account-page .generations-section::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -200px;
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: url("../img/blueico.52090e8e616c.svg");
    background-size: cover;
  }
  .account-page .generations-active-img-bg {
    filter: blur(4px);
  }
  .account-page .generations-active-img-bg img {
    object-position: left center;
  }
  .account-page .generations-active-img {
    height: 360px;
    width: 100%;
  }
  .account-page .generations-thumbnails-box {
    left: 16px;
    bottom: 16px;
  }
}

.text-page-content__box {
  background: #171717;
  border-radius: 12px;
  padding: 16px 16px 83px 16px;
}
.text-page-content h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  color: #ece7e3;
  margin-bottom: 16px;
}
.text-page-content h6 {
  color: #a4a4a4;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.text-page-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
.text-page-content ol {
  list-style-type: disc;
  padding-left: 22px;
}
@media (max-width: 743px) {
  .text-page-content h1 {
    font-size: 18px;
    line-height: 133%;
  }
  .text-page-content h6 {
    font-size: 14px;
    line-height: 171%;
  }
  .text-page-content p {
    font-size: 14px;
    line-height: 171%;
  }
}

.account-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  color: #ece7e3;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  .account-title {
    font-size: 18px;
    line-height: 133%;
  }
}

.sc-top {
  background: #171717;
  border-radius: 12px;
  padding: 16px;
}
.sc-top__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
}
.sc-top__box .sc-top-item {
  border: 1px solid #f38313;
  border-radius: 12px;
  background: #171717;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-top__box .sc-top-item__value {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
  display: flex;
  gap: 8px;
}
.sc-top__box .sc-top-item__value span {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
}
.sc-top__box .sc-top-item button {
  min-width: 200px;
}
@media (max-width: 1200px) {
  .sc-top__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .sc-top__box {
    gap: 16px;
  }
}
@media (max-width: 743px) {
  .sc-top__box {
    gap: 16px;
  }
  .sc-top__box .sc-top-item {
    border-radius: 12px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .sc-top__box .sc-top-item__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .sc-top__box .sc-top-item__value span {
    font-size: 18px;
    line-height: 133%;
  }
  .sc-top .q-info {
    display: none;
  }
}

.q-info {
  position: relative;
  display: flex;
  align-items: center;
}
.q-info__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.referral .referral-content {
  display: flex;
  margin-top: 24px;
  gap: 24px;
  background: #171717;
  border-radius: 12px;
  padding: 24px;
}
.referral .referral-content__media {
  border-radius: 12px;
  width: 100%;
  max-width: 429px;
  height: 400px;
  background: #252a31;
  overflow: hidden;
}
.referral .referral-content__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.referral .referral-content__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
  margin-bottom: 16px;
}
.referral .referral-content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
}
@media (max-width: 992px) {
  .referral .referral-content {
    flex-direction: column;
    align-items: center;
  }
  .referral .referral-content__media {
    max-width: 307px;
    height: 285px;
  }
}
@media (max-width: 743px) {
  .referral .referral-content {
    gap: 16px;
    border-radius: 12px;
    padding: 24px;
  }
  .referral .referral-content__media {
    border-radius: 12px;
    max-width: 400px;
    height: 162px;
  }
}

.api-page__wrap {
  display: grid;
  gap: 24px;
}
.api-page__wrap .api-item {
  background: #171717;
  border-radius: 12px;
  padding: 16px;
}
.api-page__wrap .api-item .copy-option-section {
  max-width: 445px;
}
.api-page__wrap .api-item .btn-api-download {
  display: inline-flex;
  padding: 12px 38px;
}
@media (max-width: 743px) {
  .api-page__wrap {
    gap: 24px;
  }
  .api-page__wrap .api-item {
    border-radius: 12px;
    padding: 16px;
  }
  .api-page__wrap .api-item .btn-api-download {
    width: 100%;
    padding: 12px;
  }
}

.table-section {
  background: #171717;
  border-radius: 12px;
  padding: 16px;
  margin-top: 24px;
}

.table .table-head {
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
}
.table .table-head .table-head-col span {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #a4a4a4;
}
.table .table-head .table-head-col:nth-child(1) {
  min-width: 21%;
  max-width: 21%;
}
.table .table-head .table-head-col:nth-child(2) {
  min-width: 18%;
  max-width: 18%;
}
.table .table-head .table-head-col:nth-child(3) {
  width: 100%;
}
.table .table-head .table-head-col:nth-child(4) {
  min-width: 138px;
  max-width: 138px;
}
.table .table-row {
  display: flex;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #252a31;
}
.table .table-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.table .table-col:nth-child(1) {
  min-width: 21%;
  max-width: 21%;
}
.table .table-col:nth-child(2) {
  min-width: 18%;
  max-width: 18%;
}
.table .table-col:nth-child(3) {
  width: 100%;
}
.table .table-col:nth-child(4) {
  min-width: 138px;
  max-width: 138px;
}
.table .table-value {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
}
.table .table-value.paid {
  color: #2fc839;
}
.table .table-value.delivered {
  color: #2fc839;
}
.table .table-value.failed {
  color: #c82f2f;
}
.table .table-mob-label {
  display: none;
}
@media (max-width: 743px) {
  .table .table-head {
    display: none;
  }
  .table .table-row {
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }
  .table .table-row:nth-child(1) {
    padding-top: 0;
  }
  .table .table-col:nth-child(1) {
    min-width: calc(100% - 118px);
    max-width: calc(100% - 118px);
  }
  .table .table-col:nth-child(2) {
    min-width: 91px;
    max-width: 91px;
  }
  .table .table-col:nth-child(3) {
    min-width: calc(100% - 118px);
    max-width: calc(100% - 118px);
  }
  .table .table-col:nth-child(4) {
    min-width: 101px;
    max-width: 101px;
  }
  .table .table-mob-label {
    display: flex;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #a4a4a4;
  }
}
@media (max-width: 350px) {
  .table .table-mob-label {
    font-size: 14px;
  }
  .table .table-value {
    font-size: 16px;
  }
  .table .table-col:nth-child(1) {
    min-width: calc(100% - 98px);
    max-width: calc(100% - 98px);
  }
  .table .table-col:nth-child(2) {
    min-width: 81px;
    max-width: 81px;
  }
  .table .table-col:nth-child(3) {
    min-width: calc(100% - 98px);
    max-width: calc(100% - 98px);
  }
  .table .table-col:nth-child(4) {
    min-width: 81px;
    max-width: 81px;
  }
}

.generation-so {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 743px) {
  .generation-so {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.generation-so-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);

    // @media (min-width: 743px) {
    //     .generation-so__card:nth-child(3) {
    //         grid-row: span 2;
    //         height: 100%;
    //     }
    //     @media (max-width: 743px) {

    //         grid-template-columns: repeat(2, 1fr);
        
    //     }
    
    //     @media (max-width: 576px) {
    
    //         grid-template-columns: repeat(1, 1fr);
    
    //         .generation-so__card{
    //             aspect-ratio: 1 / 1 !important;
    //             height: auto !important;
    //         }
    //     }
    // }

    .generation-so__card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        border: 1px solid #252a31;


        &:nth-child(1){order: 1;}
        &:nth-child(2){order: 2;}
        &:nth-child(3){order: 4;}
        &:nth-child(4){order: 3;}
        
        &:hover{
            border-color: #f38313;
        }
    }

}

// + new generation-so-grid-new (old .generation-so-grid)

// .generation-so-grid-new{
//     // display: grid;
//     // gap: 30px;
//     // grid-template-columns: repeat(3, 1fr);

//     @media (min-width: 743px) {
//         .generation-so__card:nth-child(3) {
//             grid-row: span 2;
//             height: 100%;
//         }
//     }

//     @media (max-width: 743px) {

//         grid-template-columns: repeat(2, 1fr);
    
//     }

//     @media (max-width: 576px) {

//         grid-template-columns: repeat(1, 1fr);

//         .generation-so__card{
//             aspect-ratio: 1 / 1 !important;
//             height: auto !important;
//         }
//     }
// }


// + new generation-so-grid-new (old .generation-so-grid)





/* базовая карточка */
.generation-so__card {
  background: #252a31;
  border-radius: 12px;
  height: 290px;
  overflow: hidden;
  border: 1px solid #252a31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: 0.23s;
  cursor: pointer;
  position: relative;
}
.generation-so__card img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.generation-so__card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.generation-so__card.active,
.generation-so__card:hover {
  border-color: #f38313;
}

/* контент */
.generation-so__card span {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  display: flex;
  text-shadow: -1px 0 #F38313, 1px 0 #F38313, 0 -1px #F38313, 0 1px #F38313;
  margin-bottom: 32px;
  position: absolute;
}

.generation-so__card:nth-child(1) {
  grid-row: span 2;
  height: 100%;
}

@media (max-width: 992px) {
  .generation-so-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .generation-so__card:nth-child(1) {
    grid-row: span 2;
  }
  .generation-so__card {
    height: 290px;
  }
}
@media (max-width: 743px) {
  .generation-so-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .generation-so__card {
    height: 260px;
  }
  .generation-so__card span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .generation-so__card:nth-child(1) {
    grid-row: span 1;
    height: 260px;
  }
}
@media (max-width: 576px) {
  .generation-so__card {
    height: 130px;
  }
  .generation-so__card:nth-child(1) {
    height: 130px;
  }
}

.generation-so-grid {

    @media (min-width: 743px) {
        .generation-so__card:nth-child(4) {
            grid-row: span 2 !important;
            height: 100% !important;
        }
    }
    @media (max-width: 743px) {

        grid-template-columns: repeat(1, 1fr) !important;
        .generation-so__card{

        }
    }

    @media (max-width: 576px) {
        .generation-so__card{
            height: 130px;    
        }
        // grid-template-columns: repeat(1, 1fr);

        // .generation-so__card{
        //     aspect-ratio: 1 / 1 !important;
        //     height: auto !important;
        // }
    }
}


.account-pretitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #a4a4a4;
}

.my-generation-pg .account-title {
  margin-bottom: 8px;
}
.my-generation-pg__box {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.my-generation-pg__item {
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.my-generation-pg__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.my-generation-pg .add-item-gen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ece7e3;
  background: #171717;
  border: 1px solid #f38313;
  cursor: pointer;
  transition: 0.23s;
  text-align: center;
  padding: 8px;
}
.my-generation-pg .add-item-gen:hover {
  background: #111111;
}
@media (max-width: 992px) {
  .my-generation-pg__wrap {
    border-radius: 12px;
    background: #171717;
    padding: 16px;
  }
  .my-generation-pg__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 743px) {
  .my-generation-pg__box {
    margin-top: 8px;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .my-generation-pg .add-item-gen {
    min-width: 100%;
    max-width: 100%;
    height: 128px;
  }
  .my-generation-pg__item {
    width: calc(50% - 8px);
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.modal .modal-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 743px) {
  .modal .modal-wrap {
    padding: 60px 16px;
  }
}

.modal-box {
  width: 100%;
  max-width: 500px;
  border: 1px solid #a4a4a4;
  border-radius: 12px;
  background: #171717;
  padding: 24px 16px;
  position: relative;
}
.modal-box .modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  transition: 0.23s;
}
.modal-box .modal-close:hover {
  opacity: 0.7;
}

.modal-title-1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
  color: #ece7e3;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  .modal-title-1 {
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 8px;
  }
}
.modal-title-1 svg,
.modal-title-1 img {
  margin-bottom: -6px;
  margin-right: 4px;
}

.modal-txt-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ece7e3;
  margin-bottom: 24px;
}
@media (max-width: 743px) {
  .modal-txt-1 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
}

.upload-area {
  background: #111113;
  border: 1px dashed #f38313;
  border-radius: 12px;
  height: 200px;
}
.upload-area .upload-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.upload-area .upload-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #a4a4a4;
}
.upload-area .upload-text span {
  text-decoration: underline;
  color: #f38313;
  cursor: pointer;
}
.upload-area .upload-text span:hover {
  text-decoration: none;
}
@media (max-width: 743px) {
  .upload-area {
    height: 322px;
  }
}

.or-url {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ece7e3;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.upload-link-input {
  margin-bottom: 16px;
}

.photouploaded .modal-box {
  padding: 40px 40px 24px 40px;
}
.photouploaded .btn-primary {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 743px) {
  .photouploaded .modal-box {
    padding: 40px 16px 16px 16px;
  }
}

.uploaded-blured-img {
  display: flex;
  justify-content: center;
  width: 305px;
  height: 266px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
  filter: blur(5px);
}
.uploaded-blured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 743px) {
  .uploaded-blured-img {
    margin-top: 8px;
    width: 181px;
    height: 160px;
  }
}

.modal-txt-2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #ece7e3;
  margin-bottom: 16px;
}

.login-options {
  display: grid;
  gap: 20px;
}

.modal-txt-3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
  margin-top: 16px;
}
.modal-txt-3 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
  text-decoration: underline;
}
.modal-txt-3 a:hover {
  text-decoration: none;
}

.credits-popup .modal-title-1 {
  text-align: left;
}
@media (max-width: 743px) {
  .credits-popup .modal-title-1 {
    font-size: 18px;
    line-height: 133%;
  }
}
.credits-popup .modal-txt-1 {
  text-align: left;
}

.credits-options {
  display: grid;
  gap: 16px;
}

.credits-item {
  display: flex;
  border: none;
  background: none;
  transform: scale(1);
  transition: 0.23s;
  position: relative;
  padding: 0;
}
.credits-item::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(179deg, rgb(161, 129, 96) 0%, rgba(238, 179, 111, 0) 40%, rgba(234, 206, 123, 0) 61%, rgb(243, 159, 75) 100%);
  left: -1px;
  top: -1px;
  border-radius: 12px;
  z-index: -1;
  transition: 0.23s;
}
.credits-item:hover {
  transform: scale(1.02);
}
.credits-item__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 16px 16px 24px;
  border-radius: 12px;
  background: #171717;
}
.credits-item__col1 {
  display: flex;
  gap: 16px;
}
.credits-item__amount {
  display: flex;
  align-items: center;
  gap: 5px;
}
.credits-item__amount span {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #a4a4a4;
}
.credits-item__qt {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #ece7e3;
}
.credits-item__label {
  font-weight: 800;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: #171717;
  background: #f38313;
  padding: 4px 8px;
  border-radius: 12px;
}
.credits-item__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #ece7e3;
}

.modals-copy .modal-title-1 {
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 743px) {
  .modals-copy .modal-title-1 {
    font-size: 18px;
    line-height: 133%;
  }
  .modals-copy .modal-title-1 svg,
  .modals-copy .modal-title-1 img {
    width: 24px;
    height: 24px;
    margin-bottom: -4px;
  }
}
.modals-copy .modal-txt-1 {
  text-align: left;
}

.copy-option-section {
  display: grid;
  gap: 16px;
}
.copy-option-section button {
  width: 100%;
}
.copy-option-section .input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copy-option-section .input .btn-copy-main {
  position: absolute;
  right: 16px;
  width: auto;
}

.choose-videpose .modal-box {
  max-width: 1032px;
}
.choose-videpose .modal-title-1 {
  text-align: left;
}
@media (max-width: 743px) {
  .choose-videpose .modal-title-1 {
    font-size: 18px;
  }
}

.choose-videpose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.choose-videpose-grid__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.choose-videpose-grid__item:nth-child(1) span {
  font-size: 32px;
  line-height: 125%;
}

.choose-videpose-grid__item {
  background: #252a31;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #252a31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: 0.23s;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}
.choose-videpose-grid__item.active {
  border: 1px solid #f38313;
}
.choose-videpose-grid__item:hover {
  border: 1px solid #f38313;
}
.choose-videpose-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.choose-videpose-grid__item span {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #fff;
  text-shadow: -1px 0 #F38313, 1px 0 #F38313, 0 -1px #F38313, 0 1px #F38313;
  margin-bottom: 8px;
  position: absolute;
}
.choose-videpose-grid__item:nth-child(1) span {
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .choose-videpose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .choose-videpose-grid__item {
    aspect-ratio: 1/1;
  }
  .choose-videpose-grid__item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .choose-videpose-grid__item:nth-child(1) span {
    font-size: 32px;
    line-height: 125%;
  }
}
@media (max-width: 743px) {
  .choose-videpose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .choose-videpose-grid__item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .choose-videpose-grid__item:nth-child(1) span {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 12px;
  }
}
@media (max-width: 743px) and (max-width: 370px) {
  .choose-videpose-grid__item:nth-child(1) span {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.7e9f1dea85b6.map */


/* ================================
   GENERATIONS GRID – FIX
   ================================ */

// .generation-so-grid,
.generation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

/* карточка */
.generation-so__card,
.generation-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;       /* 🔥 СТРОГО КВАДРАТ */
    overflow: hidden;
    border-radius: 14px;
    background-color: #1f232a;
}

/* img / video внутри */
.generation-so__card img,
.generation-so__card video,
.generation-card img,
.generation-card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;         /* 🔥 ОБРЕЗАЕТ, НЕ ЛОМАЕТ */
    object-position: center;
    display: block;
}


/* ===== MY GENERATIONS: FORCE GRID ALWAYS ===== */
.my-generation-pg__box{
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

@media (max-width: 992px){
  .my-generation-pg__box{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 743px){
  .my-generation-pg__box{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}

/* ===== MAKE BOTH TYPES SQUARE: my-generation-pg__item AND generation-card ===== */
.my-generation-pg__item,
.generation-card{
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #252a31 !important;
}

/* ===== THUMB INSIDE ===== */
.my-generation-pg__item img,
.my-generation-pg__item video,
.generation-card img,
.generation-card video,
.generation-thumb{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* ===== CREATE TILE MUST ALSO BE SQUARE ===== */
.my-generation-pg .add-item-gen{
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 16px !important;
}


/* ===== RESULT PAGE BG FIX ===== */
.generations-active-img-bg{
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* когда фон — видео */
.generations-active-img-bg{
  position: absolute; /* если у тебя уже absolute — ок */
  overflow: hidden;
}

.generations-active-img-bg .gen-bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: blur(28px);
  opacity: .55;
  pointer-events: none;
}


.generations-active-img,
.generations-active-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* ФОН (blur video) */
.gen-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: blur(24px);
    opacity: 0.8;
    pointer-events: none;
}

/* ОСНОВНОЕ ВИДЕО */
.generations-active-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================
   STATUS PAGE — HARD OVERRIDE (SAFE PATCH)
   ====================================================== */

/* Контейнер статуса */
.generations-active-img.gen-status-wrap{
  position: relative !important;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  display: block !important;
}

/* Блюр-слой через псевдоэлемент (НЕ ЛОМАЕТ ТЕМУ) */
.generations-active-img.gen-status-wrap::before{
//   content: "";
//   position: absolute;
//   inset: -24px;
//   background-image: var(--status-bg);
//   background-size: cover;
//   background-position: center;
//   filter: blur(22px);
//   transform: scale(1.15);
//   z-index: 1;


    // position: absolute;
    // width: 100%;
    // height: 100%;
    // overflow: hidden;
    // filter: blur(3px);
    // border-radius: 10px;
    // overflow: hidden;
    

}

/* Затемнение поверх блюра */
.generations-active-img.gen-status-wrap::after{
//   content: "";
//   position: absolute;
//   inset: 0;
//   background: rgba(0,0,0,.25);
//   z-index: 2;

//   position: absolute;
//   top: 0;
//   right: 0;
//   left: 0;
//   bottom: 0;
//   width: 100%;
//   height: 100%;
//   display: block;
//   content: "";
//   background-color: #000;
//   opacity: 0.2;
}

/* Оригинальное img / video — прячем, но НЕ удаляем */
.generations-active-img.gen-status-wrap > img,
.generations-active-img.gen-status-wrap > video{
  opacity: 0;
  pointer-events: none;
}

/* ===== ЦЕНТРАЛЬНОЕ ЛОГО ===== */
.gen-status-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  z-index: 10; /* ⬅️ КРИТИЧНО */
}

.gen-status-logo img{
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* ===== BOTTOM STATUS ===== */

.gen-status-bar{
  display: flex;
  justify-content: center;
  padding: 18px 0;
}

.gen-status-pill{
  min-width: 360px;
  max-width: 720px;
  width: 100%;
  height: 56px;
  border-radius: 14px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
  z-index: 20;
}

.gen-status-text{
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  opacity: .95;
}

/* ===== LOADER (2x BIGGER, 3x SLOWER) ===== */

.gen-status-spinner{
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: rgba(255,255,255,.95);
  animation: genSpin 2.4s linear infinite;
}

@keyframes genSpin{
  to { transform: rotate(360deg); }
}





.choose-videopose-frame{
    padding: 24px 16px;
    background: #171717;
    border: 1px solid #a4a4a4;
    border-radius: 12px;

    position: relative;


    .modal-close{
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .choose-videopose-title{
        text-align: left;

        @media (max-width: 743px) {
            font-size: 18px;
        }
    }

    .choose-videpose__box{
        max-height: 640px;
        overflow: auto;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
        &::-webkit-scrollbar { 
            display: none;  /* Older Safari and Chromium */
        }
    }

    .choose-videpose-grid__item{
        position: relative;
    }

    @media (max-width: 576px) {
        padding: 16px;

        .choose-videpose__box{
            max-height: 640px;
        }
    }

}

.btn-skip-pose{
    display: flex;
    margin: 0 auto;
    background-color: #27272A;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;

    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    
    height: 48px;
    min-width: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px;

    transition: 0.23s;
    position: relative;

    &:hover{
        background-color: #2f2f31;
    }

    svg{
        position: absolute;
        right: 20px;
    }

    @media (max-width: 576px) {
        min-width: 100%;
    }

    
}



.upload-page-box{

    width: 100%;
    max-width: 500px;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    background: #171717;
    padding: 24px 16px;
    position: relative;
    margin: 0 auto;

    .upload-close{
        position: absolute;
        top: 12px;
        right: 12px;
        transition: 0.23s;
        cursor: pointer;
        &:hover{
            opacity: 0.7;
        }
    }

    .upload-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 167%;
        text-align: center;
        color: #ece7e3;
        margin-bottom: 16px;
    }

    .upload-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #ece7e3;
        margin-bottom: 24px;
    }

    @media (max-width: 743px) {
        .upload-title {
            font-size: 20px;
            line-height: 200%;
            margin-bottom: 8px;
        }
        .upload-subtitle {
            font-size: 16px;
            line-height: 150%;
            margin-bottom: 16px;
        }
    }
}




.generations-nav{
    form{
        display: flex;
        justify-content: center;
    }
}


.btn-confirm1{
    gap: 4px;
}



.gen-status-wrap{

    &::after{
        position: absolute;
        display: block;
        content: '';
        width: 70px;
        height: 70px;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(50% - 35px);

        background-image: url("../img/logo.caf2b8356429.webp");
        background-size: contain;
        background-repeat: no-repeat;
    }

    @media (max-width: 743px) {
        &::after{
            width: 56px;
            height: 56px;
            top: calc(50% - 28px);
        }
    }

}

.link-logout {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}


.api-item__inner {
  max-width: 450px; /* ровно как поле */
}

.api-item__inner .btn-primary,
.api-item__inner .btn-copy,
.api-item__inner .btn-api-download {
  width: 100%;
}

.credits-or{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:14px 0;
  text-align:center;
}

.credits-or span{
  display:inline-block;
  font-size:14px;
  line-height:1;
  opacity:.7;
}

.modal-topup-text {
  margin-bottom: 20px;
}
