@charset "UTF-8";
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"); иконки*/
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap"); /*новогодний*/
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&display=swap"); /*для счётчика*/
@import url("https://fonts.googleapis.com/css2?family=Prosto+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/*-----------*/
:root {
  --bigShadow: 0 1rem 3rem rgb(0 0 0 / 0.3);
  --darkBackground: rgb(0 0 0); /* / 0.85*/
  --lightBackground: rgb(255 255 255 / 0.85);
  --itemUp: itemUp 0.6s;
  --itemJump: itemJump 0.6s;
  --colorBuy: #00fe00;
  --colorSell: #ff001a;
  --maxWhith: 1010px;
}
/*-----------*/

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
a,
a .btn,
button .btn {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 6px;
}
/* фон полоски */
::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: rgba(0, 0, 0, 0.1);
}

/* активный бегунок */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(30, 189, 38, 0.85);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* неактивный бегунок */
::-webkit-scrollbar-thumb:window-inactive {
  background: #818181;
}

html {
  font-family: sans-serif;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html,
html a {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

canvas {
  display: block;
  position: absolute;
  inset: 0;
}

.cenz {
  position: fixed;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 999999 !important; /*calc(infinity);*/
  font-family: "Prosto One";
  font-size: xx-large;
  line-height: 39px;
  font-weight: 600;
  opacity: 0.65;
}

body {
  font-family: Istok Web;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /**/
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100vh;
  height: 100dvh;
  /*
  background: linear-gradient(
    135deg,
    #373737 0%,
    #232323 22%,
    #010101 52%,
    #0a0a0a 61%,
    #000000 77%,
    #000000 100%
  );
   background-color: #0e0f11; /* rgb(34 34 35); */
  /*  background: transparent url(bg.jpg) center center no-repeat fixed;
  background-color: #008321; */
  background-color: #000000; /* rgb(18, 18, 18); */
}

.page {
  scroll-behavior: smooth;
  /*  display: none; */
  overflow: auto;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  box-shadow: 0 -0.475rem 1rem -0.5rem inset #000000;

  /** MAIN-GRADIENT */
  /*
  background: linear-gradient(
    235deg,
    #959595 0%,
    #0d0d0d 22%,
    #010101 52%,
    #0a0a0a 61%,
    #4e4e4e 85%,
    #383838 97%,
    #616161 100%
  );

  / *
  background: linear-gradient(
    235deg,
    rgb(13 189 166) 18%,
    rgb(38 114 193) 42%,
    rgb(105 241 5) 76%,
    rgb(241 234 1) 98%
  );
  * /
  background-size: 400% 400%;
  animation: gradient 100s ease infinite;
*/
}
.page.display {
  display: block;
}
/** GRADIENT BG */

.page::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: 135%;

  background: linear-gradient(180deg,#058b34 25%,#00279c 75%,#000000 100%);/*  -базовый */
  /*  background: linear-gradient(180deg, #119841 30%, #002aa9 80%, #000000 100%); */ /*ярче*/
  /* background: linear-gradient(180deg, #009233 20%, #00279c 70%, #000000 100%);*/ /*темнее*/
  /*  background: linear-gradient(180deg, #04fc6f, #21bdff, #5433ff, #000000); */ /*больше цветов*/

  /* background: linear-gradient(180deg,#00612a,#0a2701,#5f0000,#000000);  -новогодний фон */

  /*
  background: rgb(3 153 3 / 38%);
  animation: gradientBgrnd 100s ease infinite;
  */
}

@keyframes gradientBgrnd {
  0% {
    filter: hue-rotate(0deg) blur(50px);
  }
  100% {
    filter: hue-rotate(360deg) blur(50px);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/** BASE-ANIMATE */
@keyframes itemUp {
  from {
    display: none;
    transform: scale(0.9);
  }
  to {
    display: block;
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
@keyframes itemJump {
  from {
    display: none;
    transform: translate(0, 10%) scale(0.9);
  }
  to {
    display: block;
    transform: translate(0, 0) scale(1);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
.animation-up {
  animation: var(--itemUp);
}
.animation-jump {
  animation: var(--itemJump);
}
.nav-tabs.container {
  max-width: 85%;
  border: none;
}
/*
.nav-box {
  max-width: 1000px;
  background-color: rgb(18 18 18 / 50%);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(4px);
  opacity: 1;
     
  animation: var(--itemUp);
 
}
 */
.nav-tabs {
  font-weight: 600;
  font-size: 0.938rem;
  padding: 0px;
  list-style: none;
  display: flex;
  border-radius: 50rem;
  position: relative;
  margin: 0rem auto 1.5rem auto;
  /* box-shadow:0px 5px 20px rgba(0,0,0,0.1); */
}

.nav-tabs button {
  color: #c7fc00; /* #00ff8c */
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 0.82rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  width: 100%;
  white-space: nowrap;
  text-shadow: 0 0 14px black;
  border: none !important;

  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}
.nav-tabs button:hover {
  color: var(--light);
}
.nav-tabs button span {
  font-size: clamp(1rem, calc(1px + 2vw), 1.225rem);
  letter-spacing: 1.5px;
  font-family: "Roboto";
}

.nav-tabs button.active {
  color: var(--dark);
  text-shadow: none !important;
  /*   color: var(--light); */
}

.nav-tabs .selector {
  /*  transform: scale(0.9); */
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50rem;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: var(--lightBackground); /*--darkBackground #ff8888; */
  box-shadow: var(--bigShadow);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
.nav-item {
  display: none;
  min-height: 88vh; /*! заглушка */
}
.nav-item.active {
  display: block;
}

button.close {
  font-size: 1rem !important;
}
.modal-backdrop {
  background-color: transparent;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-content {
  background-color: transparent !important;
}
.modal-header {
  border: none !important;
}
.modal-header .close {
  margin: -1rem -1rem auto -0.5rem !important;
}

/* BLUR-BG*/
.blur {
  background-color: transparent !important;
}
.blur-bg {
  position: fixed;
  z-index: 1050;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(18 18 18);
  /*background: rgb(0 0 0 / 95%);
  background: rgb(251 250 250 / 93%);*/
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(4px);
  opacity: 1;
  -o-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

div:not(.happy-calc-box) {
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-preloader-overlay {
  overflow: hidden;
  z-index: 1111;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /*background-color: #162427; /*#183835*/
}

.page-preloader-centr {
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
h1 {
  /* color: lavenderblush; * /
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #d9d9d9;
  text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
*/
h1 {
  /* margin: 1em 0 0.5em 0; */
  /* color: #6eb1a5; /*#4da091;*/
  /* color: rgba(0,0,0,.6);*/
  /* font-style: italic;
    text-shadow: 2px 5px 0 rgb(0 0 0 / 20%);
 */
  /* font-size: 58px;
  line-height: 54px; */
  font-weight: 100;
  font-size: 36px;
  line-height: 40px;
  /*text-shadow: -3px 4px 3px rgb(43 40 40 / 42%)*/
}

h2 {
  margin: 0.5em 0 0.5em 0;
  color: #148773;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
}
.avtorise-btn {
  font-size: 1.05rem;
}

.site-name {
  text-align: center;
  padding-top: 80px;
  /*padding: 80px 0 280px 0;  
  height: 47svh;
  height: 47vh;
  */
}

#darkContainer {
  border-radius: 2rem;
  max-width: var(--maxWhith);
  background-color: var(--darkBackground);
  box-shadow: var(--bigShadow);
  /* animation: var(--itemUp); */
}

/*
#darkContainer button:hover,
#darkContainer a:hover {
  opacity: 1;
  box-shadow: -15px 30px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.1) translateX(0px) translateY(0px);
  /* transform: scale(1.1) translateX(0px) translateY(-10px); * /
  z-index: 1000;
}
*/
#darkContainer .btn-outline-info {
  /*
  font-size: 26px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 13px 25px;
  letter-spacing: 2px;
  */
  color: #28a6e4;
  border: 2px solid #28a6e4;
}
#darkContainer .btn-outline-info:hover {
  color: #262b2b;
  background-color: #28a6e4;
  border-color: #28a6e4;
}

#darkContainer .btn-outline-dark {
  color: #f8f9fa;
  border: 2px solid #f8f9fa;
  font-size: 26px;
  line-height: 35px;
  padding: 6px 25px;
}
#darkContainer .btn-outline-dark:hover {
  color: #000;
  background-color: #f8f9fa; /* #23272b */
  border-color: #f8f9fa;
}
/*
#darkContainer button {
  background-color: transparent;
}
#darkContainer button:hover {
  opacity: 1;
  box-shadow: -15px 30px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.1) translateX(0px) translateY(0px);
  /* transform: scale(1.1) translateX(0px) translateY(-10px); * /
  z-index: 1000;
}
*/

#darkContainer .menu-item-btn span {
  font-weight: 600;
  /*  font-family: Prosto One; */
  letter-spacing: 2px;
  margin: 0;
  font-size: clamp(1.2rem, calc(12px + 1vw), 24px);
  /* font-size: 26px; */
  line-height: 32px; /*30*/
  text-transform: uppercase;
}
#darkContainer button:hover span {
  color: #262b2b !important;
  text-shadow: none;
}

#darkContainer .red {
  border: 2px #ef3b3b solid;
}
#darkContainer .red:hover {
  background-color: #ef3b3b;
}
#darkContainer .red span {
  color: #ef3b3b;
}

#darkContainer .violet {
  border: 2px #a346ff solid;
}
#darkContainer .violet:hover {
  background-color: #a346ff;
}
#darkContainer .violet span {
  color: #a346ff;
}

#darkContainer .darkblue {
  border: 2px #0273ff solid;
}
#darkContainer .darkblue:hover {
  background-color: #0273ff;
}
#darkContainer .darkblue span {
  color: #0273ff;
}

