@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --primary-100-gradient: linear-gradient(180deg, #A49AFF 0%, #7D70FB 10.94%, #5B4FFE 92.19%, #4436FF 100%);
  --primary-200: #7D70FB;
  --primary-300: #5B4FFE;
  --primary-400: rgba(91, 79, 254, 0.10);
  --secondary-100: #FD9C48;
  --secondary-200: rgba(253, 156, 72, 0.20);
  --secondary-300: rgba(253, 156, 72, 0.10);
  --error-100: #D63F0F;
  --error-200: rgba(214, 63, 15, 0.20);
  --error-300: rgba(214, 63, 15, 0.10);
  --success-100: #26DE96;
  --success-200: rgba(38, 222, 150, 0.20);
  --success-300: rgba(38, 222, 150, 0.10);
  --100: #FFF;
  --200: #A1A1BB;
  --300-gradient: linear-gradient(135deg, #202157 12.16%, #191A52 92.19%);
  --400: #141544;
  --500: #191A4C;
  --600: #2C2D64
}
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-family: inherit;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

input:focus, button:focus, textarea:focus, select:focus, option:focus, main .offerpage .offer-pay .select2-selection:focus {
  outline:none!important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button,
a {
  cursor: pointer;
  text-decoration: 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;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Semibold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Bold.ttf");
  font-weight: 700;
}

html,
body {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.modal-open {
  padding-right: 0 !important;
}

header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.button, .activated {
  background: var(--primary-100-gradient);
  border-radius: 15px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: none;
  padding: 5px 30px;
  font-family: 'Inter', sans-serif;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}

header .button.disabled {
  background: var(--300-gradient);
  margin-right: 17px!important;
  border-radius: 15px;
  border: 2px solid var(--600);
  transition: 0.2s;
  color: #ffffff!important;
  font-family: 'Inter', sans-serif;
  /* font-size: 16px; */
  font-size: 15px;
  font-weight: 700;
}

header .button.disabled:hover {
  background: var(--primary-400);
  border: 2px solid var(--primary-300);
  color: var(--primary-300);
  transition: 0.2s;
}
header .button.disabled:active {
  background: var(--primary-300);
  transition: 0.2s;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}

header .button:not(.disabled):hover {
  transition: 0.2s;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
}

header .button:not(.disabled):active {
  background: var(--100);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  transition: 0.2s;
  color: var(--primary-300);
}

header .button:not(.disabled) {
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 15px;
  transition: 0.2s;
}

.activated {
  background-color: #41c64b;
  text-align: center;
}

a {
  text-decoration: none !important;
}

.title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.title::before {
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 100%;
  text-align: center;
  content: attr(data-text);
  position: absolute;
  opacity: 0.05;
  font-family: ProximaNova;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
}

.offer .select2-results {
  background: #ffffff;
  border: 2px solid #454c61;
  border-radius: 0 5px 0 5px;
}

.offer .select2-results .select2-results__option {
  color: #444;
}

header {
  background-color: var(--500);
  padding: 0.5px 0;
  position: relative;
  z-index: 5;
  box-shadow: 10px 10px 30px 0px #191A4C;
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-logo img {
  /* max-width: 97px; */
  max-width: 154px;
  width: 89px;
  margin-right: 12px;
/*   margin-top: 6px;
  margin-bottom: 6px; */
  margin-top: 12px;
  margin-bottom: 12px;
}

header .header-logo .header-logo__text p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}

header .header-search {
  background-color: var(--400, #141544);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 20px;
  position: relative;
  max-width: 292px;
  margin-left: 40px;
  margin-right: 14px;
}

.dropdown-toggle::after {
  display: none;
}

.header-auth__lang {
  display: flex;
}
.dropdown_arrow {
  margin-left: 5px;
}

header .header-search input {
  line-height: 40px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  padding-right: 35px;
  font-family: 'Inter', sans-serif;
}

header .header-search {
  transition: 0.2s;
  border: 2px solid var(--600);
}

header .header-search:hover {
  background: var(--400);
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}

header .header-search input:focus {
  outline: none;
}

header .header-search input::-webkit-input-placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}

header .header-search input::-moz-placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}

header .header-search input:-ms-input-placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}

header .header-search input::-ms-input-placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}

header .header-search input::placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}

header .header-search img {
  width: 24px;
  height: 24px;
}

header .header-search .header-search__result {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc( 100% + 30px);
  left: -50%;
  right: 0;
  width: 200%;
  border-radius: 28px;
  background: var(--400);
  padding: 15px 50px;
}

header .header-search .header-search__result .result__title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #dddddd;
  margin-bottom: 20px;
}

header .header-search .header-search__result .result-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-right: -2px;
}

header .header-search .header-search__result .result-nav .result-nav__item {
  margin-right: 2px;
}

header .header-search .header-search__result .result-nav .result-nav__item:first-of-type .result-nav__link {
  padding: 0 15px 0 25px;
  border-radius: 18.5px 0px 0px 18.5px;
}

header .header-search .header-search__result .result-nav .result-nav__item:last-of-type {
  margin-right: 0;
}

header .header-search .header-search__result .result-nav .result-nav__item:last-of-type .result-nav__link {
  padding: 0 25px 0 15px;
  /* border-radius: 0px 18.5px 18.5px 0px; */
  border-radius: 18px;
}

header .header-search .header-search__result .result-nav .result-nav__item .result-nav__link {
  padding: 0 20px 0;
  background-color: #454c61;
  line-height: 40px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header .header-search .header-search__result .result-nav .result-nav__item .active {
  background-color: #418cc6;
}

header .header-search .header-search__result .result-content .result-content__tab {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -35px;
}

header .header-search .header-search__result .result-content .result-content__tab .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc( 100% / 2);
  margin-bottom: 35px;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user__image {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  position: relative;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user__image .user__active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user__image .online {
  background-color: #1cc624;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user__image .offline {
  background-color: #7e7e7e;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user-content .user-content__title {
  font-size: 14.7px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 5px;
}

header .header-search .header-search__result .result-content .result-content__tab .user .user-content .user-content__date {
  font-size: 14.7px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #7f7f7f;
}

header .header-search .header-search__result .result-content .result-content__tab .games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc( 100% / 2);
  margin-bottom: 35px;
}

header .header-search .header-search__result .result-content .result-content__tab .games .games__image {
  max-width: 80px;
  max-height: 50px;
  min-width: 80px;
  min-height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

header .header-search .header-search__result .result-content .result-content__tab .games .games__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .header-search .header-search__result .result-content .result-content__tab .games .games-content .games-content__title {
  font-size: 14.7px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 5px;
}

header .header-search .header-search__result .result-content .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -35px;
}

header .header-auth a.header-auth__link {
  margin-right: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #dddddd;
  border-radius: 15px;
}
header .header-auth {
  min-width: 360px;
}

header .header-auth button.button {
  margin-right: 35px;
}

header .header-auth button.button:focus {
  outline: none;
}

header .header-auth p.header-auth__lang {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #dddddd;
  margin-left: -20px;
}

.catalog .header-search {
  background: var(--400,);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 20px;
  position: relative;
  max-width: 292px;
  margin-left: auto;
  border: 2px solid var(--600)!important;
  margin-right: 14px;
}

.catalog .header-search input {
  line-height: 40px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  padding-right: 35px;
}

.catalog .header-search input::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
header .header-search input::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.nav_menu {
  display: flex;
  margin-right: 17px;
  margin-left: 17px;
  gap: 17px;
}

.nav_menu li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.nav_menu li {
  position: relative;
}
.nav_menu li.active a {
  color: var(--primary-200);
}
.auth_page .nav_menu li.active a {
  color: #ffffff;
}
.auth_page header .header-auth a.header-auth__link:hover {
  background: var(--300-gradient);
}
.switch_auth {
  border: 2px solid var(--600);
  background: var(--300-gradient);
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 24px;
  height: 59px;
  display: grid;
  grid-template-columns: repeat(2,auto);
  padding: 6px 8px;
  gap: 20px;
  max-width: 280px;
}
.switch_button_off,.switch_button_on {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.switch_button_off {
  color: var(--200);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  transition: 0.2s;
}
.switch_button_on {
  color: var(--100);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  border-radius: 15px;
  background: var(--primary-100-gradient);
  /* Shadow color */
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  transition: 0.2s;
}
.switch_button_on:hover {
  color: #fff;
}
.switch_button_off:hover {
  color: var(--100);
  transition: 0.2s;
}
.nav_menu li.active:before {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: var(--primary-200);
  display: block;
  position: absolute;
  top: -33px;
}
.nav_menu li:before {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: var(--primary-200);
  display: none;
  position: absolute;
  top: -33px;
  transition: 0.2s;
}
.nav_menu li:hover:before {
  display: block;
  transition: 0.2s;
}

.catalog .header-search:hover {
  border: 2px solid var(--primary-300)!important;
  transition: 0.2s;
}

.auth_user .dropdown-item:focus {
  background: unset;
}

.catalog .header-search img {
  width: 24px;
  height: 24px;
}

.catalog .header-search {
  transition: 0.2s;
  border: 1px solid rgba(17, 197, 127, 0);
}

.auth_page main {
  background-image: url("../img/auth_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #0C2A38;*/
}

main {
  background-color: #191A4C;
  background-size: cover;
}

main .first-screen {
  min-height: 400px;
  height: 45vh;
  background: url("../img/first_screen_bg-min.png") 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #0C2A38;
  position: relative;
}

main .first-screen .first-screen__title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: left;
}

main .first-screen hr {
  margin: 0 0 25px;
  max-width: 310px;
  height: 4px;
  background-color: #418cc6;
  -webkit-box-shadow: 0px 0px 90px 0px #418bc5;
          box-shadow: 0px 0px 90px 0px #418bc5;
  border-radius: 1.5px;
  border: none;
}

main .first-screen .first-screen__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  max-width: 520px;
  margin-bottom: 16px;
  text-align: left;
}

main .first-screen .button {
  padding: 13px 60px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78)!;
  -webkit-animation: pulse 3s linear infinite;
          animation: pulse 3s linear infinite;
  display: block;
  transition: 0.2s;
  margin-right: auto;
}
.right_cont img {
  width: 100%;
}

main .first-screen .button:hover {
  transition: 0.2s;
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42) !important;
  color: #ffffff;
}

main .first-screen .button:focus {
  outline: none;
}
main .first-screen a {
  text-align: center;
  display: block;
  margin-top: 24px;
}

main .catalog {
  padding: 48px 0;
  background: #191A4C;
}

main .catalog .catalog-abc {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  z-index: 5;
  margin-top: 60px;
}

main .catalog .catalog-abc .catalog-abc__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.2s;
}

main .catalog .catalog-abc .catalog-abc__link:not(.active):hover {
  transition: 0.2s;
  border-radius: 15px;
  border: 1px solid var(--600);
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(15, 15, 58, 0.78);
}

main .catalog .catalog-abc .active {
  color: #ffffff;
}
/* main .catalog .active_c {
  background: #11C57F!important;
  box-shadow: 5px 5px 40px rgba(17, 197, 127, 0.51)!important;
} */

.catalog-abc__link.active {
  background: var(--primary-100-gradient)!important;
  box-shadow: 5px 5px 20px 0px rgba(15, 15, 58, 0.78)!important;
}

main .catalog .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-left: auto;
  gap: 16px;
}

/* .catalog-abc__item, */ .catalog-abc__link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
   box-shadow: 5px 5px 20px 0px rgba(2, 15, 21, 0.40);
  border: 1px solid #191A4C;
  cursor: pointer;
}

main .catalog .catalog-list .catalog-list__item {
  width: 100%;
  position: relative;
  padding: 15px 12px 15px 12px;
  z-index: 1;
  background: var(--300-gradient);
  border-radius: 20px;
  min-height: 230px;
  box-shadow: 5px 5px 20px rgba(2, 15, 21, 0.4);
  /*height: 100%;*/
  /*max-height: 540px;*/
  overflow-y: hidden;
}
.catalog-list__item.active_scroll {
  border: 2px solid var(--primary-300);
  background: var(--primary-400)!important;
}

.catalog-list__item .item-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #15154A;
}

/* Track */
.catalog-list__item .item-list::-webkit-scrollbar
{
  width: 4px;
  background-color: #15154A;
  border-radius: 10px;
  transform: translateX(-10px);
}

/* Handle */
.catalog-list__item .item-list::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #414183;
}

main .catalog .catalog-list .catalog-list__item .item__title {
  font-size: 230px;
  line-height: 166px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF08;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: -1;
  width: 180px;
  text-align: center;
}

main .catalog .catalog-list .catalog-list__item .item__title::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%);
      -ms-transform: translate(-40%);
          transform: translate(-40%);
  content: attr(data-text);
  position: absolute;
  font-size: 300px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #262626;
  opacity: 0.02;
}

main .catalog .catalog-list .catalog-list__item .item-list {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  row-gap: 16px;
  height: 100%;
  overflow-y: auto;
}

main .catalog .catalog-list .catalog-list__item .item-list .item-list__game {
  min-width: calc( 100% / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  height: auto;
  position: relative;
  width: 94.5%;

}

.li_cont {
  position: relative;
}

main .catalog .catalog-list .catalog-list__item .item-list .li_cont:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #2C2D64;
  top: 0;
  position: absolute;
  right: 5px;
}

main .catalog .catalog-list .catalog-list__item .item-list .item-list__game:hover {
  border-radius: 10px;
  background: var(--primary-400);
  transition: 0.2s;
}

