@import url("https://fonts.googleapis.com/css2?family=Lacquer&family=Onest:wght@100..900&display=swap");
* {
  font-family: "Onest", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #111111;
  line-height: 1.4;
  transition: 0.4s all ease-in-out;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}

.header {
  width: 100%;
  background: #fff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  display: none;
}
.header__logo {
  position: relative;
  height: 100%;
}
.header__logo p {
  font-family: "Lacquer", system-ui;
  color: #F15946;
  font-size: 26px;
  text-shadow: 0px 0px 8px #F15946;
  letter-spacing: 0px;
  transform: translateY(6px);
}
.header__logo span {
  font-family: "Lacquer", system-ui;
  color: #000;
  position: absolute;
  text-shadow: 0px 0px 8px #000;
  font-size: 17px;
  right: 8px;
  top: 29px;
  letter-spacing: -2px;
}
.header__logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 94%;
  width: auto;
  display: none;
}

.main {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.push {
  border-radius: 8px;
  padding: 0px 10px;
  box-shadow: inset 0px 4px 12px rgba(134, 166, 193, 0.1607843137);
  background: rgba(253, 254, 255, 0.9882352941);
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  transform: translateY(-300px);
}
.push__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  cursor: pointer;
}
.push__close svg {
  width: 100%;
  height: auto;
  fill: #ff7e7e;
}
.push__close:hover {
  transform: scale(1.1);
}
.push__title {
  margin-bottom: 6px;
  font-weight: 500;
}
.push__text {
  padding: 6px 8px;
  display: block;
  background: rgba(89, 144, 255, 0.047);
  border-radius: 6px;
  white-space: pre-line;
}
.push__text a {
  color: rgb(25, 118, 210);
}
.push-active {
  max-height: 500px;
  transform: translateY(0px);
  padding: 10px 10px;
  margin-bottom: 16px;
}
.push-positive {
  background: #defff1;
}
.push-waiting {
  cursor: pointer;
  background: #f2f9fe;
}
.push-waiting:hover {
  background: #dbebf7;
}
.push-warning {
  background: #ffdede;
}
.push-login .push__title, .push-topup-success .push__title, .push-create_order .push__title, .push-payment .push__title, .push-phonecode .push__title, .push-invalid_session .push__title {
  margin-bottom: 0px;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transform: translateY(-120px);
}
.menu__click {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: inset 0px 4px 12px rgba(134, 166, 193, 0.5411764706);
  border-radius: 100px;
  position: relative;
}
.menu__click svg {
  width: auto;
  height: 55%;
  stroke: #86a6c1;
  opacity: 0.8;
}
.menu__click p {
  position: absolute;
  font-size: 9px;
  text-align: center;
  width: 100%;
  bottom: -14px;
  color: #b2bbc3;
}
.menu__click:hover {
  background: #d2ecfc;
  background: rgba(25, 118, 210, 0.16);
}
.menu__click:hover svg {
  stroke: #394854;
}
.menu__logo {
  width: 66px;
  height: 66px;
  position: relative;
}
.menu__logo * {
  font-family: "Lacquer", system-ui;
}
.menu__logo svg {
  position: absolute;
  width: 100%;
  top: -15px;
  overflow: visible;
  cursor: default;
}
.menu__logo svg text {
  font-size: 15px;
  fill: #F15946;
}
.menu__logo span {
  font-family: "Lacquer", system-ui;
  color: #000;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -13px;
  font-size: 11px;
  cursor: default;
}
.menu__logo:hover .menu__picture {
  box-shadow: inset 0px 4px 12px rgba(70, 95, 116, 0.7058823529);
}
.menu__logo:hover .menu__picture img {
  transform: scale(1.8) translateY(13px);
}
.menu__picture {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  background: #f6f4f0;
  box-shadow: inset 0px 4px 16px rgba(134, 166, 193, 0.5411764706);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
.menu__picture img {
  height: 90%;
}

.panel {
  padding: 6px;
  border-radius: 8px;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  overflow: hidden;
  max-height: 1000px;
  position: relative;
  z-index: 2;
  max-height: 0vh;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-50px);
}
.panel__loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.panel__loader-loader {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

.loader::after, .loader::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 123, 123, 0.6509803922);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: animloader 2s linear infinite;
}

