@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;400;600&family=Titillium+Web:wght@400;600;700&display=swap);
@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

body {
  background: #000;
  font-size: 13px;
  color: #b7a696;
  font-family: "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
  position: relative;
}

.app {
  height: 1529px;
  width: 100%;
  background: url(/images/bg.jpg?0245aac246a80e2f18251c944fa6aa31) top center no-repeat;
  min-width: 1272px;
}

.kurwacojest {
  margin-left: -17px;
}

.leweobrazki {
  display: flex;
  flex-direction: column;
}

.leweobrazkiDwa {
  position: absolute;
}

.brighten-on-hover {
  transition: filter 0.3s ease;
}

.brighten-on-hover:hover {
  filter: brightness(140%);
}

.logo {
  position: relative;
  /* lub absolute, w zależności od kontekstu */
  right: 34px;
  /* Przesunięcie logo na lewo */
  margin-top: -40px;
}

.header {
  min-width: 1172px;
  width: 1172px;
  margin: 0 auto;
}
.header a {
  display: block;
  margin: 0 auto;
  width: 595px;
  padding-top: 40px;
}
.header a img {
  visibility: visible;
  transition: 0.2s;
}
.header a img:hover {
  filter: brightness(115%);
}

#app .menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 600px;
}

#app .menu li {
  display: flex;
  /* Użycie Flexbox do wyrównania */
  align-items: center;
  /* Wyśrodkowanie pionowe tekstu i separatora */
  margin: 0;
  /* Odstępy między elementami listy */
  padding: 0;
}

#app .menu .separator {
  width: 20px;
  /* Szerokość separatora */
  height: 19px;
  /* Wysokość separatora */
  margin: 0 10px;
  /* Dostosowane marginesy dla lepszej widoczności */
  display: flex;
  /* Użycie Flexbox do wyrównania */
  align-items: center;
  /* Wyśrodkowanie separatora pionowo */
  justify-content: center;
  /* Wyśrodkowanie poziome */
}

#app .menu a {
  text-decoration: none;
  color: #b7a796;
  /* Dopasowanie koloru do obrazu */
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  display: block;
  /* Zapewnia, że link zajmuje całą dostępną przestrzeń w li */
  padding: 5px 10px;
  /* Dodatkowy odstęp wokół tekstu */
}

#app .menu a:hover {
  color: #b7a796;
  /* Lżejszy kolor przy hover */
  transform: scale(1.1);
  text-decoration: underline;
}

.prezentacjapoprawka {
  margin-top: -91px;
  right: 84px;
  position: absolute;
  z-index: 5;
}

.prezentacjapoprawkaDwa {
  position: center;
  z-index: 5;
  margin-top: 18px;
}

.prezentacjapoprawkaTrzy {
  position: center;
  z-index: 5;
  margin-top: 18px;
}