#darkContainer .greenyellow {
  border: 2px greenyellow solid;
}
#darkContainer .greenyellow:hover {
  background-color: greenyellow;
}
#darkContainer .greenyellow span {
  color: greenyellow;
}

#darkContainer .yellow {
  border: 2px yellow solid;
}
#darkContainer .yellow:hover {
  background-color: yellow;
}
#darkContainer .yellow span {
  color: yellow;
}

#darkContainer .orange {
  border: 2px orange solid;
}
#darkContainer .orange:hover {
  background-color: orange;
}
#darkContainer .orange span {
  color: orange;
}
#darkContainer .greeting-btn:hover span {
  color: #fff !important;
}
#darkContainer .btn-success {
  text-transform: uppercase;
  color: #032b0c;
  background-color: #4aff34;
  border: 2px #4aff34 solid;
}
#darkContainer .btn-success:hover {
  color: #f8f9fa;
  background-color: #1c7430; /* #00a126 */
  /* border-color: #1c7430; */
}
#darkContainer .btn-success:hover span {
  color: #fff !important;
}
/*! ??? */
#darkContainer .show > .btn-success.dropdown-toggle {
  color: #00ff3a;
  background-color: #053c12;
  border-color: #00ff3a;
}
/*! ??? */
.menu-item-btn {
  position: relative;
  display: inline-flex;
  margin: 0 0.1rem;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*  max-width: 375px;*/
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* */
  /* border-radius: 4px; */
  /* transition: all 0.45s; */
}
.greeting-btn {
  position: relative;
  background: transparent;
  text-decoration: none;
  border-radius: 50rem;
  /*
  color: #ff00dd;
  border: 2px solid #ff00dd;
  */

  /*
  border: 2px solid transparent; #ff00dd
  background: linear-gradient(#000, #000 0) padding-box,
    linear-gradient(144deg, #00ddeb, #5b42f3 50%, #af40ff) border-box;
*/

  color: #7964ff;
  border: 2px solid #7964ff;
}
.greeting-btn:hover {
  color: #fff;
  background-image: linear-gradient(144deg, #00ddeb, #5b42f3 50%, #af40ff);
  /*  border-color: #6b6b6b; */
}
.greeting-btn span {
  position: relative;
  z-index: 1;
}

.text-buy {
  color: var(--colorBuy);
}
.text-sell {
  color: var(--colorSell);
}
/*
.nav-item.courses.active .happy-calc-box {
  animation: var(--itemJump) !important;
}
*/
.wait-sum {
  border-radius: 2rem;
}
.type-of-mavro {
  padding-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.3rem;
  border-right: 2px solid #17a2b8;
  line-height: 3rem;
  font-weight: 600;
}

/*

  background: linear-gradient(144deg, #00ddeb, #5b42f3 50%, #af40ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
*/

.hi-box .modal-dialog {
  transform: scale(0.95);
}
.hi-box .modal.show .modal-dialog {
  transform: scale(1);
}
.hi-box button.close {
  float: none;
  text-shadow: none;
  opacity: 0.7;
}
.hi-box .close:not(:disabled):not(.disabled):focus,
.hi-box .close:not(:disabled):not(.disabled):hover {
  opacity: 0.999;
}
.modal-box:is(.hi-box, .hi-box--2) p svg {
  margin-top: -0.5rem;
}
#paragraph-7 p svg {
  margin-top: -0.5rem;
}
/*
.greeting-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #272727d9; /* #272727c7 * /
  border-radius: 50rem;
  transition: 0.5s;
}
.greeting-btn:hover:before {
  opacity: 1;
}
.greeting-btn::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(45deg, #0ce39a, #69007f, #fc0987);
  border-radius: 50rem;
  transition: 0.5s;
  opacity: 0;
  filter: blur(15px);
}
.greeting-btn:hover::after {
  opacity: 1;
}
*/
#SiteTopBar .btn-success,
#SiteTopBar .btn-dark {
  padding-top: 0.23rem;
  padding-bottom: 0.23rem;
}
#SiteTopBar .btn-success {
  text-transform: uppercase;
  color: #032b0c;
  background-color: #4aff34;
  letter-spacing: 0.3px;
  font-size: 1rem;
}
#SiteTopBar .btn-success:hover {
  color: var(--light);
  background-color: #02bf2e;
  border-color: #1c7430;
}
#SiteTopBar .btn-success:active {
  color: var(--light);
  /* color: #00ff3a; */
  background-color: #053c12;
  border-color: #00ff3a;
}
#SiteTopBar .btn-dark {
  color: #001f2f;
  border-color: #28a6e4;
  background-color: #28a6e4;
}
#SiteTopBar .btn-dark:hover {
  color: #001f2f;
  border-color: #008bd1;
  background-color: #008bd1;
}
#SiteTopBar .btn-dark.active {
  color: #28a6e4;
  border-color: #28a6e4;
  background-color: #001f2f;
}
.dropdown-menu {
  border-radius: 10px !important;
}