main .catalog .catalog-list .catalog-list__item .item-list .li_cont:nth-child(3n):after{
  border-right: none;
  content: '';
  width: 0;
  height: 0;
  background: unset;
  top: 0;
  position: absolute;
  right: 0;
}

main .catalog .catalog-list .catalog-list__item .item-list .item-list__game .game__title {
  border-radius: 50px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color:#ffffff;
  transition: 0.2s;
  padding: 7px 11px 0 7px;
}
main .catalog .catalog-list .catalog-list__item .item-list .item-list__game:hover .game__title {
  transition: 0.2s;
  color: var(--primary-200);
}
main .catalog .catalog-list .catalog-list__item .item-list .item-list__game .game__title:active {
  transition: 0.2s;
}

main .catalog .catalog-list .catalog-list__item .item-list .item-list__game .game__link {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-left: 7px;
  padding-right: 7px;
}

main .catalog .catalog-list .catalog-list__item.active_scroll::before {
  display: block;
}

main .secret {
  background-image: url("/assets/img/chat_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.secret .bottom_gradient {
  z-index: 2;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(8, 28, 38, 0) 0%, #191A4C 100%);
}

.secret_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
main .chat {
  z-index: 3;
  position: relative;
}

main .gamepage {
  padding: 135px 0 270px;
  position: relative;
}

main .gamepage .gamepage-tabs {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
  width: 100%;
  align-items: center;
}

.ar_active {
  background: var(--primary-100-gradient)!important;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42)!important;
}

.not_bg {
  background: none!important;
  border: none!important;
  padding: 0!important;
  border-radius: none!important;
  box-shadow: none!important;
}

.contact_form {
  margin: 0 auto;
  background: transparent;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: 100%;
  padding: 0;
}

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

.contact_form label {
  position: relative;
}

.contact_form img {
  top: 10px;
  left: 14px;
  position: absolute;
  width: 24px;
}

.contact_form textarea {
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--400);
  padding: 9px 20px 9px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--100);
  width: 100%;
  transition: 0.2s;
  resize: none;
  min-height: 120px;
}
.contact_form::placeholder {
  color: #fff!important;
  font-size: 16px!important;
}

.contact_check {
  margin-left: 0!important;
}

.contact_form button {
  margin: 0!important;
}

.contact_form textarea:hover {
  border-radius: 15px;
  border: 2px solid var(--primary-300);
  background: var(--400);
  transition: 0.2s;
}
label.error_input textarea {
  background: rgba(215, 54, 54, 0.09);
  border: 1px solid #D73636;
  color: #D73636;
}
label.error_input textarea:hover {
  background: rgba(215, 54, 54, 0.09);
  border: 1px solid #D73636;
  color: #D73636;
}
label.success_input textarea {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid #11C57F;
  color: #11C57F;
}
label.success_input textarea:hover {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid #11C57F;
  color: #11C57F;
}
.contact_form button {
  max-width: 150px;
  margin: 0 auto;
}

main .gamepage .gamepage-tabs .gamepage-tabs__item {
  margin-right: 2px;
}

main .gamepage .gamepage-tabs .gamepage-tabs__item:last-of-type {
  margin-right: 0;
}


main .gamepage .gamepage-tabs .gamepage-tabs__item:first-of-type:last-of-type .gamepage-tabs__link {
  padding: 0 25px 0 25px;
  border-radius: 15px;
  margin-right: 0;
}
main .gamepage .gamepage-tabs .gamepage-tabs__item .gamepage-tabs__link {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--primary-200);
  max-height: 45px;
}
.game_icon {
  margin-right: 11px;
  width: 18px!important;
}

main .gamepage .gamepage-tabs .gamepage-tabs__item .active {
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  color: var(--100);
}

main .gamepage .gamepage-content {
  width: 100%;
}

main .gamepage .gamepage-content .gamepage-tab {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__desk {
  max-width: 800px;
  margin: 0 auto 115px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #505051;
  text-align: center;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gamepage-tab .header-search {
  transition: 0.2s;
  border: 2px solid var(--600);
  background-color:  var(--400);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 20px;
  position: relative;
  max-width: 292px;
}
.gamepage-tab .header-search:hover {
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}
.gamepage-tab .header-search input::placeholder {
  font-size: 16px!important;
  color: var(--100) !important;
}
.gamepage-tab .header-search input {
  line-height: 40px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  padding-right: 35px;
}
.gamepage-tab .header-search input::placeholder {
  color: #d7d7d7;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.game_head {
  margin-bottom: 32px;
}

.custom_select {
  background: var(--400);
  border-radius: 15px;
  padding: 9px 20px;
  min-width: 290px;
  border: 2px solid var(--600);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/img/ar_d.svg");  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 9px;
}

.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: var(--300-gradient);
  border: 1px solid var(--600);
  border-radius: 5px;
  overflow: hidden;
}

.checkbox_container {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark:before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after,.checkbox_container input:checked ~ .checkmark:before  {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: -1px;
  top: -1px;
  width: 23px;
  height: 23px;
  background: var(--primary-100-gradient);
  border-radius: 5px;
}


.checkbox_container .checkmark:before {
  content: "";
  position: absolute;
  left: 5px; /* Adjust the position of the checkmark */
  top: 7px; /* Adjust the position of the checkmark */
  width: 10px;
  height: 5px;
  border: 2px solid white; /* Adjust the checkmark color and size as needed */
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 1; /* Set opacity to 0 to hide the checkmark initially */
  pointer-events: none; /* This line makes sure the checkmark doesn't interfere with clicks */
  z-index: 200;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-input {
  margin-right: 30px;
  margin-left: 0;
  min-width: 292px;
}
.gamepage-tab__set .select2.select2-container {
  width: 100%!important;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set-settings .settings-select {
  min-width: 160px;
}

main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set__sell {
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  padding: 0 40px;
  background: none;
  border: 2px solid #418cc6;
  border-radius: 22.6px;
}

.table-head {
  text-align: center;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 24px;
}

.table-head .head__text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--200);
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
}

.table-head .head__desc {
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--200);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  text-transform: uppercase;
}

.table-body {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3faff;
  padding: 11px 32px;
  border-radius: 20px;
}

.gamepage .table-body:hover {
  cursor: pointer;
}

.table-body:last-of-type {
  margin-bottom: 0;
}

.table-body .body__desc {
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */


  /* Shade/100 */

  color: #FFFFFF;
}

.price_text, .price_head {
  text-align: center!important;
}

.gamepage-tab .body-user .body-user__avatar {
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
}

.body-user__title a {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.reviews_body {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3px;
}
.reviews_body img {
  width: 12px;
}

.table-body .body__text {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
}

.body-user {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-user .body-user__avatar, .avatar {
  max-width: 36px;
  min-width: 36px;
  max-height: 36px;
  margin-right: 10px;
  position: relative;
}

.body-user .body-user__avatar img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.body-user .body-user__avatar .body-user__active {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

.header-auth .profile-avatar__image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.auth_menu {
  margin-right: 30px;
}

.user_nick img {
  transition: 0.2s;
}

header .dropdown.show .dropdown_arrow {
  transform: rotate(180deg);
  transition: 0.2s;
}

header .dropdown .dropdown_arrow {
  transition: 0.2s;
}

.auth_menu.show .user_nick img {
  transform: rotate(180deg);
  transition: 0.2s;
}

.auth_user .dropdown-menu.show {
  min-width: 184px;
  padding: 0 10px!important;
  padding-bottom: 8px!important;
  border-bottom-right-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
}

.auth_user .dropdown-item:hover {
  background: unset;
  color: var(--primary-200);
  transition: 0.2s;
}

.cabinet_layout {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 20px;
  margin-top: 20px;
}
.cabinet_tabs {
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--300-gradient);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  padding: 15px 8px;
  height: fit-content;
}
.cabinet_tabs ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cabinet_tabs ul li {
  width: 100%;
  padding: 11px 10px;
  text-align: center;
}
.cabinet_tabs ul li {
  border-radius: 15px;
}
.cabinet_tabs ul li a {
  color: var(--200);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  transition: 0.2s;
}
.cabinet_tabs ul li.active {
  border-radius: 15px;
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
}
.cabinet_tabs ul li.active a {
  color: var(--100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  width: 100%;
  display: block;
}
.cabinet_tabs ul li a:hover {
  color: #fff;
  transition: 0.2s;
}

.auth_user:hover {
  background: var(--400);
  transition: 0.1s;
}

.auth_user {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px;
  border-radius: 15px;
  transition: 0s;
  min-width: 184px;
}

.auth_user .dropdown-item {
  padding:4px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  word-break: break-word;
  transition: 0.2s;
}

.auth_menu.show .auth_user {
  background: var(--400);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.user_nick {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.profile_bg {
  height: 148px;
  width: 100%;
  background-image: url("/assets/img/profile_bg.png");
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: 50% 40%;
  filter: drop-shadow(10px 10px 50px rgba(15, 15, 58, 0.78));
}
.profile_info .profile-avatar__image {
  width: 97px;
  border-radius: 50%;
}
.profile_info {
  position: relative;
  margin-left: 36px;
  display: flex;
  align-items: center;
}
.profile_info .user_nick {
  color: var(--100, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-left: 12px;
}
.edit_button {
  margin-left: auto;
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--300-gradient);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  height: 45px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  transition: 0.2s;
}
.edit_button:hover {
  border-radius: 15px;
  border: 2px solid var(--primary-300);
  background: var(--primary-400);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  transition: 0.2s;
}
.edit_button:active {
  transition: 0.2s;
  border-radius: 15px;
  background: var(--primary-300);
  /* Shadow primary */
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  color: var(--100);
}
.img_b {
  width: 119px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #191A4C;
  margin-top: -59px;
}

.body-user .body-user__avatar .online {
  background-color: #39a345;
}

.body-user .body-user__avatar .offline {
  background-color: #7e7e7e;
}

.body-user .body-user__text {
  text-align: left;
}

.body-user .body-user__text .body-user__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 5px;
}

.body-user .body-user__text .body-user__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  /* or 18px */


  /* Shade/100 */

  color: var(--200);

}

main .gamepage .gamepage-content .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .lk {
  padding: 100px 0;
  background: #081C26;
}

main .lk .title {
  font-size: 36px;
  margin-bottom: 30px;
}

main .lk .title::before {
  font-size: 59.2px;
}

main .lk .lk-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -2px;
  margin-bottom: 85px;
}

main .lk .lk-tabs .lk-tabs__item {
  margin-right: 2px;
}

main .lk .lk-tabs .lk-tabs__item:first-of-type .lk-tabs__link {
  padding: 0 15px 0 25px;
  border-radius: 18.5px 0px 0px 18.5px;
}

main .lk .lk-tabs .lk-tabs__item:last-of-type {
  margin-right: 0;
}

main .lk .lk-tabs .lk-tabs__item:last-of-type .lk-tabs__link {
  padding: 0 25px 0 15px;
  border-radius: 0px 18.5px 18.5px 0px;
}

main .lk .lk-tabs .lk-tabs__item:first-of-type:last-of-type .lk-tabs__link {
  padding: 0 25px 0 25px;
  border-radius: 18.5px;
  margin-right: 0;
}

main .lk .lk-tabs .lk-tabs__item .lk-tabs__link {
  padding: 0 20px 0;
  background-color: #454c61;
  line-height: 40px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main .lk .lk-tabs .lk-tabs__item .active {
  background-color: #418cc6;
}

main .lk .lk-content #profile {
  max-width: 300px;
  margin: 0 auto;
}

main .lk .lk-content .lk-tab {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

main .lk .lk-content .lk-tab hr {
  margin: 0 auto 80px;
  border: none;
  width: 300px;
  height: 4px;
  background-color: #418cc6;
  -webkit-box-shadow: 0px 0px 90px 0px #418bc5;
          box-shadow: 0px 0px 90px 0px #418bc5;
  border-radius: 1.5px;
}

main .lk .lk-content .lk-tab .profile-avatar {
  width: 180px;
  height: 180px;
  position: relative;
  margin: 0 auto 40px;
}

main .lk .lk-content .lk-tab .profile-avatar .profile-avatar__image {
  border-radius: 50%;
  background-color: #000000;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .lk .lk-content .lk-tab .profile-avatar .profile-avatar__edit {
  top: 0;
  right: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #454c61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

main .lk .lk-content .lk-tab .profile-avatar .profile-avatar__edit img {
  width: 17px;
  height: 17px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .lk .lk-content .lk-tab .profile-avatar .profile-avatar__edit input {
  height: 46px;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

main .lk .lk-content .lk-tab .profile__title {
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 27.4px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #262626;
  position: relative;
}

main .lk .lk-content .lk-tab .profile__title .profile__active {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -16px;
  right: -16px;
  border-radius: 50%;
}

main .lk .lk-content .lk-tab .profile__title .online {
  background: #69e758;
}

main .lk .lk-content .lk-tab .profile__title .offline {
  background: #7e7e7e;
}

main .lk .lk-content .lk-tab .profile__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: ProximaNova;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #515151;
  margin-bottom: 5px;
}

main .lk .lk-content .lk-tab .profile__date {
  font-family: ProximaNova;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

main .lk .lk-content .lk-tab .profile__text {
  text-align: center;
  font-family: ProximaNova;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #515151;
  font-weight: 400;
  margin-bottom: 5px;
}

main .lk .lk-content .lk-tab .profile-avatar__link {
  color: #7787ed;
}

.gamepage-content .pagination {
  justify-content: center;
}

.gamepage-tab .price_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-200);
}

.nav_owl_but {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: flex-end;
}

.nav_owl_but button {
  margin: 0!important;
}

.or_info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 16px;
  width: 85%;
  gap: 20px;
}
.actions_or {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 95%;
  margin-top: 24px;
  gap: 18px;
}
.o_info .offer-pay {
  display: flex;
  align-items: center;
  gap: 18px;
}
.o_info .offer-pay button {
  margin-top: 0!important;
}
.o_info {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.o_title {
  text-transform: uppercase;
  color: var(--200);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
.o_subtitle {
  color: var(--100);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.price_o {
  font-size: 32px;
  font-weight: 700;
}
.q_info {
  min-width: 110px;
}
main .lk .lk-content .lk-tab .history-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

main .lk .lk-content .lk-tab .history-table .history-table__hr {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .lk .lk-content .lk-tab .history-table .history-table__hr .hr-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 100%;
  width: calc(100% / 5);
  border-right: 9px solid #ffffff;
  border-radius: 1.5px;
}

main .lk .lk-content .lk-tab .history-table .history-table__hr .hr-item:nth-of-type(even) {
  position: relative;
  top: -15px;
}

main .lk .lk-content .lk-tab .history-table .history-table__hr .hr-item:nth-of-type(odd) {
  position: relative;
  top: 15px;
}

main .lk .lk-content .lk-tab .history-table .history-table__hr .hr-item:last-of-type {
  border-right: 0px;
}

main .lk .lk-content .lk-tab .history-table .history-table__head {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

main .lk .lk-content .lk-tab .history-table .history-table__head .head-item {
  width: calc(100% / 5 - 9px);
  margin-right: 9px;
}

main .lk .lk-content .lk-tab .history-table .history-table__head .head-item:last-of-type {
  margin-right: 0;
}

main .lk .lk-content .lk-tab .history-table .history-table__head .head-item .head-item__text {
  background-color: #f3faff;
  border-radius: 28.5px;
  width: 150px;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #424242;
}

main .lk .lk-content .lk-tab .history-table .history-table__body {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .lk .lk-content .lk-tab .history-table .history-table__body .body-item {
  width: calc(100% / 5 - 9px);
  margin-right: 9px;
  margin-bottom: 20px;
}

main .lk .lk-content .lk-tab .history-table .history-table__body .body-item:first-of-type .body-item__text {
  border-radius: 25px 0 0 25px;
}

main .lk .lk-content .lk-tab .history-table .history-table__body .body-item:last-of-type {
  margin-right: 0;
}

main .lk .lk-content .lk-tab .history-table .history-table__body .body-item:last-of-type .body-item__text {
  border-radius: 0 25px 25px 0;
}

main .lk .lk-content .lk-tab .history-table .history-table__body .body-item .body-item__text {
  padding: 20px 0;
  background-color: #f3faff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #262626;
}

.suc {
  color: #397f56!important;
}

.unsuc {
  color: #b0283b!important;
}

main .lk .lk-content .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .lk .lk-content .active .settings .settings-input {
  background-color: #f5f5f5;
  border-radius: 26.8px;
  max-width: 660px;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .lk .lk-content .active .settings .settings-input input {
  width: 100%;
  line-height: 55px;
  border: 0;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4b4b4b;
}

main .lk .lk-content .active .settings .settings-input input:focus {
  outline: none;
}

main .lk .lk-content .active .settings .settings-input .button,
main .lk .lk-content .active .settings .settings-input .activated {
  white-space: nowrap;
  min-width: 250px;
  max-width: 250px;
  line-height: 55px;
}

main .offerpage {
  padding: 24px 0;
}

.top_order .chat .chat__footer input {
  width: 80%;
}

main .offerpage .title {
  margin-bottom: 100px;
}

main .offerpage .offer__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}

main .offerpage .offer__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

main .offerpage .offer__rate {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}

main .offerpage .offer__rate-big {
  font-size: 30px;
}

main .offerpage .offer__comments-date {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #505051;
}

main .offerpage .offer-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.r_list_order .pagination {
  justify-content: center;
}

main .offerpage .offer-user:last-of-type {
  margin-bottom: 0;
}

main .offerpage .offer-user .offer-user__image {
  max-width: 35px;
  min-width: 35px;
  max-height: 35px;
  margin-right: 10px;
  align-self: flex-start;
}

main .offerpage .offer-user .offer-user__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .offerpage .offer-user .content__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #505051;
}

main .offerpage .offer-user .content__title .content__date {
  margin-left: 10px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #515151;
}

main .offerpage .offer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .offerpage .offer-links .offer-links__link1 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #505051;
}

main .offerpage .offer-links .offer-links__link2 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2190c4;
}

main .offerpage .offer-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .offerpage .offer-desc .offer-desc__item {
  width: calc( 100% / 4);
}

main .offerpage .offer-desc .offer-desc__item span {
  margin-left: 10px;
}

main .offerpage .offer-pay .select2 {
  width: 100% !important;
}

main .offerpage .offer-pay .selection {
  width: 100%;
  position: relative;
}

main .offerpage .offer-pay .selection:focus {
  outline: none;
}

main .offerpage .offer-pay .select2-selection {
  width: 100%;
  height: 60px;
  border: 2px solid #454c61;
  border-radius: 19.6px;
  position: relative;
}

main .offerpage .offer-pay .select2-selection__rendered {
  padding: 0 40px;
  line-height: 56px;
  position: relative;
}

main .offerpage .offer-pay .select2-selection__arrow {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-size: cover;
  width: 9px;
  height: 6px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main .offerpage .offer-pay .price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}

main .ticketpage {
  padding: 100px 0;
}

main .chat {
  margin: 60px 0 60px;
}

.chat-entity {
  margin-left: auto;
}

main .chat .chat__header {
  border-radius: 20px 20px 0 0;
  padding: 16px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

main .chat .chat__header .header__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}

.info_icon {
  cursor: pointer;
}

main .chat .chat__content {
  height: 380px;
  max-height: 380px;
  padding: 26px 22px 26px 36px;
  overflow-y: auto;
  position: relative;
}

.chat__content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #15154A;
}

/* Track */
.chat__content::-webkit-scrollbar
{
  width: 4px;
  background-color: #15154A;
  border-radius: 10px;
  transform: translateX(-10px);
}

/* Handle */
.chat__content::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #414183;
}

main .chat .chat__content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 12px;
  width: 100%;
}

main .chat .chat__content .content-item:last-of-type {
  margin-bottom: 0;
}

main .chat .chat__content .content-item .content-item__image {
  width: 47px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
  border-radius: 50%;
}

main .chat .chat__content .content-item .content-item__msg .msg__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

main .chat .chat__content .content-item .content-item__msg .msg__date {
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--100);
  position: absolute;
  right: 18px;
  top: 19px;
}

main .chat .chat__content .content-item {
  position: relative;
}

main .chat .chat__content .content-item .content-item__msg .msg__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--200);
  margin-bottom: 20px;
  word-break: break-word;
  max-width: 75%;
}

