@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Light.eot");
  src: local("Aeroport Light"), local("Aeroport-Light"), url("../fonts/Aeroport-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Light.woff2") format("woff2"), url("../fonts/Aeroport-Light.woff") format("woff"), url("../fonts/Aeroport-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport Mono";
  src: url("../fonts/AeroportMono.eot");
  src: local("Aeroport Mono"), local("AeroportMono"), url("../fonts/AeroportMono.eot?#iefix") format("embedded-opentype"), url("../fonts/AeroportMono.woff2") format("woff2"), url("../fonts/AeroportMono.woff") format("woff"), url("../fonts/AeroportMono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Bold.eot");
  src: local("Aeroport Bold"), local("Aeroport-Bold"), url("../fonts/Aeroport-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Bold.woff2") format("woff2"), url("../fonts/Aeroport-Bold.woff") format("woff"), url("../fonts/Aeroport-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-LightItalic.eot");
  src: local("Aeroport Light Italic"), local("Aeroport-LightItalic"), url("../fonts/Aeroport-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-LightItalic.woff2") format("woff2"), url("../fonts/Aeroport-LightItalic.woff") format("woff"), url("../fonts/Aeroport-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-BoldItalic.eot");
  src: local("Aeroport Bold Italic"), local("Aeroport-BoldItalic"), url("../fonts/Aeroport-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-BoldItalic.woff2") format("woff2"), url("../fonts/Aeroport-BoldItalic.woff") format("woff"), url("../fonts/Aeroport-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-MediumItalic.eot");
  src: local("Aeroport Medium Italic"), local("Aeroport-MediumItalic"), url("../fonts/Aeroport-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-MediumItalic.woff2") format("woff2"), url("../fonts/Aeroport-MediumItalic.woff") format("woff"), url("../fonts/Aeroport-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport.eot");
  src: local("Aeroport"), url("../fonts/Aeroport.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport.woff2") format("woff2"), url("../fonts/Aeroport.woff") format("woff"), url("../fonts/Aeroport.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Italic.eot");
  src: local("Aeroport Italic"), local("Aeroport-Italic"), url("../fonts/Aeroport-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Italic.woff2") format("woff2"), url("../fonts/Aeroport-Italic.woff") format("woff"), url("../fonts/Aeroport-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Medium.eot");
  src: local("Aeroport Medium"), local("Aeroport-Medium"), url("../fonts/Aeroport-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Medium.woff2") format("woff2"), url("../fonts/Aeroport-Medium.woff") format("woff"), url("../fonts/Aeroport-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

:root {
  --doc-height: 100%;
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
}

.page-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.container {
  max-width: 888px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1328px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.container-taplink {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

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

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

a {
  display: inline-block;
}

button {
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 30px;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: clip !important;
  color: #0a0a0a;
  text-align: center;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
body.loading {
  overflow: hidden;
}
body.index-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.index-page .wrapper {
  position: relative;
  z-index: 10;
}
body.index-page::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0px;
  right: -100px;
  left: -100px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}
body.index-page[data-bg=wave] {
  background-image: url("../images/global/bg-wave.jpg") !important;
}
body.index-page[data-bg=gold] {
  background-image: url("../images/global/bg-gold.jpg") !important;
}
body.index-page[data-bg=laser] {
  background-image: url("../images/global/bg-laser.jpg") !important;
}
body.index-page.theme--dark {
  color: #fff;
  color: var(--theme-text-dark);
}
body.index-page.theme--dark::before {
  background: rgba(10, 10, 10, 0.8);
}
@media (max-width: 928px) {
  body {
    font-size: 16px;
  }
}

section {
  overflow-x: clip !important;
}

textarea {
  resize: none;
  min-height: 98px;
}

svg.theme-icon path {
  stroke: var(--theme-text-light);
}
svg.theme-icon stop {
  stop-color: var(--theme-text-light);
}

.theme--dark svg.theme-icon path {
  stroke: var(--theme-text-dark);
}
.theme--dark svg.theme-icon stop {
  stop-color: var(--theme-text-dark);
}

[data-style=glass] {
  padding-bottom: 24px;
}

.taplink-box {
  display: none;
}

.loader-screen {
  position: fixed;
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9990;
  transition: all 0.3s;
}
.loader-screen__bar {
  width: 100%;
  background-color: #0a0a0a;
  overflow: hidden;
  z-index: 9992;
  position: relative;
  transition: all 3s ease-out;
}
.loader-screen__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.loader-screen__inner .loader-screen__value {
  top: 45vh !important;
}
.loader-screen__value {
  font-size: 128px;
  line-height: 120%;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-screen__value--light {
  color: #fff !important;
  z-index: 9995;
}
.loader-screen__value--dark {
  z-index: 9990;
  color: #0a0a0a !important;
}
@media (max-width: 928px) {
  .loader-screen__value {
    font-size: 80px;
  }
}

.mb-128 {
  margin-bottom: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.title-1 {
  font-family: "Aeroport";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 928px) {
  .title-1 {
    font-size: 24px;
  }
}

.title-2 {
  font-family: "Aeroport";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 928px) {
  .title-2 {
    font-size: 24px;
  }
}

.subtitle-1 {
  font-family: "Aeroport";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 8px;
  margin-bottom: 8px;
}
@media (max-width: 928px) {
  .subtitle-1 {
    font-size: 18px;
  }
}

.p-1 {
  color: rgba(10, 10, 10, 0.64);
}

.index-page .p-1 {
  color: rgba(var(--theme-text-light), 0.64);
  opacity: 0.64;
}

.theme--dark .p-1 {
  color: rgba(var(--theme-text-dark), 0.64);
  opacity: 0.64;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.w-50p {
  max-width: 50%;
  width: 100%;
}

.adminFileLoader {
  position: relative;
  text-align: left;
}
.adminFileLoader__input {
  display: none;
}
.adminFileLoader__label {
  cursor: pointer;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #f5f5f5;
  position: relative;
  border: 1px solid transparent;
}
.adminFileLoader__icon--loaded {
  display: none;
}
.adminFileLoader__label.with-file .adminFileLoader__icon {
  display: none;
}
.adminFileLoader__label.with-file .adminFileLoader__icon.adminFileLoader__icon--loaded {
  display: block;
}
.adminFileLoader__text {
  color: #a3a3a3;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.adminFileLoader__icon {
  width: 24px;
  height: 24px;
  margin-top: -2px;
}
.adminFileLoader__info {
  color: #a3a3a3;
  font-family: "Geologica";
  font-size: 14px;
  font-weight: 300;
}
.adminFileLoader.adminInput--error .adminFileLoader__label {
  border: 1px solid #ff3b30;
}
.adminFileLoader.adminInput--error .adminFileLoader__icon svg path {
  stroke: #ff3b30;
}
.adminFileLoader.adminInput--error .adminFileLoader__text {
  color: #ff3b30;
}

.adminPassword__wrapper {
  position: relative;
}
.adminPassword-type {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.adminPassword-type .adminPassword-type--hidden {
  display: block;
}
.adminPassword-type .adminPassword-type--visible {
  display: none;
}
.adminPassword-type.visible .adminPassword-type--hidden {
  display: none;
}
.adminPassword-type.visible .adminPassword-type--visible {
  display: block;
}

@media (max-width: 928px) {
  .adminArticle__box {
    max-width: 100%;
    width: 100%;
  }
}

.adminInput {
  max-width: 100%;
  width: 100%;
}
.adminInput__field {
  max-width: 100%;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-family: "Geologica";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #0a0a0a;
  outline: none;
  border: 1px solid transparent;
}
.adminInput__field::placeholder {
  color: #a3a3a3;
}
.adminInput__error {
  color: #ff3b30;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: none;
}
.adminInput.adminInput--error .adminInput__error {
  display: block;
}
.adminInput.adminInput--error .adminInput__field {
  border: 1px solid #ff3b30;
  color: #ff3b30;
}

[data-style=strict] .article {
  position: relative;
}
[data-style=strict] .article .article-divider {
  display: block;
  position: absolute;
  bottom: -62px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2px;
}
@media (max-width: 928px) {
  [data-style=strict] .article .article-divider {
    bottom: -30px;
  }
}
[data-style=strict] .article[data-article="0"] .article-divider,
[data-style=strict] .article:last-of-type .article-divider {
  opacity: 0;
}

[data-style=glass] .article {
  background: transparent;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 24px;
  position: relative;
  padding: 48px;
  z-index: 1;
  border: 1px solid var(--theme-background-light);
}
[data-style=glass] .article::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: var(--theme-background-light);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  opacity: 0.56;
  z-index: -1;
}
[data-style=glass] .article:not([data-article="0"]) {
  padding-top: 24px;
}

[data-style=glass].theme--dark .article {
  border: 1px solid var(--theme-background-dark);
}
[data-style=glass].theme--dark .article::before {
  background-color: var(--theme-background-dark);
}

.article__logo {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}
.article__logo svg {
  width: 100%;
}
.article__content {
  white-space: pre-wrap;
}
.article .article-divider {
  display: none;
}
@media (max-width: 928px) {
  .article {
    margin-bottom: 64px;
  }
  .article__logo {
    max-width: 232px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .article__logo svg {
    width: 100%;
  }
}

.theme--dark .GoBack {
  background: var(--theme-background-dark);
}
.theme--dark .GoBack__button {
  background: var(--theme-buttons-dark);
}

[data-style=strict] .GoBack {
  border-radius: 0;
}
[data-style=strict] .GoBack__button {
  border-radius: 0;
}

[data-style=glass] .GoBack {
  background: transparent;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  max-width: 636px;
  border: 1px solid var(--theme-background-light);
}
[data-style=glass] .GoBack::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: var(--theme-background-light);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  opacity: 0.56;
  z-index: -1;
}
@media (max-width: 690px) {
  [data-style=glass] .GoBack {
    margin: 24px 16px;
    margin-bottom: 0;
  }
}

[data-style=glass].theme--dark .GoBack {
  border: 1px solid var(--theme-background-dark);
}
[data-style=glass].theme--dark .GoBack::before {
  background-color: var(--theme-background-dark);
}

.GoBack {
  border-radius: 32px 32px 0px 0px;
  background: #fff;
  background: var(--theme-background-light);
  padding: 16px;
}
.GoBack__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #f5f5f5;
  background: var(--theme-buttons-light);
  color: inherit;
}
.GoBack__button svg {
  width: 24px;
  height: 24px;
}

.theme--dark .links {
  background: var(--theme-background-dark);
}
.theme--dark .links__item {
  background: var(--theme-buttons-dark);
}

[data-style=strict] .links {
  border-radius: 0;
}
[data-style=strict] .links__item {
  border-radius: 0;
}

[data-style=glass] .links {
  background: transparent;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--theme-background-light);
}
[data-style=glass] .links::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: var(--theme-background-light);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  opacity: 0.56;
  z-index: -1;
}

[data-style=glass].theme--dark .links {
  border: 1px solid var(--theme-background-dark);
}
[data-style=glass].theme--dark .links::before {
  background-color: var(--theme-background-dark);
}

.links {
  padding: 32px 24px 24px 24px;
  border-radius: 32px;
  background: #fff;
  background: var(--theme-background-light);
}
.links__item {
  padding: 12px 16px;
  border-radius: 16px;
  background: #f5f5f5;
  background: var(--theme-buttons-light);
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: inherit;
}
.links__item svg {
  width: 24px;
  height: 24px;
}
.links__item + .links__item {
  margin-top: 12px;
}
@media (max-width: 928px) {
  .links {
    margin-bottom: 64px;
  }
  .links__title {
    margin-bottom: 16px;
  }
}

.adminHeader {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
}
.adminHeader__logo--mobile {
  display: none;
}
.adminHeader__logout svg path,
.adminHeader__logout svg rect {
  transition: all 0.3s;
}
.adminHeader__logout:hover svg path {
  stroke: #fff;
}
.adminHeader__logout:hover svg rect {
  fill: #0a0a0a;
}
.adminHeader__logout:active svg path,
.adminHeader__logout:active svg rect {
  transition: all 0s;
}
.adminHeader__logout:active svg path {
  stroke: #fff;
}
.adminHeader__logout:active svg rect {
  fill: #525252;
}
@media (max-width: 928px) {
  .adminHeader__logo {
    display: none;
  }
  .adminHeader__logo--mobile {
    display: block;
    width: 112px;
    height: 24px;
  }
}

[data-style=strict] .header {
  background: #fff;
  background: var(--theme-background-light);
}

[data-style=strict].theme--dark .header {
  background: #000;
  background: var(--theme-background-dark);
}

[data-style=glass] .header {
  background: transparent;
  overflow: hidden;
  max-width: 636px;
  margin: 24px auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--theme-background-light);
}
[data-style=glass] .header::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: var(--theme-background-light);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  opacity: 0.56;
  z-index: -1;
}
@media (max-width: 690px) {
  [data-style=glass] .header {
    margin: 24px 16px;
  }
}

[data-style=glass].theme--dark .header {
  border: 1px solid var(--theme-background-dark);
}
[data-style=glass].theme--dark .header::before {
  background-color: var(--theme-background-dark);
}

.header {
  padding: 16px 0;
}
.header__logo {
  max-width: 213px;
}
.header__toggleTheme {
  cursor: pointer;
}
.header__toggleTheme-icon {
  width: 42px;
  height: 42px;
  margin-bottom: -2px;
}
.header__toggleTheme-icon--light {
  display: none;
}

.theme--dark .header__toggleTheme-icon--light {
  display: block;
}
.theme--dark .header__toggleTheme-icon--dark {
  display: none;
}

.footer {
  padding: 32px 0;
  border-top: 1px solid #f5f5f5;
}
.footer__logo {
  width: 196px;
  height: 22.085px;
}
.footer__copy {
  color: #a3a3a3;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width: 928px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.auth-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: var(--doc-height);
  background-color: #f5f5f5;
  padding: 20px;
}

.auth {
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  max-width: 416px;
  width: 100%;
}
.auth.error input {
  border: 1px solid #ff3b30;
  color: #ff3b30;
}
.auth.error .auth-error {
  display: block;
  font-size: 12px;
  color: #ff3b30;
}
.auth__button {
  border-radius: 8px;
  background: #f5f5f5;
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: #0a0a0a;
  height: 42px;
  transition: all 0.3s;
}
.auth__button:hover {
  background-color: #0a0a0a;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .auth {
    padding: 24px;
  }
}

.appearance__theme-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.appearance__theme-item {
  padding: 8px;
  padding-bottom: 16px;
  border-radius: 16px;
  background: #f5f5f5;
}
.appearance__theme-item:not(.appearance__theme-item--active) {
  cursor: pointer;
}
.appearance__theme-item--active .appearance__theme-itemImage::after,
.appearance__theme-item--active .appearance__theme-itemImage::before {
  opacity: 1;
}
.appearance__theme-itemImage {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.appearance__theme-itemImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.appearance__theme-itemImage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.4);
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
.appearance__theme-itemImage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: url("../images/icons/apperance-theme-active.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 34px;
  transition: all 0.3s;
  z-index: 3;
}
.appearance__theme-itemName {
  color: #a3a3a3;
  font-family: "Geologica";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  white-space: nowrap;
  max-width: 186px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.appearance__selector .appearance__theme-itemImage {
  width: 186px;
  height: 160px;
}
.appearance__selector-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.appearance__theme-item--file {
  padding-bottom: 8px;
}
.appearance__theme-itemColor {
  height: 160px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #fff;
}
.appearance__theme-itemName--color {
  padding: 0 8px;
}
.appearance__theme-itemImage__unloaded {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px dashed #a3a3a3;
  border-radius: 8px;
}
.appearance .picker_wrapper {
  background: #fff !important;
  z-index: 1000 !important;
  padding: 8px !important;
  border-radius: 8px;
  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.1), -10px 10px 14px 0px rgba(0, 0, 0, 0.09), -22px 22px 19px 0px rgba(0, 0, 0, 0.05), -39px 39px 22px 0px rgba(0, 0, 0, 0.01), -61px 60px 24px 0px rgba(0, 0, 0, 0) !important;
}
.appearance .picker_wrapper > * {
  margin: 0 !important;
}
.appearance .picker_wrapper .picker_arrow,
.appearance .picker_wrapper .picker_sample,
.appearance .picker_wrapper .picker_done {
  display: none !important;
}
.appearance .picker_wrapper .popup {
  margin: 0 !important;
}
.appearance .picker_wrapper .picker_sl {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  box-shadow: none !important;
  order: 1;
  margin-bottom: 8px !important;
}
.appearance .picker_wrapper .picker_slider {
  height: 12px !important;
  box-shadow: none !important;
  order: 2;
  border-radius: 6px;
  margin-bottom: 16px !important;
}
.appearance .picker_wrapper .picker_slider .picker_selector {
  top: 50%;
  transform: translate(-50%, -50%);
}
.appearance .picker_wrapper .picker_selector {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(10, 10, 10, 0.24) !important;
}
.appearance .picker_wrapper.popup.popup_right {
  top: -67% !important;
  left: 86% !important;
}
.appearance .picker_wrapper .picker_slider,
.appearance .picker_wrapper .picker_selector {
  padding: 0 !important;
}
.appearance .picker_wrapper .picker_editor {
  order: 3;
  max-width: 100%;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  color: #a3a3a3;
}
.appearance .picker_wrapper .picker_editor input {
  font-family: "Geologica" !important;
  max-width: 100%;
  width: 100%;
  padding: 8px 12px;
  background-color: #f5f5f5;
  color: #a3a3a3;
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
}
@media (max-width: 928px) {
  .appearance__title {
    margin-bottom: 24px;
  }
  .appearance__selector-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .appearance__selector .appearance__theme-itemImage {
    max-width: 100%;
    width: 100%;
    height: 160px;
  }
  .appearance__selector .appearance__theme-itemImage img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .appearance__theme-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .appearance__selector-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .appearance__theme-itemName--color {
    max-width: 100%;
    width: 100%;
  }
}

.adminFilling__links-box {
  padding: 24px;
  border-radius: 16px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.adminFilling__links.adminInput--error .adminFilling__links-box {
  border: 1px solid #ff3b30;
}
.adminFilling__links.adminInput--error .adminFilling__linksError {
  display: block;
}
.adminFilling__linksError {
  color: #ff3b30;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: none;
}
.adminFilling__links-item {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.adminFilling__links-name, .adminFilling__links-url {
  max-width: 100%;
  width: 100%;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 8px;
  color: #0a0a0a;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  border: none;
  outline: none;
}
.adminFilling__links-name::placeholder, .adminFilling__links-url::placeholder {
  color: #a3a3a3;
}
.adminFilling__links-button {
  max-width: 100%;
  width: 100%;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #0a0a0a;
  padding: 8px 24px;
  border-radius: 8px;
  background: #fff;
}
.adminFilling__save {
  margin: 0 auto;
  padding: 8px 24px;
  border-radius: 8px;
  background: #f5f5f5;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #0a0a0a;
  transition: background-color 0.3s;
}
.adminFilling__save:hover {
  background-color: #0a0a0a;
  color: #fff;
}
.adminFilling__save:active {
  transform: translateY(1px);
  background-color: #525252;
  color: #fff;
}
@media (max-width: 928px) {
  .adminFilling__title {
    margin-bottom: 24px;
  }
}

.adminMain__tab {
  width: 196px;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: #f5f5f5;
}
.adminMain__tab-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 108px;
  font-family: "Geologica";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
}
.adminMain__tab-icon {
  width: 16px;
  height: 16px;
  flex: none;
  position: relative;
  background-color: #a3a3a3;
  border-radius: 4px;
  overflow: hidden;
}
.adminMain__tab-icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.adminMain__tab-close {
  cursor: pointer;
}
.adminMain__tab-close svg {
  transform: translateY(-3px);
}
.adminMain__box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.adminMain__box-item {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 928px) {
  .adminMain__head {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .adminMain__box {
    flex-direction: column;
    gap: 40px;
  }
}