.site-banner {
  background: url(img/main_little_banner.png) center center no-repeat;
  background-size: contain;
  height: 100%;
  /* height: inherit; 80vw; 75vw; 200px*/
  max-height: 370px; /* 260px */
  /*  animation: var(--itemUp); */
  filter: drop-shadow(0 1rem 3rem rgb(0 0 0 / 35%));
}

.d-1800 {
  max-width: 1720px;
  margin: 0 auto;
  /*position: relative;*/
}
.d-1800 .dropdown {
  position: relative;
  z-index: 1055;
}
.dropdown-toggle::after {
  display: none;
}

.more-btn.bi::before {
  vertical-align: -0.25em;
}

/*.h-100-vh {height: 86svh; height: 86vh;  !important;}*/
.br-1rem {
  border-radius: 1rem !important;
}
.paragraph {
  height: auto;
  display: none;
}

.animate-menu-scale {
  transform: scale(0.9) !important;
}

a.btn.d-flex.justify-content-center.mb-md-0.bg-light.br-1rem {
  align-items: center;
}

/* -- HappyCalc -- */
.animate-calc-scale {
  box-shadow: none !important;
}
.animate-modal-scale {
  transform: scale(0.9);
}
/*
.happy-calc-box {
  display: none;
}
*/
/*
.happy-calc-box .row {
  background-color: #00131d; /* rgb(0 31 47 / 80%); //* rgb(0 0 0 / 50%); */