main .chat .chat__content .content-item .content-item__msg .msg__text:last-of-type {
  margin-bottom: 0;
}

main .chat .chat__content .moder {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

main .chat .chat__content .moder .content-item__image {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  border: 2px solid #e8b68b;
}

main .chat .chat__content .moder .content-item__msg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

main .chat .chat__content .moder .content-item__msg .msg__title {
  text-align: right;
  color: #e8b68b;
}

main .chat .chat__content .moder .content-item__msg .msg__text {
  text-align: right;
}

main .chat .chat__footer {
  padding: 0 36px 0 49px;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

main .chat .chat__footer input {
  border-radius: 15px;
  border: 2px solid var(--600)!important;
  background: var(--400)!important;
  line-height: 45px!important;
  padding: 0 22px 0 50px;
}

.chat__footer {
  position: relative;
}

.smile_icon {
  position: absolute;
  left: 66px;
}

main .chat .chat__footer input, main .chat .chat__footer textarea {
  width: 90%;
  padding-right: 30px;
  line-height: 59px;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.chat_send {
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  margin-left: auto;
  transition: 0.2s;
}

.chat_send:hover {
  background: var(--primary-100-gradient);
  transition: 0.2s;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
}

.smile_icon {
  margin-right: 15px;
  cursor: pointer;
}

main .chat .chat__footer textarea {
  line-height: 18px;
  padding: 25px 0;
}

main .chat .chat__footer input:focus, main .chat .chat__footer textarea {
  outline: none;
}

.msg__title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.footer-chat {
  z-index: 5;
  position: fixed;
  bottom: 0;
  right: 10%;
  width: 265px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
}

.footer-chat .chat-header {
  cursor: pointer;
  background-color: #454c61;
  border-radius: 25px 25px 0px 0px;
  padding: 15px 0;
}

.footer-chat .chat-header .header__title {
  text-align: center;
  font-size: 11.5px;
  line-height: 19px;
  font-weight: 600;
  color: #ffffff;
}

.footer-chat .chat-content {
  background-color: #f8fbfd;
  min-height: 280px;
  height: 280px;
  max-height: 280px;
  padding: 15px 30px 0;
  overflow-y: auto;
}

.footer-chat .chat-content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  margin-bottom: 20px;
}

.footer-chat .chat-content .content-item .content-item__msg .msg__title {
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #505051;
}

.footer-chat .chat-content .content-item .content-item__msg .msg__text {
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000000;
}

.footer-chat .chat-content .content-item .content-item__image {
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
}

.footer-chat .chat-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.footer-chat .chat-footer input {
  width: 100%;
  line-height: 50px;
  border: 0;
  background: none;
  padding-right: 20px;
}

.footer-chat .chat-footer input:focus {
  outline: none;
}

.footer-chat .chat-footer .button {
  line-height: 20px;
  padding: 0 12px;
  font-size: 8.4px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.modal-content {
  background: #133748;
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 20px;
}

.modal .modal-dialog .modal-content {
  border-radius: 20px;
}

.modal .modal-dialog .modal-content .modal-header {
  /* background-color: #454c61; */
  border-radius: 42px 42px 0px 0px;
  padding: 20px 0;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-header .modal-header__title {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-header .modal-close {
  cursor: pointer;
  max-width: 15px;
  max-height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal .modal-dialog .modal-content .modal-body {
  padding-top: 35px;
  padding-bottom: 35px;
}

.modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-dialog .modal-content .modal-body input:focus {
  outline: none;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__social .social-link {
  margin-right: 10px;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__social .social-link:last-of-type {
  margin-right: 0;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__social .social-link .social-link__image {
  -o-object-fit: contain;
     object-fit: contain;
}

.modal input, .modal textarea {
  width: 100%;
  border: 0;
  padding: 0 35px;
  background-color: #f6f6f6;
  border-radius: 27.5px;
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #bdbdbd;
  margin-bottom: 20px;
}

.modal textarea {
  line-height: 16px;
  padding: 10px 35px;
}

.offer .select2-dropdown--above {
  padding: 0;
}

.offer .select2-dropdown--below {
  padding: 0;
}

.select-input {
  margin: 1em;
}

.select-input .select2-selection {
  background-color: var(--400);
  border-radius: 15px;
  border: 2px solid var(--600);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  height: 46px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.select-input .select2-selection:focus {
  outline: none;
}

.select-input .select2-container--default .select2-selection__rendered,
.select-input .select2-container--default .select2-selection__placeholder {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
}

.select-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  content: "";
  background: url("./../img/ar_d.svg") center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results, .select2-dropdown {
  background-color: var(--400)!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background: var(--primary-400) !important;
  border-radius: 10px;
  color: var(--primary-200);
}
.select2-results__option {
  padding-left: 16px;
  padding-right: 16px;
  width: 97%;
  margin: 0 auto;
}

.select-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/ar_d.svg");
  border-width: 0;
  height: 12px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 20px;
  border-color: transparent;
  border-style: none;
  top: 0;
  left: 0;
  background-position: center;
}

.trade_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
  display: block;
  text-align: center;
}

#trade-pay {
  width: 100%;
}

.brief_desc {
  display: flex;
  flex-flow: column;
  margin-top: 24px;
}

.select-input .select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select-input .select2-container--open.select2-container--below .select2-selection {
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
}

.select-input .select2-container--open.select2-container--above .select2-selection {
  border-radius: 0 0 15px 15px;
}

.select2-dropdown {
  background: var(--400)!important;
  border: 2px solid var(--600) !important;
  border-top: 0!important;
}

.select2-dropdown--below {
  border-radius: 0 0 15px 15px;
  padding: 0 0 8px;
}

.select2-dropdown--above {
  border-radius: 15px 15px 0 0;
  padding: 20px 0 0;
}

.select2-dropdown {
  background-color: #454c61;
  border: none;
}

.select2-dropdown .select2-results__option {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}

footer {
  background-color: #191A4C;
  padding: 28px 0;
  padding-bottom: 100px;
  background-image: url("../img/footer_bg.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

footer > .container {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
}

footer .footer-text, .footer-link, .footer-link:hover, .footer-link:active {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b8b8b8;
}

.footer-link p{
  margin: 10px;
}

.footer-link:hover {
  text-decoration: underline!important;
}

.footer_top {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: 100%;
  column-gap: 5vw;
}
.footer_col {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: auto;
}
.footer_logo {
  width: 89px;
  margin-bottom: 24px;
}
.f_svg {
  margin-top: 24px;
}
.footer_col span {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 6px;
}
.footer_col span a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.ul_col {
  margin-left: auto;
}
.auth_page .modal-dialog {
  display: flex;
  flex-flow: column;
}
#msg .modal-dialog {
  display: flex;
  flex-flow: column;
}
.auth_logo {
  width: 100%;
  /* max-width: 169px; */
  max-width: 202px;
  margin-bottom: 30px;
}
.footer_title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%; /* 24px */
  color: #FFFFFF;
  margin-bottom: 8px;
}

.h1_title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
}
.h1_1_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
}
.main_page .h1_1_title {
  text-align: left;
  color: var(--100, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
.main_page .main_subtitle {
  margin-bottom: 24px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  display: block;
}

.cabinet_content {
  position: relative;
  z-index: 5;
}
.auth_page .h1_title {
  margin-bottom: 16px;
}
.auth_page input:not(#search), .modal input, .modal textarea {
  width: 100%;
  background: var(--400);
  border-radius: 15px;
  padding: 9px 20px 9px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--100);
  border: 2px solid var(--600);
}
.auth_page form {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.modal input, .modal textarea {
  border-radius: 15px;
}

.edit_form input {
  transition: 0.2s;
}

.edit_form input::placeholder, #change_pass input::placeholder, .contact_form input::placeholder,.contact_form textarea::placeholder {
  color: #fff!important;
  font-size: 16px!important;
}


.edit_form input:hover {
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}

.auth_page label, .modal label {
  display: flex;
  flex-flow: column;
  width: 100%;
  position: relative;
}
.auth_page label img, .modal label img {
  position: absolute;
  left: 16px;
  width: 22px;
  top: 12.5px;
}

#payment input {
  background: #0C2A38;
  border-radius: 50px;
  padding: 9px 20px 9px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #0C2A38;
  margin-bottom: 8px;
}
#payment label {
  display: flex;
  flex-flow: column;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16px;
}
#payment input {
  margin-top: 16px;
}
#payment label img {
  position: absolute;
  left: 18px;
  width: 17px;
  top: 12.5px;
}
.payment_form {
  width: 100%;
}
.money_svg {
  top: unset!important;
  bottom: 21.5px;
}
.f_sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.logout_buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.n-button {
  background: #0C2A38;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}
.n-button:hover {
  transition: 0.1s;
  background: #11C57F;
}
.n-button:active {
  transition: 0.1s;
  background: #ffffff;
  color: #11C57F;
}
.wing {
  margin-top: 24px;
}

.checks {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-row-gap: 8px;
  grid-column-gap: 16px;
  margin-top: 12px;
}
.payment_check {
  background: #0C2A38;
  border-radius: 10px;
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.f_sub_w {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-top: 24px;
}
.payment_check[aria-checked="true"] {
  background: #11C57F;
  box-shadow: 5px 5px 40px rgba(17, 197, 127, 0.51);
}
.m-14 {
  margin-top: 14px;
  margin-bottom: 12px;
}

#logout .f_sub_w {
  margin-top: 16px;
  margin-bottom: 16px;
}

#payment .custom-radio-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#payment .custom-radio {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#payment .custom-radio input[type="radio"] {
  display: none;
}

#payment .custom-radio label {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#payment .custom-radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}

#payment .custom-radio input[type="radio"]:checked + label:before {
  opacity: 1;
  background-color: #008000;
}

#payment .custom-radio span {
  margin-left: 5px;
}