.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.post {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  display: none;
}
.post__picture {
  width: 100%;
}
.post__picture img {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
}
.post__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  background: #fff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
}
.post__text p {
  white-space: pre-line;
}
.post__text span {
  white-space: pre-line;
}
.post__text strong {
  font-weight: 600;
}
.post__quote {
  padding: 6px 8px;
  display: block;
  background: rgba(89, 144, 255, 0.047);
  border-radius: 6px;
  border-left: 2px solid rgb(25, 118, 210);
  white-space: pre-line;
  max-height: 500px;
  overflow-y: auto;
}
.post__quote span {
  font-size: inherit;
}
.post__quote::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.post__quote::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.post__input {
  padding: 8px;
  border-radius: 50px;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  background: #fff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  height: 50px;
  position: relative;
}
.post__input img {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 40%;
  width: auto;
}
.post__input input {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  background: rgba(255, 255, 255, 0);
}
.post__input input::-webkit-outer-spin-button, .post__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.post__input input[type=number] {
  -moz-appearance: textfield;
}
.post__input-warning {
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #d88a8a;
  position: absolute;
  width: 100%;
  bottom: -20px;
  opacity: 0;
  display: none;
}
.post__files {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  background: #fff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  cursor: pointer;
  position: relative;
}
.post__files-icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-shadow: inset 0px 4px 12px rgba(84, 112, 135, 0.2431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post__files-file {
  height: 60%;
  width: auto;
}
.post__files-file svg {
  width: auto;
  height: 100%;
  stroke: #547087;
  fill: #547087;
}
.post__files-download {
  position: absolute;
  width: 17px;
  height: auto;
  left: 50%;
  top: -30%;
  transform: translateY(-38%) translateX(-50%);
  opacity: 0;
}
.post__files-download svg {
  width: 100%;
  height: auto;
  stroke: #fff;
}
.post__files-info span {
  font-size: 12px;
  color: #547087;
}
.post__files:hover {
  background: #f1f8fe;
}
.post__files:hover .post__files-file svg {
  transform: scale(1.2);
  stroke: #334a5d;
  fill: #334a5d;
}
.post__files:hover .post__files-download {
  transform: translateY(-38%) translateX(-50%) scale(1.2);
  opacity: 1;
  top: 50%;
}
.post__buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.post__button {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 14px;
  max-width: 348px;
  box-sizing: border-box;
  min-width: 0;
  gap: 6px;
}
.post__button img {
  width: 20px;
  height: auto;
}
.post__button:hover {
  background: #d2ecfc;
  background: rgba(25, 118, 210, 0.16);
}
.post__button-auth {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  border-radius: 6px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 14px;
  max-width: 348px;
  box-sizing: border-box;
  min-width: 0;
}
.post__button-auth svg {
  width: 20px;
  height: auto;
  stroke: #272727;
  transform: translateY(-2px);
}
.post__button-auth img {
  width: 20px;
  height: auto;
}
.post__button-auth:hover {
  background: #d2ecfc;
  background: rgba(25, 118, 210, 0.16);
}
.post__line, .post__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.post__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.post__referral-link {
  margin-top: -10px;
  color: #6cade6;
}

#topup-more-details i {
  font-style: normal;
  color: #e35858;
}