/*
  background: rgb(37 37 37);
  border: 1px solid #343a40;
  background: rgb(0 0 0 / 95%);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(4px);
  * /
}
*/

.happy-calc-sum-output {
  color: var(--colorBuy);
}
.happy-calc-box input {
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
}

.sum-input {
  max-width: 90px;
  background-color: #d5d5d5;
  padding: 0.2rem 0.5rem;
}
.sum-input input {
  background-color: #d5d5d5 !important;
}
.sum-input .form-control {
  padding: 0;
  width: 50px;
  height: auto;
  font-size: 1.3rem;
}
.pad-controls {
  padding: 4px 4px;
}
.btn.controls-btn {
  color: #fff;
  font-weight: 500;
  width: 7.625rem;
  padding: 0.225rem 0.5rem !important;
}
.btn.controls-btn.active {
  font-weight: 700;
  color: #fff;
  background-color: #28a6e4;
  border-color: #28a6e4;
}
.controls-btn.active:hover {
  color: #fff;
}
.scrolling-wrapper {
  /*  background: rgb(37 37 37); */
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-item {
  display: inline-block;
  flex: 0 0 auto;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

input[type="range"].slider {
  width: 100%;
  height: 2.2em;
  -webkit-appearance: none;
}

/*progress support*/
input[type="range"].slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}

input[type="range"].slider:focus {
  outline: none;
}

/*webkit*/
input[type="range"].slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #28a6e4;
  border: none;
  box-shadow: none;
  margin-top: calc(10px * 0.5 - 2em * 0.5);
}
input[type="range"].slider::-webkit-slider-thumb:active {
  background-color: #138496;
}