.password_forgot {
  text-align: right;
  float: right;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a9a9a9;
}
.password_forgot:hover {
  color: var(--primary-300);
}
.auth_page form {
  width: 100%;
}
.auth_page .modal-content {
  background: rgba(25, 26, 76, 0.7);
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 20px;
  border: none;
}
#msg .modal-header {
  background: var(--300-gradient);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: none;
}
#msg .modal-content {
  background: #191A4C;
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 15px;
  border: none;
}
.bg_main {
  background-image: url("/assets/img/bg_bg.png");
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}
.auth_page .modal .modal-dialog .modal-content .modal-body {
  padding: 24px 44px;
}
#msg .modal-dialog .modal-content .modal-body {
  padding: 24px 44px;
}
.green_button {
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 15px;
  padding: 9px 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}
.green_button:hover {
  transition: 0.1s;
  background: var(--primary-100-gradient);
  color: var(--100);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
}
.green_button:active {
  transition: 0.1s;
  background: #ffffff;
  color: var(--primary-300);
}

.dark_button {
  background: var(--300-gradient);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border: 2px solid var(--600);
  border-radius: 15px;
  padding: 9px 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}
.dark_button:hover {
  transition: 0.1s;
  color: var(--primary-300);
  border: 2px solid var(--primary-300);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}
.dark_button:active {
  transition: 0.1s;
  background: var(--primary-300);
  border: 2px solid var(--primary-300);
  color: var(--100);
}
.buttons_thanks {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 24px;
}

.auth_page .modal-body__social {
  display: flex;
  flex-flow: column;
}
.auth_lines {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  width: 100%;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
}
.line_hr {
  height: 1px;
  width: 100%;
  background: #2C2D64;
}
.or_text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.steam_button {
  background: var(--300-gradient);
  border-radius: 15px;
  padding: 9px 10px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
  border: 2px solid var(--600);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}
.f_c {
  margin-top: 20px;
}
.nf_c {
  margin-top: 8px;
}
.steam_button:hover {
  transition: 0.1s;
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  color: #ffffff;
}
.steam_button:active {
  transition: 0.1s;
  background: #ffffff;
  color:  var(--primary-300);;
}
.not_acc {
  margin-top: 16px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
.not_acc a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--primary-200);
}
.footer_ul {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.footer_ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #8F8FAA;
}
.bottom_footer {
  padding: 19px 0;
  margin-top: 25px;
}
.copyright_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.social_icons {
  display: flex;
  gap: 28px;
  flex-wrap: nowrap;
  margin-left: auto;
  justify-content: flex-end;
}
.social_icon {
  width: 20px;
  height: 20px;
}
.main_page .history-table__body {
  display: grid;
  grid-template-columns: 25% 25% 25% 25% 1fr;
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 20px;
  padding: 24px 45px;
  row-gap: 12px;
}
.bottom_body {
  grid-column: span 5;
  padding-top: 12px;
}
.price_body {
  align-items: center;
}
.price_body .green_text{
  color: var(--100)!important;
  font-weight: 500!important;
}
.status_body {
  margin-left: auto;
}

.finance_subtitle {
  margin-bottom: 24px;
  color: var(--200);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 679px;
  display: block;
}
.main_page .history-table {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.lk_width {
  width: 100%;
}
.bottom_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #2C2D64;
}
.align_body {
  justify-content: center;
}
.head_order {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--200);
}
.main_page .body-item {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.main_page main {
  background: #191A4C;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url("/assets/img/bg_main.png");
}
.main_page footer {
  padding-top: 0;
}
.main_page .green_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-200);
}
.white_text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  word-break: break-word;
}
.q_switch {
  color: var(--100);
  font-weight: 500;
}

input.input-small {
  line-height: 30px!important;
}

.finances {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.finance_block {
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  min-height: 81px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  gap: 12px;
}
.main_page .cabinet_content {
  z-index: 1;
}
.go_out {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 40px;
  align-items: center;
  min-height: 324px;
  padding-left: 100px;
}
.right_go {
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency_h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  flex-flow: column;
  color: #FFFFFF;
}
#finance {
  margin-bottom: 48px;
}
.amount_c {
  color: var(--200);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
.f_subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  max-width: 731px;
  margin: 0 auto;
  margin-top: 24px;
  display: block;
}

#payment .modal-content {
  background: #133748;
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 20px;
}
#payment .modal-body {
  padding: 47px 35px 24px 35px;
}

.catalog-list__item, .catalog-abc__item {
  text-transform: uppercase;
}
a.game__link {
  transition: 0.2s;
}
a.game__link:hover {
  color: var(--primary-200)!important;
  transition: 0.2s;
}

.modal textarea.full-descr {
  height: 90%;
}

.selects {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-round {
  border-radius: 50%;
}

.trade-status {
  font-size: 20px;
  display: block;
  word-wrap:break-word;
  white-space: normal;
  font-weight: 600;
}

.client {
  padding: 1em 5px;
  /* background: #e1f2fb; */
  background: #133748;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.blog .pagination {
  margin-top: 24px;
}
.t_page .left_head {
  justify-content: flex-end;
}
.t_page .left_head img {
  height: 100%;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*   width: 50px;
  height: 50px; */
}
.pagination .button-prev, .pagination .button-next {
  border: 2px solid var(--600);
  background: var(--300-gradient);
  /* Shadow primary */
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}
.pagination .button {
  background: none;
  box-shadow: none;
  border-radius: 15px;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;

}
.pagination {
  display: flex;
  gap: 7px;
  margin: 0 auto;
  /* margin-top: 8px; */
  margin-top: 12px;
}

.pagination .button:hover, .pagination .page-item.active .button {
  transition: 0.1s;
  border-radius: 15px;
  background: var(--primary-100-gradient);
  box-shadow: 5px 5px 20px 0px rgba(15, 15, 58, 0.78);
  color: #ffffff;
}
.pagination .button:active {
  transition: 0.1s;
  background: #ffffff;
  color: #07A065;
}
.pagination .button:active img {
  transition: 0.1s;
  filter: invert(46%) sepia(41%) saturate(7399%) hue-rotate(138deg) brightness(96%) contrast(94%);
}
.show-chat {
  min-width: 76px;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown-menu__item {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5em 1em;
  transition: 0.5s;
}

.active_lang {
  color: var(--primary-200)!important;
}

.dropdown-menu {
  margin-top: 0.75em;
  min-width: auto;
}

.auth_user .dropdown-menu.show {
  background: var(--400);
}

.dropdown-menu.show {
  background: var(--300-gradient);
  border: 0;
  margin-top: 0;
}

.header-auth__lang {
  padding: 13px;
  transition: 0.2s;
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--300-gradient);
  /* Shadow primary */
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}
.subtitle {
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 45px;
}
#settings {
  border-top: 2px solid #2C2D64;
  margin-top: 24px;
}
.change_page .h1_1_title{
  margin-bottom: 24px;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}
#settings input {
  background: var(--400);
  border-radius: 15px;
  padding: 9px 20px 9px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--100);
  width: 100%;
  transition: 0.2s;
  border: 2px solid var(--600);
}
#settings input:hover {
  background: var(--400);
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}
#settings label img {
  transition: 0.2s;
}

#settings label.error_input input {
  border: 2px solid var(--error-100);
  color: var(--error-100);
  transition: 0.2s;
}
.info_i {
  display: none;
}
.check_svg {
  display: none;
}
#settings label.error_input .info_i {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
#settings label.error_input img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
#settings label.success_input .check_svg {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
#settings label.error_input:hover img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
#settings label.success_input input {
  border: 2px solid var(--success-100);
  color: var(--success-100);
  transition: 0.2s;
}
#settings label.success_input img {
  filter: invert(52%) sepia(93%) saturate(393%) hue-rotate(105deg) brightness(97%) contrast(95%);
  transition: 0.2s;
}


.auth_page header {
  background: transparent;
  box-shadow: none;
}

.auth_page main {
  position: relative;
}
.left_bg {
  height: 100%;
  width: 47%;
  top: 0;
  left: 0;
  background: rgba(25, 26, 76, 0.7);
  position: absolute;
}
.right_bg {
  height: 100%;
  width: 53%;
  top: 0;
  right: 0;
  background: url("/assets/img/log_bg.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.reg_bg {
  background: url("/assets/img/right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.left_bg .modal-body {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 345px;
}


.auth_page input:not(#search):hover {
  background: var(--400);
  border: 2px solid var(--primary-300);
  color: var(--100);
  transition: 0.2s;
}
.auth_page label img {
  transition: 0.2s;
}
.auth_page label:hover img {
  transition: 0.2s;
}
.auth_page label.error_input input {
  background: rgba(215, 54, 54, 0.09);
  border: 1px solid #D73636;
  color: #D73636;
  transition: 0.2s;
}
.info_i {
  display: none;
  left: unset!important;
}
.check_svg {
  display: none;
  left: unset!important;
}
.auth_page label.error_input .info_i {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
.auth_page label.error_input img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
.auth_page label.success_input .check_svg {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
.auth_page label.error_input:hover img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
.auth_page label.success_input input {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid #11C57F;
  color: #11C57F;
  transition: 0.2s;
}
.auth_page label.success_input img {
  filter: invert(52%) sepia(93%) saturate(393%) hue-rotate(105deg) brightness(97%) contrast(95%);
  transition: 0.2s;
}

.top_order {
  width: 100%;
  display: grid;
  grid-template-columns: 55% auto;
  gap: 20px;
}

.top_order .chat {
  margin: 0;
}
.top_order .chat-entity {
  width: 100%;
}
.game_info .h1_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 12px;
}
.double_name {
  display: flex;
  gap: 100px;
}


#payment input:hover {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid rgba(17, 197, 127, 0.17);
  color: #11C57F;
  transition: 0.2s;
}
#payment label img {
  transition: 0.2s;
}
#payment label:hover img {
  filter: invert(52%) sepia(93%) saturate(393%) hue-rotate(105deg) brightness(97%) contrast(95%);
  transition: 0.2s;
}
#payment label.error_input input {
  background: rgba(215, 54, 54, 0.09);
  border: 1px solid #D73636;
  color: #D73636;
  transition: 0.2s;
}
.info_i {
  display: none;
  left: unset!important;
}
.check_svg {
  display: none;
  left: unset!important;
}
#payment label.error_input .info_i {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
#payment label.error_input img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
#payment label.success_input .check_svg {
  display: block;
  position: absolute;
  right: 18px;
  width: 17px;
  top: 12.5px;
}
#payment label.error_input:hover img {
  filter: invert(34%) sepia(97%) saturate(1550%) hue-rotate(335deg) brightness(83%) contrast(102%);
  transition: 0.2s;
}
#payment label.success_input input {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid #11C57F;
  color: #11C57F;
  transition: 0.2s;
}
#payment label.success_input img {
  filter: invert(52%) sepia(93%) saturate(393%) hue-rotate(105deg) brightness(97%) contrast(95%);
  transition: 0.2s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.change_page label {
  position: relative;
  width: 100%;
}
.key_svg {
  position: absolute;
  left: 18px;
  width: 17px;
  top: 12.5px;
}
.settings-input {
  display: flex;
  flex-flow: column;
  max-width: 320px;
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 100px;
}
.settings-input .green_button {
  max-width: 220px;
  margin-top: 8px;
}