.film, .logout {
  position: fixed;
  background: rgba(9, 9, 9, 0.1019607843);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  backdrop-filter: blur(10px);
  display: none;
  opacity: 0;
  padding: 10px;
}
.film__auth, .film__body, .logout__auth, .logout__body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #fff;
  z-index: 10000;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: calc(100% - 20px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  opacity: 0;
}
.film__auth-active, .film__body-active, .logout__auth-active, .logout__body-active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.film__picture, .logout__picture {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
}
.film__picture img, .logout__picture img {
  width: 100%;
  height: auto;
}
.film__name, .logout__name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.film__text, .logout__text {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: rgba(14, 14, 14, 0.7294117647);
  line-height: 1.4;
}
.film__button, .logout__button {
  height: 40px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
}
.film__button-yes, .logout__button-yes {
  background: #fa9d9d;
}
.film__button-yes:hover, .logout__button-yes:hover {
  background: #ff7171;
}
.film__button-no, .logout__button-no {
  background: #eef9ff;
}
.film__button-no:hover, .logout__button-no:hover {
  background: #d2ecfc;
  background: rgba(25, 118, 210, 0.16);
}

.bot-auth-overlay {
  position: fixed;
  background: rgba(9, 9, 9, 0.1019607843);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  backdrop-filter: blur(10px);
  display: none;
  opacity: 0;
  padding: 10px;
}
.bot-auth-overlay__body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #fff;
  z-index: 10000;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: calc(100% - 20px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bot-auth-overlay__body-active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.bot-auth-overlay__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1882352941);
}
.bot-auth-overlay__icon {
  font-size: 40px;
  line-height: 1;
}
.bot-auth-overlay__name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.bot-auth-overlay__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  color: #555;
  text-align: center;
}
.bot-auth-overlay__label {
  font-size: 13px;
  color: #444;
  text-align: center;
  line-height: 1.5;
}
.bot-auth-overlay__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.bot-auth-overlay__btn {
  height: 40px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid rgba(134, 166, 193, 0.137254902);
  box-shadow: rgba(25, 118, 210, 0.16) 0px 4px 24px;
}
.bot-auth-overlay__btn-yes {
  background: #c8f7c5;
}
.bot-auth-overlay__btn-yes:hover {
  background: #a8e6a3;
}
.bot-auth-overlay__btn-no {
  background: #eef9ff;
}
.bot-auth-overlay__btn-no:hover {
  background: rgba(25, 118, 210, 0.16);
}
.bot-auth-overlay__btn-cancel-poll {
  background: #fa9d9d;
}
.bot-auth-overlay__btn-cancel-poll:hover {
  background: #ff7171;
}
.bot-auth-overlay__btn-nobot-m1, .bot-auth-overlay__btn-nobot-m2 {
  background: #eef9ff;
}
.bot-auth-overlay__btn-nobot-m1:hover, .bot-auth-overlay__btn-nobot-m2:hover {
  background: rgba(25, 118, 210, 0.16);
}