input[type="range"].slider::-webkit-slider-runnable-track {
  height: 10px;
  border: none;
  border-radius: 0.5em;
  background: linear-gradient(
    0deg,
    rgba(250, 250, 250, 1) 4%,
    rgba(232, 234, 236, 1) 24%,
    rgba(232, 232, 232, 1) 63%,
    rgba(210, 210, 210, 1) 93%
  );
  box-shadow: none;
}

input[type="range"].slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#28a6e4, #28a6e4) 0 / var(--sx) 100% no-repeat,
    linear-gradient(
      0deg,
      rgba(250, 250, 250, 1) 4%,
      rgba(232, 234, 236, 1) 24%,
      rgba(232, 232, 232, 1) 63%,
      rgba(210, 210, 210, 1) 93%
    );
}

/*mozilla*/
input[type="range"].slider::-moz-range-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #28a6e4;
  border: none;
  box-shadow: none;
}
input[type="range"].slider::-moz-range-thumb:active {
  background-color: #138496;
}

input[type="range"].slider::-moz-range-track {
  height: 10px;
  border: none;
  border-radius: 0.5em;
  background: linear-gradient(
    0deg,
    rgba(250, 250, 250, 1) 4%,
    rgba(232, 234, 236, 1) 24%,
    rgba(232, 232, 232, 1) 63%,
    rgba(210, 210, 210, 1) 93%
  );
  box-shadow: none;
}

input[type="range"].slider.slider-progress::-moz-range-track {
  background: linear-gradient(#28a6e4, #28a6e4) 0 / var(--sx) 100% no-repeat,
    linear-gradient(
      0deg,
      rgba(250, 250, 250, 1) 4%,
      rgba(232, 234, 236, 1) 24%,
      rgba(232, 232, 232, 1) 63%,
      rgba(210, 210, 210, 1) 93%
    );
}

/*ms*/
input[type="range"].slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type="range"].slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type="range"].slider::-ms-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #28a6e4;
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}
input[type="range"].slider::-ms-thumb:active {
  background-color: #138496;
}