.header-auth__lang[aria-expanded="true"] {
  background: var(--300-gradient);
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 15px 15px 0 0;
}
.header-auth .dropdown-menu.show {
  border-radius: 0 0 15px 15px;
}
.header-auth__lang[aria-expanded="true"]:hover {
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  border-radius: 15px 15px 0 0;
}
.header-auth .dropdown-menu__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0;
}
.header-auth .dropdown-menu.show {
  width: 100%;
  padding: 0 8px;
  margin-top: 0;
  padding-bottom: 6px;
}

.header-auth__lang:hover {
  background: var(--primary-100-gradient);
  border-radius: 15px;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  transition: 0.2s;
}
.header-auth__lang:active {
  background: var(--100);
  border-radius: 15px;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  transition: 0.2s;
}
.header-auth__lang:active img {
  filter: invert(44%) sepia(73%) saturate(7500%) hue-rotate(238deg) brightness(105%) contrast(99%);
}

.reviews-more:hover {
  cursor: pointer;
}

.badge-outline {
  border: 2px solid #418cc6;
}

.description {
  padding: 40px;
  font-size: 16px;
}

.description h1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.description p, .description li {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #ececec;
}

.description__list-item {
  text-transform: uppercase;
  font-size: 24px;
  margin: 30px 0;
}

ul.styled {
  list-style: disc;
  margin-left: 30px;
}

ul.styled li {
  margin-top: 10px;
}

.contacts p {
  margin-bottom: 18px;
  font-size: 20px;
}
.scroll-down-wrap{
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
}
.scroll-down-wrap,.scroll-down-wrap.no-border{
  left:50%;
  width:60px;
  display: flex;
  justify-content: center;
  z-index:101;
}
.scroll-down-wrap.no-border,.scroll-down-wrap.no-border{
  bottom:12px;
}
.scroll-down-wrap.no-border .section-down-arrow{
  display:inline-block;
  width:49px;
  height:49px;
  color:#fff!important;
  border:2px solid #fff;
  text-align:center;
  line-height:50px;
  border-radius:100px;
  font-size:25px;
  -webkit-border-radius:100px;
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
  overflow:hidden;
  margin-left:0px;
  left:0;
  bottom:16px;
  opacity:0.6;
}
.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{
  border:none!important;
  overflow:visible;
  text- align:center;
  opacity:1;
  height:auto;
  bottom:13px;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
}
.nectar-scroll-icon-path{
  fill:transparent;
  stroke-width:2px;
  stroke-dashoffset:120;
  stroke-dasharray:120;
  -webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}
.nectar-scroll-icon{
  width:30px;
  height:45px;
  text-align:center;
  cursor:pointer;
  position:relative;
  z-index:100;
  top: -6px;
}
.scroll-down-wrap.no-border .section-down-arrow:after,.slider-down-arrow.no-border:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:30px;
  height:45px;
  margin-left:-15px;
  border:2px solid rgba(255,255,255,0.5);
  border-radius:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:62;
}
.scroll-down-wrap.no-border:hover .section-down-arrow:before, .slider-down-arrow.no-border:hover:before{
  background-color:rgba(255,255,255,1);
}
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path, .slider-down-arrow.no-border:hover .nectar-scroll-icon-path{
  stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}

.green_h1 {
 color: #11C57F;
}

#settings .header-search {
  max-width: 380px;
  margin: 0 auto;
}

#settings .header-search {
  position: relative;
  margin-top: 20px;
  margin-bottom: 82px;
}

#settings .header-search img {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 18px;
  height: 18px;
}

#settings .header-search input {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  padding-right: 45px;
  padding-left: 20px;
}

#settings .header-search:hover {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid rgba(17, 197, 127, 0.17);
  transition: 0.2s;
}

#settings .header-search input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