html.dark {
  background: #0f0f12;
}
html.dark * {
  color: #dde1e7;
}
html.dark body {
  background: #0f0f12;
}
html.dark body::-webkit-scrollbar-thumb {
  background-color: #3a3a52;
}
html.dark .header__logo p {
  color: #F15946;
}
html.dark #topup-more-details i {
  color: #e35858;
}
html.dark .post__referral-link {
  color: #6cade6;
}
html.dark .push__text a {
  color: #5ba3e8;
}
html.dark .post__input-warning {
  color: #d88a8a;
}
html.dark .menu__click {
  box-shadow: inset 0px 4px 8px rgba(81, 126, 177, 0.124);
}
html.dark .menu__click svg {
  stroke: #5e7e96;
}
html.dark .menu__click p {
  color: #5e7e96;
}
html.dark .menu__click:hover {
  background: rgba(80, 140, 210, 0.12);
}
html.dark .menu__click:hover svg {
  stroke: #a0c0d8;
}
html.dark .menu__click:hover p {
  color: #a0c0d8;
}
html.dark .menu__picture {
  background: #612727;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.55);
}
html.dark .menu__picture:hover {
  box-shadow: inset 0px 4px 16px rgb(0, 0, 0);
}
html.dark .menu__logo span {
  color: #dde1e7;
}
html.dark .push {
  background: rgba(103, 130, 160, 0.1019607843);
  box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.35);
}
html.dark .push-positive {
  background: #1d503a;
}
html.dark .push-waiting {
  background: #0d1c2e;
}
html.dark .push-waiting:hover {
  background: #122438;
}
html.dark .push-warning {
  background: #7d3636;
}
html.dark .push__text {
  background: rgba(255, 255, 255, 0.0431372549);
}
html.dark .panel {
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__picture img {
  background: #1b1b24;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__text {
  background: #1b1b24;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__quote {
  background: rgba(80, 140, 210, 0.07);
  border-left-color: rgba(80, 140, 210, 0.45);
}
html.dark .post__input {
  background: #1b1b24;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__input input {
  color: #dde1e7;
}
html.dark .post__input img {
  filter: invert(1);
  opacity: 0.4;
}
html.dark .post__files {
  background: #1b1b24;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__files-file svg {
  stroke: #5e7e96;
  fill: #5e7e96;
}
html.dark .post__files-info span {
  color: #5e7e96;
}
html.dark .post__files-download {
  filter: invert(1);
}
html.dark .post__files:hover {
  background: #23232e;
}
html.dark .post__files:hover .post__files-file svg {
  stroke: #9abcd0;
  fill: #9abcd0;
}
html.dark .post__button {
  background: #22222e;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__button:hover {
  background: rgba(80, 140, 210, 0.12);
}
html.dark .post__button-auth {
  background: #22222e;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .post__button-auth svg {
  stroke: #a0c0d8;
}
html.dark .post__button-auth img {
  filter: invert(1);
}
html.dark .post__button-auth:hover {
  background: rgba(80, 140, 210, 0.12);
}
html.dark .film, html.dark .logout {
  background: rgba(0, 0, 0, 0.65);
}
html.dark .film__auth, html.dark .film__body, html.dark .logout__auth, html.dark .logout__body {
  background: #1b1b24;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.75);
}
html.dark .film__text, html.dark .logout__text {
  color: #7a8494;
}
html.dark .film__button, html.dark .logout__button {
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .film__button-no, html.dark .logout__button-no {
  background: #192436;
}
html.dark .film__button-no:hover, html.dark .logout__button-no:hover {
  background: rgba(80, 140, 210, 0.15);
}
html.dark .film__button-yes, html.dark .logout__button-yes {
  background: #dd5959;
  color: #121212;
}
html.dark .film__button-yes:hover, html.dark .logout__button-yes:hover {
  background: #ba2d2d;
}
html.dark .bot-auth-overlay {
  background: rgba(0, 0, 0, 0.65);
}
html.dark .bot-auth-overlay__body {
  background: #1b1b24;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.75);
}
html.dark .bot-auth-overlay__name, html.dark .bot-auth-overlay__label, html.dark .bot-auth-overlay__info {
  color: #dde1e7;
}
html.dark .bot-auth-overlay__info {
  color: #7a8494;
}
html.dark .bot-auth-overlay__btn {
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .bot-auth-overlay__btn-yes {
  background: #2a5c2a;
  color: #c8f7c5;
}
html.dark .bot-auth-overlay__btn-yes:hover {
  background: #1e4a1e;
}
html.dark .bot-auth-overlay__btn-no {
  background: #192436;
  color: #dde1e7;
}
html.dark .bot-auth-overlay__btn-no:hover {
  background: rgba(80, 140, 210, 0.15);
}
html.dark .bot-auth-overlay__btn-cancel-poll {
  background: #5a1a1a;
  color: #ffaaaa;
}
html.dark .bot-auth-overlay__btn-cancel-poll:hover {
  background: #7a1a1a;
}
html.dark .bot-auth-overlay__btn-nobot-m1, html.dark .bot-auth-overlay__btn-nobot-m2 {
  background: #192436;
  color: #dde1e7;
}
html.dark .bot-auth-overlay__btn-nobot-m1:hover, html.dark .bot-auth-overlay__btn-nobot-m2:hover {
  background: rgba(80, 140, 210, 0.15);
}
html.dark .header {
  background: #1b1b24;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 24px;
}
html.dark .header__logo span {
  color: #dde1e7;
  text-shadow: 0px 0px 8px rgba(200, 210, 230, 0.15);
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}