input[type="range"].slider::-ms-track {
  height: 10px;
  border-radius: 0.5em;
  background: linear-gradient(
    0deg,
    rgba(250, 250, 250, 1) 4%,
    rgba(232, 234, 236, 1) 24%,
    rgba(232, 232, 232, 1) 63%,
    rgba(210, 210, 210, 1) 93%
  );
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].slider.slider-progress::-ms-fill-lower {
  height: 10px;
  border-radius: 0.5em 0 0 0.5em;
  margin: -undefined 0 -undefined -undefined;
  background: #28a6e4;
  border: none;
  border-right-width: 0;
}

/** -- End HappyCalc -- */

/** -- GAME BANNER -- */
#carouselGameBanner,
.carousel-inner,
.carousel-item,
.carousel-caption {
  height: 100% !important;
  min-height: 150px;
}

#carouselGameBanner .carousel-indicators li {
  background-color: #f8d30f;
}

.game-banner-bg {
  background-color: rgb(36 85 77 / 0.8); /* #24554d; */
  border: 2px solid #00f5cc;
  border-radius: 2rem;
  position: relative;
  padding: 0.1rem 1rem;
  box-shadow: var(--bigShadow);
  animation: var(--itemUp);
}

#carouselGameBanner .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* font-family: "Prosto One" sans-serif; */
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

#goGame {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#goGame a {
  background-color: #317368;
  border-radius: 1.5rem;
  padding: 0.5rem;
  transition: 0.35s;
}

#goGame a:hover {
  background-color: #012e26;
}
#goGame a:hover .coin {
  animation: none;
}

#goGame a img {
  width: 111px;
  border-radius: 50%;
  /* box-shadow: 0px 1px 10px rgb(0 0 0 / 75%); */
}

.go-game-btn {
  position: relative;
  z-index: 100;
  background: #00f5cc; /* rgba(45, 45, 45, 1); */
  color: #00f5cc;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  transition: 0.35s;
  border: 1px solid #00f5cc;
}
.go-game-btn:hover {
  color: #00f5cc;
  background-color: #00866d;
  /*
  color: var(--clr);
  text-shadow: 0 0 15px var(--clr),
  0 0 40px var(--clr);
  */
}

.go-game-btn span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  letter-spacing: 0.1em;
  padding: 8px;
  cursor: pointer;
}
/*
.go-game-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(#012e26, transparent);
  width: 300px;
  height: 100px;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
}
*/
.go-game-btn:hover::before {
  opacity: 1;
}
.go-game-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgba(45, 45, 45, 0.8);
  border-radius: 48px;
}
.coin {
  animation: pressCoin 1.2s linear infinite;
}

@keyframes pressCoin {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 200, 0, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 1.1rem rgba(223, 175, 0, 0);
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}

/** -- End GAME BANNER -- */

/** -- TotalReg -- */
.total-reg-bg {
  background-color: rgb(0 100 0 / 0.8); /* darkgreen; /* #3a5524; */
  border: 2px solid #5af500;
  border-radius: 2rem;
  position: relative;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: var(--bigShadow);
  animation: var(--itemUp);
}
.total-reg-bg p {
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-style: normal;
  letter-spacing: 1px;
  color: #f8f9fa;
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
#regNumber {
  margin-bottom: 0.5rem;
  font-family: "Cute Font", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 55px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  color: #1a1b1a;
  border-radius: 1.3rem;
  padding: 0.7rem 1rem;
  border: 2px solid #5af500;
  background-color: lawngreen;
  /*  box-shadow: 3px 3px 10px rgb(0 0 0 / 75%); */
}
.total-reg-bg .caption {
  user-select: none;
  bottom: -3px;
  font-size: 64%;
  font-weight: lighter;
  line-height: 1;
}
.total-reg-bg button:hover .caption {
  display: none;
}
/** -- End TotalReg -- */