#settings .header-search {
  transition: 0.2s;
  border: 1px solid rgba(17, 197, 127, 0);
}
#settings .header-search {
  background-color: #081C26;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.faq_inner {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.faq .last_news_title {
  margin-top: 16px;
  margin-bottom: 48px;
}
.faq_list {
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 2px solid #133748;;
  padding: 19px 0;
}
/*.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
}*/
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding-left: 0;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
.accordion button .icon {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background: #133748;
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.accordion button .icon::before {
  content:"";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: none;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.accordion button .icon::after {
  content:"";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon {
  background: #11C57F;
  box-shadow: 5px 5px 40px rgba(17, 197, 127, 0.51);
}
.accordion button[aria-expanded=true] .icon::before {
  margin-top: 2px;
}
.accordion button[aria-expanded=true] .icon::before {
  display: inline-block;
}
.accordion button[aria-expanded=true] .icon::after {
  display: none;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.faq_block {
  width: 100%;
  margin-top: 48px;
}
.bd_none {
  border-bottom: 0!important;
}

.faq_contact {
  margin-top: 64px;
  margin-bottom: 24px;
  padding: 48px 75px;
  border-radius: 20px;
  background: var(--primary-100-gradient);
}

.faq_c_inner {
  display: grid;
  grid-template-columns: 75% auto;
  gap: 75px;
  align-items: center;
}

.contact_faq {
  background: #FFFFFF;
  border-radius: 15px;
  color: var(--primary-300);
  box-shadow: none;
  transition: 0.2s;
}
.contact_faq:hover {
  background: var(--primary-400);
  color: #fff;
  transition: 0.2s;
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}
.faq_contact .subtitle {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.faq_t {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
  width: 100%;
  align-items: center;
}


.faq_t .tab {
  border-radius: 12px;
  transition: 0.2s;
  color: var(--200);
  padding: 0 15px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.faq_t .tab.active {
  border-radius: 12px;
  transition: 0.2s;
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  color: var(--100);
  padding: 0 15px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.faq_list.hidden {
  display: none;
}
#faq {
  padding: 0 15px;
}

main .gamepage::before {
  background:#081C26;
}

.gamepage .title {
  text-align: left;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
main .gamepage {
  padding: 30px 0 270px;
}

.hidden {
  display: none;
}

p.gamepage-tab__desk {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 776px;
  margin-top: 12px;
}

.game_head {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
.game_desc {
  max-width: 532px;
  color: var(--100);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-top: 12px;
  display: block;
}
.game_bg {
  object-fit: contain;
  height: auto;
  max-width: 513px;
}
.right_head {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 50px;
}
.left_head {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.left_cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.catalog .button.disabled {
  background: #133748;
  margin: 0 auto;
  display: block;
  margin-top: 24px;
  transition: 0.2s;
}
.catalog .button.disabled:hover {
  background: #11C57F;
  transition: 0.2s;
}
.last_news {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
    z-index: 2;
}
.news_title {
  text-align: center;
  color: var(--100);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}

.inner_news {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.news_row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.news_block {
  border-radius: 20px;
  background: var(--300-gradient);
  /* card bg effects */
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  padding: 19px 16px;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.news__category {
  margin-top: auto!important;
}
.news__description {
  margin-bottom: 12px;
}

.img_news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__title {
  margin-top: 12px;
  margin-bottom: 3px;
  color: var(--100);
  /* H4 */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}

.news__description {
  color: var(--200);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.status_body .text-white {
  color: var(--primary-200)!important;
  font-weight: 700;
}



@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
.scroll-down-wrap.no-border .section-down-arrow:before,.slider-down-arrow.no-border:before{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  margin-left:-1px;
  top:22px;
  background-color:rgba(255,255,255,0.5);
  width:2px;
  height:6px;
  border-radius:10px;
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}
@-webkit-keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

/* For presentation */
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Scroll icon */
.scroll {
  display: block;
  height: 38px;
}
.scroll_arrow {
  display: block;
  height: 10px;
  animation: downarrow 2.4s infinite;
}

.scroll_block {
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}

.bottom_gradient {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(8, 28, 38, 0) 0%, #191A4C 100%);
}

.catalog-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  width: 100%;
  margin-left: auto;
}
.h2_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
  align-self: flex-start;
}
.sort_items {
  width: 100%;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #2C2D64;
  /* justify-content: center; */
}

.faq_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 70px;
  margin-top: 24px;
}
.faq_c {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.faq_n {
  color: var(--100);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  margin-left: 6px;
}
.faq_a {
  color: var(--200);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.faq_n::before {
  content: "•"; /* Код символа для точки */
  display: inline-block;
  width: 6px; /* Ширина точки, при необходимости можно изменить */
  text-align: center;
  margin-right: 6px; /* Отступ между точкой и текстом, при необходимости можно изменить */
}

.price_offer {
  font-weight: 600!important;
  font-size: 18px!important;
  line-height: 150%!important;
  color: #11C57F!important;
  text-shadow: 5px 5px 40px rgba(17, 197, 127, 0.51)!important;
}
main .offerpage .select_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  text-align: left!important;
}
main .offerpage .offer-pay .select2-selection {
  background: var(--400);
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
main .o_info {
  padding: 0!important;
}
main .offerpage .offer-pay .select2-selection {
  border: 2px solid var(--600);
}
main .offerpage .offer-pay .select2-selection__rendered {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.offerpage .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .offerpage .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sort_li {
  padding: 12px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--200);
  cursor: pointer;
}
.sort_li.active {
  margin-bottom: -1px;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-200);
}
.sort_li.active:after {
  content: " ";
  width: 100%;
  height: 3px;
  background: var(--primary-200);
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
  border-radius: 4px;
}
.table-body {
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  border-radius: 20px;
}
.review_order {
  width: 100%;
  padding: 8px 24px 10px 24px;
  background: #0C2A38;
  box-shadow: 10px 10px 70px rgba(6, 25, 35, 0.66);
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.reviews_block {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
}
.reviews_block span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.reviews_inner {
  display: flex;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}
.review_stars {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.line_stars {
  min-width: 140px;
  height: 3px;
  border-radius: 3px;
  background: #081C26;
  position: relative;
}

.line_stars__progress {
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}

.review_stars[data-value="5"] .line_stars:before {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}
.review_stars[data-value="4"] .line_stars:before {
  content: '';
  width: 80%;
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}
.review_stars[data-value="3"] .line_stars:before {
  content: '';
  width: 60%;
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}
.review_stars[data-value="2"] .line_stars:before {
  content: '';
  width: 40%;
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}
.review_stars[data-value="1"] .line_stars:before {
  content: '';
  width: 20%;
  height: 3px;
  border-radius: 3px;
  background: #11C57F;
  position: absolute;
}
.total_review {
  display: flex;
  flex-flow: column;
  margin-left: auto;
}
.stars {
  display: flex;
  flex-wrap: nowrap;
}
.r_list_order {
  width: 100%;
}
.head_r {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #133748;;
  margin-bottom: 12px;
}
.r_list_order .offer-user {
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 10px -20px rgba(15, 15, 58, 0.78);
  border-radius: 20px;
  padding: 17px 22px;
}
main .offerpage .r_list_order .offer-user__image {
  max-width: 47px;
  min-width: 47px;
  max-height: 47px;
  margin-right: 10px;
}
main .offerpage .r_list_order .offer-user .content__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
main .offerpage .r_list_order .offer-user__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.r_list_order .content__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.offer_reviews {
  margin-left: auto;
  display: flex;
  flex-flow: column;
  gap: 15px;
  align-items: flex-end;
  text-align: end;
}
.content__date {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.modal {
  overflow-y: auto;
}

.custom-owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel.owl-loaded:not(.rev-slider) {
  height: 65px;
}

.owl-carousel:not(.rev-slider) .owl-stage-outer {
  position: absolute!important;
  overflow: visible!important;
}

.custom-owl-nav button {
  font-size: 20px;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}
.owl-carousel:not(.rev-slider) {
  max-width: 100%;
  overflow: hidden;
  background: var(--300-gradient);
  border: 2px solid var(--600);
  border-radius: 15px;
  padding: 8px;
}

.li_cont {
  height: 100%;
}

.owl-prev {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--300-gradient);
  /* Shadow primary */
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}

.owl-next {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--300-gradient);
  /* Shadow primary */
  box-shadow: 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}

.response-message {
  border-radius: 50px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.sorting-item {
  border-radius: 50px;
  padding: 3px 9px;
  font-weight: 500;
  font-size: 11px;
  margin: 0 5px;
}

.error-message {
  background: rgba(215, 54, 54, 0.09);
  border: 1px solid #D73636;
  color: #D73636;
}

.success-message {
  background: rgba(17, 197, 127, 0.09);
  border: 1px solid #11C57F;
  color: #11C57F;
}

.warning-message {
  background: rgba(194, 197, 17, 0.09);
  border: 1px solid #e1d5b1;
  color: #e1d5b1;
}

.disput-message {
  border-radius: 10px;
  text-align: center;
}

.sortings-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 5px;
  margin-left: -5px;
  flex-shrink: 0;
}

.sortings-title {
  flex-grow: 1;
  flex-shrink: 3;
  flex-basis: 400px;
  word-break: break-all;
}

main .chat-message .content-item__msg {
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 20px -20px rgba(15, 15, 58, 0.78);
  width: 100%;
  padding: 15px 18px;
  border-radius: 20px;
}

main .my-message .content-item__msg {
  background: var(--primary-100-gradient);
  box-shadow: 10px 10px 50px -20px rgba(15, 15, 58, 0.78);
  width: 100%;
  padding: 15px 18px;
  border-radius: 20px;
}

main .my-message {
  width: 80%!important;
  margin-left: auto;
}

main .my-message>a {
  display: none;
}

.quantity_switch {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 15px;
  border: 2px solid var(--600);
  background: var(--400);
  padding: 9px 11px;
  justify-content: space-between;
  align-items: center;
  max-width: 120px;
}
.name_t {
  font-size: 16px;
}
.left_switch {
  cursor: pointer;
}
.right_switch {
  cursor: pointer;
}

@keyframes downarrow {
  0%{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  45%{
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 1;
  }
  46%{
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 1;
  }
  65%,100%{
    opacity:0;
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(17, 197, 127, 0.51);
            box-shadow: 0px 0px 90px 0px rgba(17, 197, 127, 0.51);
  }

  50% {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(17, 197, 127, 0.51);
            box-shadow: 0px 0px 50px 0px rgba(17, 197, 127, 0.51);
  }

  100% {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(17, 197, 127, 0.51);
            box-shadow: 0px 0px 90px 0px rgba(17, 197, 127, 0.51);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(15, 15, 58, 0.78);
    box-shadow: 0px 0px 90px 0px rgba(15, 15, 58, 0.78);
  }

  50% {
    -webkit-box-shadow: 0px 0px 50px 0px rrgba(15, 15, 58, 0.78);
    box-shadow: 0px 0px 50px 0px rgba(15, 15, 58, 0.78);
  }

  100% {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(15, 15, 58, 0.78);
    box-shadow: 0px 0px 90px 0px rgba(15, 15, 58, 0.78);
  }
}

.blog {
  background-image: url(/assets/img/bg_bg.png);
  background-position: top;
  background-size: 50%;
  background-repeat: no-repeat;
    color: white;
}

.img_news {
  max-height: 164px;
  border-radius: 20px;
  overflow: hidden;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_block {
  cursor: pointer;
}

.blog .button-prev {
  margin-right: auto;
}

.blog .button-next {
  margin-left: auto;
}

.blog .go_out {
  padding: 0;
  grid-template-columns: auto 50%;
  gap: 20px;
  margin-bottom: 48px;
}

.blog-h {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
    color: #fff;
}


main .o_info .select2-selection__rendered {
  padding-right: 40px!important;
}
.o_info .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.t_page .select2-results__option {
  padding-left: 16px;
  padding-right: 16px;
  width: 95%;
  margin: 0 auto!important;
}

.blog-h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
    margin-top: 24px;
}

.blog-item {
    width: 366px;
    max-width: 100%;
    cursor: pointer;
}

.blog-stats {
    margin-top: 44px;
}

.blog-stats .social_icons {
    margin-top: 10px;
}

.blog-image {
    border-radius: 20px;
    box-shadow: 10px 10px 70px 0px rgba(6, 25, 35, 0.66);
    max-height: 206px;
}

.blog-title, .blog-interest-title {
    color: #11C57F;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 16px;
}

.blog-descr-quick, .blog-interest-quick {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 0;
}

.blog-line {
    background: #2C2D64;
    height: 2px;
    width: 100%;
}

.contact_page #settings {
  border-top: none;
}

.blog-interest {
    margin-top: 87px;
    margin-bottom: 48px;
}

.blog-interest-image {
    width: 96px;
    height: 78px;
    border-radius: 10px;
}

.blog-interest-item {
    width: 272px;
    max-width: 100%;
    margin: 24px 0;
    cursor: pointer;
}

.blog-interest-text {
    margin-left: 18px;
}

.blog-interest-quick {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 8px;
}

.blog-interest-title {
    margin-top: 0;
}

.blog-interest-items {
    padding: 24px 0;
}

.blog-back {
    color: white;
    position: relative;
    z-index: 999;
    margin-top: 48px;
    margin-bottom: 28px;
}

.btn-back {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 10px 10px 70px 0px rgba(6, 25, 35, 0.66);
    background: #0C2A38;
    margin-right: 7px;
    transition: 0.3s;
}

.btn-back:hover {
    box-shadow: 5px 5px 40px 0px rgba(17, 197, 127, 0.51);
    background: #11C57F;
}

.blog-back span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.blog-game {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    color: #11C57F;
}

.blog-descr-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin: 24px 0;
}

.blog-descr-list {
    list-style-type: disc !important;
    padding-left: 1em;
}

.blog-image-full {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.after_blog {
  display: grid;
  grid-template-columns: 74% auto;
  gap: 50px;
}

.blog-stats .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-interest {
  padding: 0;
}

.blog-interest-items {
  padding-top: 0;
}

#messages .h1_1_title {
  text-align: center;
}

#messages .finance_subtitle {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.users-block {
  border-radius: 20px;
  background: var(--300-gradient);
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
  padding: 16px 46px;
  position: relative;
}
.m_layout {
  gap: 40px;
}
.users-block .owl-prev {
  position: absolute;
  left: -23px;
  margin: 0!important;
  top: 50%;
  transform: translate(0,-50%);
}
.users-block .owl-next {
  position: absolute;
  right: -23px;
  margin: 0!important;
  top: 50%;
  transform: translate(0,-50%);
}

.new-owl {
  max-width: 100%;
  overflow: hidden;
  background:none!important;
  border: none!important;
  border-radius: 0!important;
}

.user_m {
  display: flex;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  padding: 16px 12px;
  border-radius: 10px;
  transition: 0.2s;
}

.m_layout .chat-entity {
  padding: 0;
}
.m_layout .chat__header,.m_layout .chat__content,.m_layout .chat__footer {
  padding-left: 0!important;
  padding-right: 0!important;
}
.m_layout .smile_icon {
  left: 17px;
}
.m_layout .chat__footer input {
  width: 95%!important;
}
.m_layout .chat {
  margin-top: 0!important;
}

.user_m:hover {
  background: var(--600);
  transition: 0.2s;
}
.user_m img {
  width: 57px!important;
  height: 57px;
  border-radius: 50%;
}
.user_m_name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-align: center;
}

.blog_top .blog-h2 {
  margin-top: 48px!important;
  margin-bottom: 24px;
}

.share-t {
  color: var(--200);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.blog_row .col-lg-8,.blog_row .col-lg-12,.blog_row .col-lg-9 {
  padding-left: 0;
}

.stats-item:not(:first-of-type) {
    margin-left: 18px;
}

.inner_cont {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.icon-dark {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #0C2A38;
    width: 33px;
    height: 33px;
    margin-right: 7px;
}

.read-also {
    position: fixed;
    z-index: 1000;
/*     background-color: #081C26;
    border-radius: 12px;
    padding: 10px 0; */
    width: 272px;
}
/*
.read-also .blog-interest-item:last-of-type {
    background-color: #081C26;
    padding: 5px;
    border-radius: 12px;
} */

.top_order {
    grid-template-columns: auto;
}

.game_info {
    margin: 0 auto;
    width: 55%;
    text-align: center;
}

.accordion-content {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px !important;
    line-height: 14px;
}

.accordion-content ol {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.accordion button[aria-expanded=true] + .accordion-content {
    max-height: 1000vh;
}

.accordion-content ol li {
    margin-top: 12px;
}

.news__category {
    padding: 4px 9px;
    border-radius: 10px;
    margin-top: 12px;
}

.purple_c {
  border: 1px solid var(--primary-200);
  background: var(--primary-400);

  color: var(--primary-200);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orange_c {
  border: 1px solid var(--secondary-200);
  background: var(--secondary-300);

  color: var(--secondary-100);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green_c {
  border: 1px solid var(--success-200);
  background: var(--success-300);

  color: var(--success-100);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red_c {
  border: 1px solid var(--error-200);
  background: var(--error-300);
  color: var(--error-100);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_sign {
  margin-top: 24px;
}

.after_tabs .cabinet_tabs {
  position: sticky;
  top: 24px;
}
.after_blog {
  margin-top: 24px;
}

.t_or {
  display: grid;
  grid-template-columns: 50% auto;
  justify-content: center;
}

.t_or .chat-entity {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.t_page .my-message .content-item__msg{
  box-shadow: 10px 10px 15px 0px rgba(15, 15, 58, 0.78);
}
.t_page .chat-message .content-item__msg{
  box-shadow: 10px 10px 15px 0px rgba(15, 15, 58, 0.78);
}


.t_page .gamepage {
  padding-bottom: 0;
}

.t_page .chat__header {
  padding-left: 0!important;
}
.t_page .chat__content {
  padding-left: 0!important;
}
.t_page .chat__footer {
  padding-left: 0!important;
}
.t_page .smile_icon {
  left: 17px;
}
.t_page .chat .chat__footer input {
  width: 90%;
}
.t_page .review_order {
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
.t_page .head_r {
  border-bottom: none;
  margin-bottom: 18px;
  padding-bottom: 0;
}
.t_page .reviews_block {
  background: var(--primary-400);
  border: 1px solid var(--primary-300);
  border-radius: 20px;
  padding: 6px 27px;
  margin-bottom: 16px;
  grid-template-columns: repeat(2,1fr);
}
.t_page .reviews_block span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}
.t_page .total_r {
  font-size: 24px;
}
.t_page .review_t {
  color: var(--200)!important;
  font-size: 12px!important;
  font-style: normal;
  font-weight: 400!important;
  line-height: 150%; /* 18px */
}

.cabinet_content {
  position: relative;
  padding-bottom: 50px;
}
.bal_img {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
}

.universal-input input {
  background: var(--400);
  border-radius: 15px;
  padding: 9px 20px 9px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--100);
  width: 100%;
  transition: 0.2s;
  border: 2px solid var(--600);
}
#balance_rep {
  max-width: unset;
  align-items: flex-start;
}
#balance_rep .form_div {
  width: 100%;
}
.change_page main {
  background-image: none;
}

.modal .h1_title {
  font-size: 24px;
}

.img_upload {
  position: relative!important;
  left: unset!important;
  top: unset!important;
  width: 96px!important;
  margin: 0 auto;
  margin-top: 15px;
}

.label_photo {
  margin-top: 8px;
  margin-bottom: 22px;
  color: var(--primary-200);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  transition: 0.2s;
}
.label_photo:hover {
  color: #fff;
  transition: 0.2s;
}

#edit .modal-dialog .modal-content .modal-body {
  padding: 48px 42px;
  border-radius: 20px;
  background: var(--300-gradient, linear-gradient(135deg, #202157 12.16%, #191A52 92.19%));
  /* card bg effects */
  box-shadow: 5px 5px 20px 0px rgba(46, 47, 97, 0.53) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset, 10px 10px 50px 0px rgba(15, 15, 58, 0.78);
}

.edit_form {
  width: 100%;
}
.edit_form button {
  margin-top: 18px;
}

.max-i {
  max-width: 495px;
}
.universal-input .contact_check {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  margin-top: 12px;
}
#b_button {
  align-self: flex-start;
}
.select2-container--default .select2-results__option--selected {
  background: unset!important;
}

.top_up .select2-results__options {
  margin-top: 8px!important;
}

.universal-input input::placeholder {
  color: #ffffff!important;
  font-size: 16px!important;
}

.universal-input label {
  position: relative;
  width: 100%;
}
.universal-input {
  margin: unset;
}
.universal-input input:hover {
  background: var(--400);
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}
.label_in {
  color: var(--200, #A1A1BB);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  margin-bottom: 8px;
  display: block;
}
.universal-input .key_svg {
  bottom: 14.5px;
  top: unset;
  z-index: 10;
}

.universal-input .select2 {
  width: 100% !important;
}

.universal-input .selection {
  width: 100%;
  position: relative;
}

.universal-input .select2-selection {
  border: 2px solid var(--600);
  background: var(--400);
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.universal-input .select2-selection__rendered {
  width: 100%;
  padding: 0 45px!important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%!important;
  color: #FFFFFF!important;
}

.universal-input .select2-selection__arrow {
  top: 30px!important;
  right: 20px!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-size: cover;
  width: 9px;
  height: 6px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.news_sign button {
  transition: 0.2s;
}

.news_sign button:hover {
  transition: 0.2s;
  box-shadow: 10px 10px 50px 0px rgba(125, 112, 251, 0.42);
}

.news_sign button:active {
  transition: 0.2s;
  background: var(--100);
  color: var(--primary-300);
}
.o_info #trade-pay {
  width: auto;
}

.universal-search {
  transition: 0.2s;
  border: 2px solid var(--600);
  background-color: var(--400, #141544);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 20px;
  position: relative;
  margin-right: 14px;
  max-width: 460px;
}

.universal-search input {
  line-height: 40px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  padding-right: 35px;
  font-family: 'Inter', sans-serif;
}

.universal-search input::placeholder {
  color: #fff!important;
  font-size: 16px!important;
}

.universal-search:hover {
  background: var(--400);
  border: 2px solid var(--primary-300);
  transition: 0.2s;
}

.blog-back .news__category {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.f_blog .blog {
  background-image: url('/assets/img/blog_hero.png');
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}
.contact_grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
}
.right_grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_grid {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.left_grid .h1_1_title {
  color: var(--100);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 12px!important;
  display: block;
}
.faq_page .go_out {
  padding: 0;
  grid-template-columns: auto 65%;
}
.faq_page .right_go {
  justify-content: flex-end;
}
.faq_page main {
  background-size: auto;
}
.name_topic {
  color: var(--primary-200);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  margin-bottom: 8px;
}
.faq_sub {
  max-width: 707px;
  color: var(--100);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

@media (max-width: 1550px){
  header .header-auth .button {
    padding: 5px 20px !important;
  }
}

@media (min-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1455px;
  }
}

@media (min-width: 1440px) and (max-width: 1540px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
  header .header-auth p.header-auth__lang {
    margin-left: 0;
  }
}

@media screen and (max-width: 1539.98px) {
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-wrapper {
    margin-bottom: 20px;
  }

  header .header-search .header-search__result {
    padding: 35px 45px;
  }

  header .header-auth {
    margin-right: -15px;
    justify-content: center;
  }

  header .header-auth a.header-auth__link {
    margin-right: 15px;
  }

  header .header-auth button.button {
    margin-right: 15px;
  }

  header .header-auth p.header-auth__lang {
    margin-right: 0;
  }
  .main_page main {
    background-position: top;
  }
  .faq_c_inner {
    grid-template-columns: 65% auto;
  }
}

@media (max-width: 1440.98px) {
  main .catalog .catalog-list {
    width: 96.5%;
  }
  .top_order {
    grid-template-columns: 50% auto;
  }
  header .header-search {
    margin-right: 45px;
  }
  header .header-auth p.header-auth__lang {
    margin-left: 0;
  }
  header .header-auth {
    margin-left: -45px;
  }
  .catalog-title {
    padding-left: 35px;
  }
  .catalog .header-search {
    margin-right: 0;
  }
  .price_o {
    min-width: 130px;
  }
  .o_info .offer-pay {
    flex-flow: column;
  }
  .o_info #trade-pay {
    width: 100% !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .faq_t .tab {
    font-size: 14px;
  }
  .faq_info {
    padding: 24px 0;
  }
  .accordion-title {
    font-size: 16px;
  }
  main .catalog .catalog-list {
    width: 95.5%;
    grid-template-columns: 1fr;
  }
  header .col-12.col-xl-1 {
    max-width: 120px;
  }
  .auth_menu {
    margin-right: 10px;
  }
  main .catalog .catalog-list .catalog-list__item .item-list {
    column-gap: 30px;
  }

  .title::before {
    font-size: 60px;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__hr {
    display: none;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__head .head-item .head-item__text {
    font-size: 18px;
    width: 100%;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body .body-item .body-item__text {
    font-size: 18px;
  }

  main .gamepage {
    padding-bottom: 100px;
  }

  .table-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }

  .table-body .body__text,
  .body-user,
  .table-body .body__desc {
    margin-bottom: 15px;
    text-align: center;
    flex-direction: column;
  }

  .sortings-title {
    flex-basis: auto;
    margin-top: 10px;
  }

  .pl_s {
    margin-top: 10px;
  }

  .sorting-item {
    margin-top: 5px;
  }

  .table-head {
    display: none;
  }

  main .gamepage .gamepage-content .gamepage-tab__set {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  main .gamepage .gamepage-content .gamepage-tab__set .set-settings {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  main .gamepage .gamepage-content .gamepage-tab__set .select-wrapper {
    margin-bottom: 20px;
  }

  header .header-search {
    margin: 20px 0;
    max-width: 100%;
  }

  main .catalog .catalog-list .catalog-list__item .item-list .item-list__game {
    width: 100%;
  }

  main .chat .chat__footer {
    padding: 0 45px;
  }
  header .row {
    flex-wrap: nowrap;
  }

  header .col-12 {
    flex: 0 0 33%;
  }
  main .catalog .catalog-list .catalog-list__item .item-list {
    column-gap: 30px;
    grid-template-columns: repeat(3,1fr);
  }
  .first-screen .container {
    margin-top: 0;
  }
  .main_page .history-table__body {
    grid-template-columns: 20% 30% 17% 15% auto;
  }
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
    flex-flow: row;
    align-items: baseline;
    flex-wrap: wrap;
  }
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-input {
    margin: 0;
  }
  .sort_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-bottom: 0;
  }
  main .gamepage .gamepage-content .active {
    justify-content: center;
  }
  .sort_li {
    overflow: hidden;
  }
  .table-body {
    flex-direction: row;
    align-items: center;
  }
  .table-body .body__text, .body-user, .table-body .body__desc {
    margin-bottom: 0;
    word-break: break-word;
  }
  header .header-auth {
    margin-left: -15px;
  }
  .game_bg {
    width: 100%;
  }
  .t_page .left_head img {
    max-width: 350px;
  }
  .t_page .game_head {
    gap: 20px;
  }
  .after_blog {
    display: flex;
    flex-flow: column-reverse;
  }
  .blog_row .col-lg-8, .blog_row .col-lg-12, .blog_row .col-lg-9 {
    max-width: 100%;
  }
  .auth_page .nav_menu {
    display: none;
  }
  .auth_page .header-auth {
    margin-left: auto;
  }
  .auth_page header > .container > .row > .col-12.col-xl-5 {
    margin-left: auto;
  }
}

@media screen and (max-width: 991.98px) {
    header .header-search .header-search__result {
        left: 0;
        width: 100%;
    }
  .main_page .history-table__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .left_cont {
    align-items: center;
  }
  main .first-screen .first-screen__text {
    text-align: center;
  }
  .right_cont {
    display: none;
  }
  .main_page .body-item {
    gap: 8px;
  }
  .h1_1_title {
    font-size: 32px;
  }
  header .col-12 {
    flex: 0 0 33%;
  }

  header .col-12:nth-child(2) {
    order: 3;
    flex: 0 0 100%
  }

  header .col-12:nth-child(3) {
    margin-left: auto;
  }

  header .row {
    flex-wrap: wrap;
  }
  main .first-screen .first-screen__title {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 150%;
  }
  .first-screen .inner_cont {
    grid-template-columns: 1fr;
  }
  main .first-screen .first-screen__text {
    font-size: 14px;
    max-width: 390px;
  }
  main .first-screen .button {
    padding: 13px 40px;
    font-size: 14px;
  }
  .auth_menu {
    margin-right: 30px;
  }
  header .header-search .header-search__result {
    top: calc( 100% + 20px);
  }

  main .catalog .catalog-list {
    width: 90.5%;
  }
  .news_row {
    grid-template-columns: repeat(2,1fr);
  }
  .catalog-title {
    width: 110%;
    padding-left: 0;
    margin-left: -60px;
  }
  .secret_img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: auto;
    width: 90%;
    top: unset;
  }
  main .catalog .catalog-list .catalog-list__item .item-list {
    column-gap: 30px;
    grid-template-columns: repeat(2,1fr);
  }


  main .ticketpage .title {
    font-size: 30px;
  }

  main .ticketpage .title::before {
    font-size: 60px;
  }

  main .catalog .catalog-list .catalog-list__item .item-list .item-list__game {
    width: 100%;
  }
  .h2_title {
    font-size: 22px;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
    padding: 0;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-wrapper {
    width: calc(100% / 3);
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .description {
    font-size: 16px;
  }
  .finances {
    grid-template-columns: 1fr;
  }
  .faq_c_inner {
    grid-template-columns: 50% auto;
  }
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
    flex-wrap: wrap;
    flex-flow: wrap;
  }
  .gamepage-tab .header-search {
    flex: 0 0 100%;
    width: 100%;
    max-width: unset;
  }
  .game_head {
    display: flex;
    flex-flow: column;
  }
  .game_head .game_bg {
    max-width: 350px;
  }
  .right_head img {
    margin: 0 auto;
    height: 320px;
  }
  .custom_select {
    min-width: 260px;
  }
  .game_head {
    padding: 0 20px;
  }
  .table-body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .top_order {
    grid-template-columns: 1fr;
  }
  .r_list_order .custom_select {
    min-width: 295px;
  }

  .blog-interest-item {
    margin-left: auto;
    margin-right: auto;
  }
  main .catalog .catalog-list .catalog-list__item .item-list .li_cont:after {
    display: none!important;
  }
  .blog .go_out {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 50px;
    justify-content: center;
  }
  .blog .right_go {
    display: none;
  }
  .blog {
    background-size: auto;
    background-position: top;
  }
  .blog_fs {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .blog_fs .col-md-3 {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .blog-interest-items {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .blog-interest-items .col-md-6 {
    max-width: 100%;
    padding: 0;
  }
  .contact_grid {
    display: flex;
    flex-flow: column-reverse;
  }
  .contact_img {
    max-width: 350px;
  }
  .main_page main {
    background-size: auto;
  }
  .left_bg {
    width: 100%;
  }
  .right_bg {
    display: none;
  }
  .left_bg {
    position: relative;
  }
  .left_bg .modal-body {
    left: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
  }
  .auth_page header {
    background-color: var(--500);
    box-shadow: 10px 10px 30px 0px #191A4C;
  }
  .auth_page main {
    background-color: #191A4C;
  }
  .left_bg {
    background: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .auth_page header {
    box-shadow: 10px 10px 20px 0px #191A4C;
  }
  .main_page .cabinet_layout {
    display: flex;
    flex-flow: column;
  }
  .main_page .cabinet_content {
    padding-bottom: 50px;
  }
  .bal_img {
    display: none;
  }
  .max-i {
    max-width: 100%;
  }
  .m_layout .chat__footer input {
    width: 100% !important;
  }
  .m_layout .chat__footer {
    gap: 15px;
  }
  .go_page .go_out {
    padding-left: 0;
    grid-template-columns: 40% auto;
  }
  .go_page .right_go img {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .faq_c_inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nav_menu {
    display: none;
  }
  header .header-auth {
    justify-content: flex-end;
    padding-right: 15px;
  }
  main .catalog .catalog-abc {
    margin-top: 120px;
    margin-left: -15px;
  }

  .catalog-title {
    width: 113%;
  }
  .contact_form {
    max-width: 380px;
    width: 90%;
  }
  .faq_contact {
    padding: 50px 20px;
  }
  .faq_block {
    grid-template-columns: 1fr;
  }
  .main_page main {
    background-size: auto;
  }
  main .catalog .catalog-list .catalog-list__item .item-list .item-list__game {
    width: 100%
  }

  main .catalog .catalog-list .catalog-list__item .item-list {
    grid-template-columns: 1fr;
  }

  .catalog-title {
    flex-flow: column;
  }

  .catalog .header-search {
    max-width: unset;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  main .catalog .catalog-list {
    width: 85.5%;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__head .head-item .head-item__text {
    font-size: 14px;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body .body-item .body-item__text {
    font-size: 14px;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body .body-item {
    margin-right: 0;
  }

  main .lk .lk-content .active .settings .settings-input .button {
    min-width: 200px;
    max-width: 200px;
  }

  .offer main .offerpage .title {
    font-size: 24px;
  }

  .offer main .offerpage .title::before {
    font-size: 24px;
  }

  main .offerpage .offer-desc .offer-desc__item {
    width: calc( 100% / 2);
    margin-bottom: 10px;
  }
  .chat_send {
    width: 32px;
    height: 32px;
  }
  .chat_send img {
    width: 18px;
  }
  main .chat .chat__footer input, main .chat .chat__footer textarea {
    width: 90%;
  }
  .footer_top {
    grid-template-columns: 1fr;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .footer_col {
    margin: 0;
  }
  footer {
    background-size: cover;
  }
  .footer_ul {
    align-items: center;
    margin-bottom: 10px;
  }
  .footer_ul li a {
    line-height: 12px;
  }
  .bottom_footer .row {
    flex-flow: column;
    align-items: center;
    gap: 18px;
  }
  main .chat .chat__content .content-item .content-item__image {
    width: 32px;
    height: 32px;
  }
  .msg__title a {
    font-size: 14px;
  }
  main .chat .chat__content .content-item .content-item__msg .msg__title {
    margin-bottom: 4px;
  }
  main .chat .chat__content .content-item .content-item__msg .msg__text {
    font-size: 14px;
  }
  .social_icons {
    margin-left: 0;
  }
  .footer_col {
    align-items: center;
  }
  .ul_col {
    margin-left: 0;
  }
  .footer_col:nth-child(1) {
    margin-bottom: 24px;
  }

  .blog-stats .social_icons {
    margin: 10px 0 30px;
    justify-content: center;
  }
  .gamepage-tabs .owl-prev, .gamepage-tabs .owl-next {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gamepage-tabs .owl-prev svg,.gamepage-tabs .owl-next svg {
    width: 13px;
  }
  .faq_page .right_go {
    display: none;
  }
  .faq_page .go_out {
    display: flex;
  }
  .faq_list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575.98px) {
  .change_page .h1_1_title {
    margin-top: 25px;
  }
  .faq_block {
    padding: 0 20px;
  }
  .accordion button {
    padding-right: 40px;
  }
  .change_page #settings {
    margin-bottom: 50px;
  }
  .finances {
    padding: 0 20px;
  }
  .main_page .history-table {
    padding: 0 20px;
  }
/*   .modal .modal-wrapper {
    top: 5%;
    max-width: 300px;
  }

  .modal .modal-wrapper .modal-container {
    padding: 20px 10px;
  } */
  main .chat {
    margin-bottom: 0;
  }

  main .ticketpage {
    padding: 50px 0;
  }

  main .ticketpage .title {
    font-size: 24px;
    margin-bottom: 0;
  }

  main .ticketpage .title::before {
    font-size: 40px;
  }

  main .offerpage .offer-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .offerpage .offer-desc .offer-desc__item {
    width: calc( 100% / 1);
  }

  main .lk .title::before {
    font-size: 32px;
  }

  main .lk .lk-content .active .settings .settings-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .lk .lk-content .active .settings .settings-input .button {
    min-width: 100%;
    max-width: 100%;
  }

  main .lk .lk-content .active .settings .settings-input {
    width: 100%;
  }

  main .lk .lk-content .active .settings .settings-input .settings-select {
    min-width: 100%;
    max-width: 100%;
  }

  main .lk .lk-content .active .settings .settings-input .selection {
    min-width: 100%;
    max-width: 100%;
  }

  main .lk .lk-content .active .settings .settings-input .select2-selection {
    min-width: 100%;
    max-width: 100%;
  }

  main .lk .lk-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  main .lk .lk-tabs .lk-tabs__item {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  main .lk .lk-tabs .lk-tabs__item:first-of-type .lk-tabs__link,
  main .lk .lk-tabs .lk-tabs__item:last-of-type .lk-tabs__link {
    border-radius: 0;
    padding: 0 20px;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__head {
    display: none;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f3faff;
    margin-bottom: 25px;
    border-radius: 25px;
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body .body-item {
    width: calc(100% / 2);
  }

  main .lk .lk-content .lk-tab .history-table .history-table__body .body-item .body-item__text {
    padding: 10px 0 0;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-wrapper {
    width: calc(100% / 2);
  }

  header .header-search .header-search__result {
    padding: 20px 25px;
  }

  header {
    padding: 20px 0;
  }

  header .header-auth {
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  header .header-auth p.header-auth__lang {
    margin-right: 0;
  }

  header .header-search {
    padding: 0 15px 0 25px;
  }

  header .header-search input {
    line-height: 45px;
  }

  main .first-screen .first-screen__title {
    font-size: 36px;
    line-height: 1;
  }

  main .first-screen .first-screen__text {
    font-size: 18px;
    margin-bottom: 45px;
  }

  main .first-screen .button {
    margin: 0 auto;
    display: block;
  }

  main .catalog {
    padding-bottom: 0px;
  }

  main .catalog .catalog-list .catalog-list__item {
    padding-top: 100px;
  }

  main .secret {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  main .ticketpage {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  main .chat .chat__header {
    border-radius: 25px 25px 0 0;
  }

  main .chat .chat__header .header__title {
    font-size: 24px;
    line-height: 55px;
  }

  main .chat .chat__footer {
    border-radius: 0 0 25px 25px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .chat .chat__footer input {
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0;
  }

  main .chat .chat__footer .button {
    width: 100%;
  }

  main .chat .chat__content {
    padding: 15px;
  }

  main .chat .chat__content .content-item .content-item__msg .msg__text {
    margin-bottom: 10px;
  }

  .description {
    font-size: 14px;
  }

  main .first-screen .first-screen__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  main .first-screen .first-screen__text {
    font-size: 14px;
  }
  main .first-screen .first-screen__text {
    margin-bottom: 20px;
  }
  main .catalog .catalog-list .catalog-list__item {
    padding-top: 30px;
  }
  .chat_send {
    border-radius: 20px;
  }
  main .chat .chat__footer input, main .chat .chat__footer textarea {
    width: 100%;
  }
  main .chat .chat__footer {
    gap: 8px;
  }
  main .chat .chat__header {
    padding: 8px 36px;
  }
  main .chat .chat__header .header__title {
    font-size: 20px;
  }
  .info_icon {
    width: 24px;
  }
  main .chat {
    margin: 30px 0 130px;
  }
  .smile_icon {
    margin: 0;
  }
  header .header-search {
    margin-bottom: 0;
    margin-top: 8px;
  }
  header .header-search input {
    line-height: 36px;
  }
  header .header-logo img {
    max-width: 75px;
  }
  .user_nick {
    font-size: 16px;
  }
  .header-auth .profile-avatar__image {
    width: 32px;
    height: 32px;
  }
  .custom_select {
    min-width: 175px;
  }
  .offerpage > .container > .row {
    padding: 0 20px;
  }
  .content__date {
    font-size: 12px;
  }
  .r_list_order .content__text {
    font-size: 14px;
  }
  .head_r {
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }
  .r_list_order .content__text {
    padding-right: 10px;
  }

  main .catalog .catalog-abc {
    margin-left: 0;
  }
  .catalog-title {
    width: 110%;
    margin-left: -45px;
  }
  .secret_img {
    display: none;
  }
  main .chat .chat__header {
    padding: 0;
  }
  main .chat .chat__content {
    padding: 0;
  }
  main .chat .chat__footer {
    padding: 0;
  }
  main .chat .chat__footer input {
    padding-left: 45px;
  }
  .chat__footer .smile_icon{
    left: 15px;
    top: 13px;
  }
  .secret .bottom_gradient {
    display: none;
  }
  main .chat {
    margin-bottom: 0;
  }
  .news_title {
    font-size: 24px;
  }
  .t_page .chat .chat__footer input {
    width: 100%;
  }
  .actions_or {
    flex-wrap: wrap;
  }
  .t_page .reviews_block span {
    font-size: 14px;
  }
  .t_page .total_r {
    font-size: 20px;
  }
  .h1_title {
    font-size: 24px;
  }
  #rating_sorting {
    min-width: 250px;
  }
  .blog_fs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-h {
    font-size: 32px;
  }
  .blog-h2 {
    font-size: 24px;
  }
  .blog_row .col-lg-8, .blog_row .col-lg-12, .blog_row .col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-back {
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-h {
    padding: 0!important;
  }
  .blog_row > .col-lg-12 {
    padding: 0 25px;
  }
  .blog_row > .col-lg-12 > .col-lg-9 {
    padding: 0;
  }
  .blog-interest-items {
    margin-left: 0;
    margin-right: 0;
  }
  .blog_top {
    padding: 0 15px;
  }
  .blog-interest {
    padding: 0 15px;
  }
  .blog-stats .social_icons {
    margin: 0;
  }
  .left_grid .h1_1_title {
    padding: 0 15px;
  }
  .contact_form {
    max-width: unset;
    padding: 0 15px;
    width: 100%;
  }
  .main_page .history-table__body {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom_body {
    flex-flow: column;
    gap: 25px;
  }
  .status_body {
    margin-left: 0;
  }
  #finance .finances {
    padding: 0;
  }
  #balance_rep .form_div {
    flex-flow: column;
    display: flex;
  }
  .users-block .owl-next,.users-block .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .go_page .go_out {
    display: flex;
    flex-flow: column;
  }
}

@media (max-width: 525px) {
  header .header-auth {
    justify-content: center;
    margin: 0 auto;
    margin-right: 25px;
  }
}

/*@media (max-width: 475.98px) {*/
/*  .blog_fs {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*  main .catalog .catalog-abc {*/
/*    position: relative;*/
/*    grid-template-columns: repeat(5,1fr);*/
/*    top: 0;*/
/*    margin-bottom: 24px;*/
/*    justify-content: center;*/
/*  }*/
/*  .custom_select {*/
/*    font-size: 14px;*/
/*    min-width: 150px;*/
/*  }*/
/*  .catalog-abc__item {*/
/*    margin: 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .catalog .container > .row > .col-1 {*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*  }*/
/*  .catalog .container>.row {*/
/*    flex-flow: column;*/
/*  }*/
/*  main .catalog .catalog-list {*/
/*    width: 100%;*/
/*  }*/
/*  .set-settings {*/
/*    width: 100%;*/
/*  }*/
/*  .set-settings .select-input {*/
/*    width: 100%!important;*/
/*  }*/
/*  .select2 {*/
/*    width: 100%!important;*/
/*  }*/
/*  .catalog-title {*/
/*    margin-left: 0;*/
/*    width: 100%;*/
/*  }*/
/*  main .catalog .catalog-abc {*/
/*    margin-top: 0;*/
/*  }*/
/*  .news__title {*/
/*    font-size: 14px;*/
/*  }*/
/*  .news__description {*/
/*    font-size: 12px;*/
/*  }*/
/*  .last_news {*/
/*    padding-top: 0;*/
/*  }*/
/*  header .header-auth {*/
/*    min-width: unset;*/
/*  }*/
/*  .blog-interest-items {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*  .contact_form .form_div {*/
/*    flex-flow: column;*/
/*    display: flex;*/
/*  }*/
/*  .auth_page .header-auth {*/
/*    margin-right: 0;*/
/*  }*/
/*}*/

@media screen and (max-width: 475.98px) {

  header .col-12:nth-child(1) {
    flex: 0 0 100%;
    justify-content: center;
  }
  header .header-logo {
    justify-content: center;
  }
  header .header-logo img {
    margin-right: 0;
  }
  main .chat .chat__content .content-item .content-item__msg .msg__date {
    font-size: 12px;
  }
  header .col-12:nth-child(3) {
    flex: 0 0 100%;
  }
  header .header-auth {
    justify-content: space-between;
  }
  header .header-auth p.header-auth__lang {
    margin-left: 0;
  }
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .select-wrapper {
    width: calc(100% / 1);
  }

  main .gamepage .gamepage-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 0px;
  }

  main .gamepage .gamepage-tabs .gamepage-tabs__item {
    margin-right: 0;
    width: 100%;
  }
  main .gamepage .gamepage-tabs .gamepage-tabs__item .gamepage-tabs__link {
    min-height: 48px;
    font-size: 14px;
  }

  main .gamepage .gamepage-tabs .gamepage-tabs__item .gamepage-tabs__link {
    text-align: center;
  }

  .custom_select {
    min-width: unset;
    width: 100%;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
    flex-flow: column;
  }
  .gamepage-tab__set label{
    width: 100%;
  }

  .gamepage-tab__set label:nth-child(1) {
    order: 1;
  }
  .gamepage-tab__set label:nth-child(2) {
    order: 2;
  }
  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set-settings {
    order: 4;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__desk {
    margin-bottom: 20px;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set-settings .settings-select {
    max-width: 100%;
    width: 100%;
  }
  .auth_logo {
    max-width: 120px;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set .set-settings .select2-selection {
    max-width: 100%;
    width: 100%;
  }

  main .gamepage .gamepage-content .gamepage-tab .gamepage-tab__set {
    margin-bottom: 20px;
  }

  main .gamepage .gamepage-tabs .gamepage-tabs__item:first-of-type .gamepage-tabs__link {
    padding: 0 20px;
  }

  main .gamepage .gamepage-tabs .gamepage-tabs__item:last-of-type .gamepage-tabs__link {
    padding: 0 20px;
  }

  main .catalog .catalog-list .catalog-list__item .item-list .item-list__game {
    width: calc( 100% / 1);
  }

  header .header-search .header-search__result .result-content .result-content__tab .games {
    width: calc( 100% / 1);
  }

  header .header-search .header-search__result .result-content .result-content__tab .games:last-of-type {
    margin-bottom: 0;
  }

  header .header-search .header-search__result .result-content .result-content__tab .user {
    width: calc( 100% / 1);
  }

  header .header-search .header-search__result .result-content .result-content__tab .user:last-of-type {
    margin-bottom: 0;
  }

  header .header-search .header-search__result .result-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }

  header .header-search .header-search__result .result-nav .result-nav__item {
    margin-right: 0;
    width: 100%;
  }

  header .header-search .header-search__result .result-content .result-content__tab {
    margin-bottom: 0;
  }

  header .header-search .header-search__result .result-nav {
    margin-bottom: 0px;
  }

  header .header-search .header-search__result .result-nav .result-nav__item .result-nav__link {
    border-radius: 0;
    margin-bottom: 20px;
  }

  header .header-search .header-search__result .result-nav .result-nav__item .result-nav__link:last-of-type {
    border-radius: 0;
  }

  header .header-search .header-search__result .result-nav .result-nav__item .result-nav__link:first-of-type {
    border-radius: 0;
  }
  header .header-auth {
    flex-flow: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  header .header-auth__link.button {
    width: 100%;
    text-align: center;
    margin-right: 0!important;;
  }
  header .header-auth > button {
    width: 100%;
    text-align: center;
    margin-right: 0!important;
  }
  .news_row {
    grid-template-columns: 1fr;
  }
  header .header-auth {
    margin-right: 0;
  }
  main .first-screen .first-screen__text {
    text-align: left;
  }
  .left_cont {
    align-items: flex-start;
  }
  .auth_menu {
    margin-right: 6px;
  }
  .gamepage-tabs button {
    display: none!important;
  }
  main .gamepage .gamepage-tabs .gamepage-tabs__item .gamepage-tabs__link {
    min-height: 45px;
  }
}

/* Cart Icon Styles */
.cart-container {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

.cart-link {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}

.cart-link:hover {
  color: var(--primary-200);
  text-decoration: none;
}

.cart-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--secondary-100);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