.main {
  width: 1272px;
  height: 1255px;
  background: url(/images/bg-main.png?7ed1ff24eaa1cd204891f2ce9e3f98a7) top center no-repeat;
  margin: -10px auto 0 auto;
  z-index: 10;
  position: relative;
  padding-left: 70px;
}
.main .main-content {
  display: flex;
  padding-top: 85px;
}
.main .main-content .side-center {
  width: 605px;
  padding: 10px 20px 0 25px;
}
.main .main-content .side-center .main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -5px;
  z-index: -1;
}
.main .main-content .side-center .main-header img {
  margin: 0 -30px;
}
.main .main-content .side-center .main-header .btn-register {
  width: 224px;
  height: 96px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 7px;
  transition: 0.2s;
}
.main .main-content .side-center .main-header .btn-register div {
  background: linear-gradient(to bottom, #e7aa54 30%, #ffd799 50%, #ebb160 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  filter: drop-shadow(0 0 3px #523a2c) drop-shadow(0 0 3px #523a2c);
  margin-left: -25px;
}
.main .main-content .side-center .main-header .btn-register span {
  color: #ddbb8e;
  font-size: 12px;
  font-family: "Times New Roman", sans-serif;
  margin-left: -25px;
}
.main .main-content .side-center .main-header .btn-register:hover {
  filter: brightness(120%);
}
.main .main-content .side-center .main-header .btn-download {
  width: 224px;
  height: 96px;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 7px;
  transition: 0.2s;
}
.main .main-content .side-center .main-header .btn-download div {
  background: linear-gradient(to bottom, #e7aa54 30%, #ffd799 50%, #ebb160 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  filter: drop-shadow(0 0 3px #523a2c) drop-shadow(0 0 3px #523a2c);
  margin-right: -12px;
}
.main .main-content .side-center .main-header .btn-download span {
  color: #ddbb8e;
  font-size: 12px;
  font-family: "Times New Roman", sans-serif;
  margin-right: -12px;
}
.main .main-content .side-center .main-header .btn-download:hover {
  filter: brightness(120%);
}
.main .main-content .side-center .page {
  height: 910px;
  max-height: 910px;
  overflow: auto;
  margin-top: 40px;
  margin-left: -10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main .main-content .side-center .page::-webkit-scrollbar {
  display: none;
}
.main .main-content .side-center .news {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  width: 586px;
  margin: 0 auto 5px;
  padding-top: 25px;
  padding-right: 55px;
  line-height: 55px;
}
.main .main-content .side-center .page-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  /* Dopasuj rozmiar do obrazu */
  color: #b7a796;
  /* Podobny kolor jak na obrazie */
  background: url(/images/news-bg.png?89a776964fcda86b861da068c91d52da) center center no-repeat;
  /* Wyśrodkowanie obrazka */
  background-size: 586px 66px;
  /* Ustawienie wymiarów obrazka */
  padding: 0 20px;
  /* Usunięcie padding-top, żeby nie wpływał na obrazek */
  position: relative;
  /* Ustawienie pozycji relatywnej dla .page-title */
  margin-top: 0px;
  padding-top: 5px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.main .main-content .side-center .page-title span {
  position: relative;
  /* Relatywne pozycjonowanie samego tekstu */
  top: 4px;
  /* Przesunięcie tekstu w dół, dopasuj wartość do swoich potrzeb */
  display: inline-block;
  /* Umożliwia działanie przesunięcia */
}
.main .main-content .side-center .news-content {
  line-height: 1.692;
  color: #b7a796;
  padding: 10px 20px;
  font-family: "Times New Roman", sans-serif;
  max-height: 202px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  /* Wyśrodkowanie treści */
}
.main .main-content .side-right {
  text-align: center;
  width: 223px;
  padding: 3px 0 0 9px;
  padding-top: 95px;
  padding-left: 0px;
}
.main .main-content .side-right .auth-title {
  color: #643b19;
  font-size: 16px;
  text-shadow: 0 0 3px #ab802d;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: "Times New Roman", sans-serif;
}
.main .main-content .side-right .auth-box {
  height: 318px;
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  padding-top: 40px;
}
.main .main-content .side-right .auth-box button[type=submit] {
  margin-top: -12px;
}
.main .main-content .side-right .auth-box input {
  margin-bottom: 3px;
}
.main .main-content .side-right .auth-box .auth-options {
  padding-top: 0px;
  padding-left: 38px;
}
.main .main-content .side-right .auth-box .auth-options a {
  font-family: "Arial", sans-serif;
  color: #c0b39a;
  font-size: 12px;
  text-align: left;
  transition: 0.2s;
  text-shadow: 0 0 3px #000;
  position: relative;
  padding-left: 20px;
  display: block;
  transition: 0.2s;
}
.main .main-content .side-right .auth-box .auth-options a:nth-child(2) {
  color: #857a66;
}
.main .main-content .side-right .auth-box .auth-options a:hover {
  filter: brightness(120%);
}

.ranking {
  text-align: center;
  padding-top: 398px;
}

.ranking2 {
  text-align: center;
}

.ranking-table {
  height: 329px;
  margin-top: 20px;
  padding-left: 35px;
}

.ranking-full {
  text-align: center;
  padding-top: 9px;
  color: #b7a796;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
  margin-left: 125px;
}

.players {
  position: relative;
  /* Dodaj pozycjonowanie względne, jeśli nie ma */
  top: -18px;
  /* Przesunięcie w górę */
  right: 17px;
}

.ranking-row {
  width: 100%;
  max-width: 330px;
  margin: 0px auto;
  /* Dodanie marginesu między wierszami */
  height: 33px;
  /* Zwiększenie wysokości wiersza */
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: left;
  font-family: "Tahoma", sans-serif;
  color: #b7a796;
}

.ranking-col {
  text-shadow: 0 0 3px #000;
  box-sizing: border-box;
  /* Upewnij się, że padding jest liczony w szerokości */
}
.ranking-col:nth-child(1) {
  width: 50px;
  /* Zwężenie szerokości pierwszej kolumny (numeracja) */
}
.ranking-col:nth-child(2) {
  width: 100px;
  /* Zwężenie szerokości drugiej kolumny (nazwa) */
  overflow: hidden;
}
.ranking-col:nth-child(3) {
  width: 50px;
  /* Zwężenie szerokości trzeciej kolumny (poziom) */
}

.footer {
  text-align: center;
  color: #b7a696;
  padding-top: 16px;
}
.footer img {
  transition: 0.2s;
}
.footer img:hover {
  filter: brightness(120%);
}
.footer .copyright {
  padding-top: 10px;
}
.footer .copyright span {
  color: #bc2621;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

input[type=text],
input[type=email],
input[type=password],
select {
  height: 45px;
  width: 218px;
  outline: none;
  border: 0;
  background: url(/images/input.png?080c82e898522839f3db687c71da6d37);
  transition: 0.2s;
  color: #c0b39a;
  font-size: 11px;
  padding: 0 5px 1px 5px;
  text-indent: 20px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:hover {
  filter: brightness(150%);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder {
  color: #c0b39a;
  font-size: 11px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #c0b39a;
  font-size: 11px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
select::placeholder {
  color: #c0b39a;
  font-size: 11px;
}

textarea {
  color: #fac167;
  font-size: 12px;
  background: #121212;
  outline: none;
  border: none;
  border-bottom: 1px solid #391a1a;
  width: calc(100% - 22px);
  padding: 10px;
}
textarea::-moz-placeholder {
  color: #bda784;
  font-size: 12px;
}
textarea:-ms-input-placeholder {
  color: #bda784;
  font-size: 12px;
}
textarea::placeholder {
  color: #bda784;
  font-size: 12px;
}
textarea:hover {
  filter: brightness(150%);
}

button2 {
  background: url(/images/btn-menu.png?1d76e15dbb1dc17113e2aab187304b4e);
  font-size: 15px;
  font-family: "Times New Roman", sans-serif;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 258px;
  height: 37px;
  color: #b7a796;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 2px #000;
  margin-right: -44px;
  transition: 0.2s;
}
button2:hover {
  filter: brightness(120%);
}

button,
input[type=submit] {
  background: url(/images/btn-menu.png?1d76e15dbb1dc17113e2aab187304b4e);
  font-size: 15px;
  font-family: "Times New Roman", sans-serif;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 258px;
  height: 37px;
  color: #b7a796;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 0px;
  text-shadow: 0 0 2px #000;
  transition: 0.2s;
}
button:hover,
input[type=submit]:hover {
  filter: brightness(120%);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #252e2d;
  background-size: 100% 300%;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-group {
  margin-bottom: 5px;
}
.form-group label {
  display: block;
  margin-bottom: 3px;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.input-group img {
  position: absolute;
  z-index: 999;
  top: -8px;
}
.input-group input {
  padding-left: 75px;
  padding-right: 20px;
}

.page .form-group:not(:last-child) {
  text-align: center;
  margin-bottom: 15px;
}
.page .form-group label {
  display: block;
  text-shadow: 0 0 3px #000;
}
.page .form-group .important {
  color: red;
}
.page .form-group button {
  margin: 15px auto;
}
.page .form-group a {
  color: #e1c499;
  transition: 0.2s;
}
.page .form-group a:hover {
  color: #dcceba;
}

.page .table-bordered {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #c0b39a;
  text-shadow: 0 0 2px #000;
}

.page .table-bordered a {
  color: #deb01f;
  text-decoration: none;
  transition: 0.2s;
}
.page .table-bordered a:hover {
  color: #fdd163;
}

.page .table-bordered.table-bottom:not(:last-child) {
  margin-bottom: 10px;
}

.page .table-bordered tr th {
  padding: 5px 0;
}

.page .table-bordered thead tr {
  background: #181520;
  border-bottom: 1px solid #c2872e;
}

.page .table-bordered thead tr td {
  padding: 10px 5px;
}

.page .table-bordered tbody tr:nth-child(2n) {
  background: #201c2a;
}

.page .table-bordered tbody tr:nth-child(odd) {
  background: #201c2a;
}

.page .table-bordered tr td {
  padding: 5px;
  text-align: center;
}

.user__panel-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  padding-top: 30px;
  padding-right: 50px !important;
}

.user-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

code {
  background: #081e27;
  padding: 5px;
  margin: 7px;
  display: block;
  color: #fff;
  border: 2px solid #493716;
}

.offer_title {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  background: #181520;
  padding: 20px;
}

.offer__header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #201c2a;
  padding: 15px 0;
}

.offer__name {
  width: 211px;
  padding-left: 5px;
}

.offer__sm {
  width: 161px;
}

.offer-btn-pay {
  text-align: right;
  width: 121px;
  padding-right: 5px;
}
.offer-btn-pay .button {
  color: #f3d3a5;
  text-decoration: none;
  padding: 5px;
}

.crossout {
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.red {
  color: red;
}

.loader-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #08050f;
  z-index: 9999999999999;
  -webkit-animation: 3s fadeOut forwards;
          animation: 3s fadeOut forwards;
  visibility: visible;
  opacity: 1;
}

.loader-screen .loader {
  width: 400px;
  height: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-screen .loader .loading {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 11px solid #423269;
  border-top: 11px solid #fff;
  border-radius: 50%;
  -webkit-animation: loadingAnim 5s linear infinite;
          animation: loadingAnim 5s linear infinite;
}

@-webkit-keyframes loadingAnim {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingAnim {
  100% {
    transform: rotate(360deg);
  }
}
.loader-screen .loader img {
  top: -325px;
  left: 41px;
  position: relative;
  width: 75%;
}

@-webkit-keyframes fadeOut {
  60% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes fadeOut {
  60% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.ref-items {
  background: #2b1905;
  padding: 10px;
  width: 50%;
  margin: 6px auto;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-methods button {
  margin-bottom: 10px;
}

.offer__price {
  width: 69px;
}

.page__header {
  margin-bottom: 19px;
}
.page__header .page-title,
.page__header .page__title {
  padding-top: 10px !important;
}

label {
  margin-bottom: 0;
}

.table-bordered td, .table-bordered th {
  border: 1px solid transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid transparent;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

.page__content {
  width: 85%;
  padding-right: 5px;
  margin: 0 auto;
}

.page__title, .page__subtitle {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #f3cea3;
  max-width: 50%;
  margin: 0 auto;
  color: #f3cea3;
  font-weight: bold;
  text-shadow: 0 0 2px #000;
  font-family: "Times New Roman", sans-serif;
}

.page__subtitle {
  margin-bottom: 20px;
}

.auth-content {
  height: 294px;
}

.ticket-panel {
  background: rgba(98, 65, 41, 0.65);
  padding: 6px;
  margin-bottom: 10px;
}
.ticket-panel .ticket-panel__header {
  display: flex;
  padding-bottom: 15px;
}
.ticket-panel .ticket-panel__header .ticket-panel__date {
  margin-left: auto;
}