/** -- GARLANDS -- */
.garlands {
  position: absolute;
  width: 100%;
  /*  
  border-top: 2px solid #777;
*/
  padding: 0;
  display: flex;
  justify-content: center;
}
.garlands li {
  list-style: none;
  top: -20px;
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin: 25px;
}
.garlands li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 7px;
  width: 10px;
  height: 8px;
  background: #444;
}
.garlands li::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  width: 74px;
  height: 26px;
  border-bottom: 2px solid #444;
  border-radius: 50%;
}
.garlands li:last-child::after {
  border-bottom: none;
}
.garlands li:nth-child(3n + 1) {
  background: rgba(255, 255, 0, 1);
  animation: animate1 1.5s linear infinite;
}
@keyframes animate1 {
  0% {
    background: rgba(255, 255, 0, 0.2);
  }
  50% {
    background: rgb(255, 166, 0);
    box-shadow: 0 0 25px rgba(255, 166, 0, 1), 0 0 45px rgba(255, 166, 0, 1);
  }
  100% {
    background: rgba(255, 255, 0, 0.2);
  }
}
.garlands li:nth-child(3n + 2) {
  background: rgba(255, 0, 255, 1);
  animation: animate2 1.5s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate2 {
  0% {
    background: rgba(255, 0, 255, 0.2);
  }
  50% {
    background: rgba(255, 0, 255, 1);
    box-shadow: 0 0 25px rgba(255, 0, 255, 1), 0 0 45px rgba(255, 0, 255, 1);
  }
  100% {
    background: rgba(255, 0, 255, 0.2);
  }
}
.garlands li:nth-child(3n + 3) {
  background: rgba(50, 255, 0, 1);
  animation: animate3 1.5s linear infinite;
  animation-delay: 1s;
}
@keyframes animate3 {
  0% {
    background: rgba(50, 255, 0, 0.2);
  }
  50% {
    background: rgba(50, 255, 0, 1);
    box-shadow: 0 0 25px rgba(50, 255, 0, 1), 0 0 45px rgba(50, 255, 0, 1);
  }
  100% {
    background: rgba(50, 255, 0, 0.2);
  }
}
/** -- End GARLANDS -- */

/** -- SNOW -- */
.modal-content .snow {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.modal-content .snow span {
  position: relative;
  min-width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  /*  margin: 0 1vw; */
  box-shadow: -100px 20px 5px #fff, 100px 20px 10px #fff;
  animation: animateSnow 15s linear infinite;
  animation-duration: calc(300s / var(--i) * 3);
}
.modal-content .snow span:nth-child(even) {
  min-width: 8px;
  height: 8px;
}
@keyframes animateSnow {
  0% {
    transform: translateY(-30svh);
    transform: translateY(-30vh);
  }
  100% {
    transform: translateY(90svh);
    transform: translateY(90vh);
  }
}
/** -- End SNOW -- */

/** -- BonusBox -- */
/*
.bonus-box .modal-dialog {
  transform: scale(.8);
}
.bonus-box .modal.show .modal-dialog {
  transform: scale(1);
}
*/
.bonus-box .modal-content {
  background: linear-gradient(#a2000a, #cf0000);
  /*
  background: linear-gradient(#43187d, #31cf00);
  */
}
.bonus-box .circle {
  position: relative;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
}
.bonus-box .circle::before {
  content: "";
  position: absolute;
  inset: -200px;
  background: url(img/santa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px;
  max-width: 300px;
  transform: translateX(50%);
  animation: animateSanta 5s ease-in-out infinite;
}
@keyframes animateSanta {
  0%,
  100% {
    transform: translateY(-25px) translateX(50%);
  }
  50% {
    transform: translateY(25px) translateX(50%);
  }
}
.bonus-text {
  font-family: "Caveat", cursive;
  font-size: 2rem;
}
/** -- End BonusBox -- */

.confirm {
  display: none;
}

/** -- LOADING -- */
.loading {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 250px;
}
.loading span {
  position: absolute;
  top: 25px;
  width: 2px;
  height: 15px;
  transform: rotate(calc(var(--k) * 18deg));
  transform-origin: 0 60px;
}
.loading span::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: animateLoading 4s linear infinite;
  animation-delay: calc(var(--k) * 0.2s);
}
@keyframes animateLoading {
  0% {
    background: #0f0;
    box-shadow: 0 0 5px #0f0, 0 0 15px #0f0, 0 0 30px #0f0, 0 0 50px #0f0;
    rotate: (0deg);
  }
  20% {
    background: #0f0;
    box-shadow: 0 0 5px #0f0, 0 0 15px #0f0, 0 0 30px #0f0, 0 0 50px #0f0;
    rotate: (0deg);
  }
  40% {
    background: #0f0;
    box-shadow: 0 0 5px #0f0, 0 0 15px #0f0, 0 0 30px #0f0, 0 0 50px #0f0;
    rotate: (90deg);
    filter: hue-rotate(0deg);
  }
  80% {
    background: #0f0;
    box-shadow: 0 0 5px #0f0, 0 0 15px #0f0, 0 0 30px #0f0, 0 0 50px #0f0;
    rotate: (90deg);
    filter: hue-rotate(360deg);
  }
  90% {
    box-shadow: none;
    rotate: 90deg;
  }
  90.1%,
  100% {
    box-shadow: none;
    background: transparent;
  }
}
/** -- End LOADING -- */

/** ----------------- Night Mode -- */

/*.modal-content {
  background-color: #333;
}*/
.paragraph p {
  color: darkgray;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #ff8888 !important;
}
/** ---------------- End Night Mode -- */

.chat h2,
.articles h2,
.today-courses h2,
.happy-calc-box h2 {
  border-radius: 2rem;
  margin-top: -7px;
  padding: 0.3rem;
  padding-top: 0.7rem;
}

/** ----------------- Telegram Chat -- */
#telegram-discussion-BazaMavrodi-1-1 {
  min-height: 30rem;
}

.chat {
  max-width: var(--maxWhith);
  border-radius: 2rem;
  /*
  padding: 1rem;
  */
  background-color: var(--darkBackground);
  backdrop-filter: brightness(0.7);

  margin: 0 auto 4rem auto;
  box-shadow: var(--bigShadow);
  animation: var(--itemUp);
}
.chat h2 {
  position: relative;
  background-color: rgb(0 0 0);
  /* background: radial-gradient(circle, rgba(0, 0, 0, 1) 97%, rgba(255, 255, 255, 0) 100%); */
  margin-bottom: -3rem;
}
/** ---------------- End Telegram Chat -- */

.registration .modal-body {
  animation: var(--itemUp);
}
.courses-scroll {
  display: flex;
  -ms-flex-pack: distribute;
  flex-wrap: nowrap;
  flex-direction: row;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
  white-space: nowrap;
}
.buy-sell-box {
  position: relative;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  padding-top: 0.5rem;
  min-width: 150px;
}
.buy-sell-box span {
  margin-left: auto;
}
.buy-sell-box span:nth-child(1) {
  color: var(--colorBuy);
  padding-bottom: 1rem;
}
.buy-sell-box span:nth-child(2) {
  color: var(--colorSell);
}
.buy-sell-box::before {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  color: var(--light);
}

.buy-sell-box::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 45px;
  border: 1px solid #17a2b8;
  left: 49%;
  top: 50%;
  transform: translate(0, -50%);
}
.m50.buy-sell-box::before {
  content: "50%";
}
.m40.buy-sell-box::before {
  content: "40%";
}
.m30.buy-sell-box::before {
  content: "30%";
}
.m20.buy-sell-box::before {
  content: "20%";
}
.m10.buy-sell-box::before {
  content: "10%";
}
.warning-banner {
  border-radius: 2rem;
  max-width: var(--maxWhith);
  padding: 0.8rem;
  box-shadow: var(--bigShadow);
}
.info-box a {
  text-decoration: none;
}
.info-box a:hover {
  font-weight: bold;
  color: var(--red);
}
