* {
  font-family: Montserrat, "Roboto", "Arial", "Segoe UI", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-size-adjust: none;

  /* Цвета для светлой темы */
  --bg-color: #ffffff;
  --bg-muted-color: #e8e9eb;
  --muted-ligth-color: #fafafa;
  --muted-dark-color: #f2f4f5;
  --basic-color: #ec5819;
  --basic-color-hover: #ee6830;
  --basic-disable: #99a3ae;
  --basic-accept-color: #21bf7f;
  --basic-accept-color-hover: #37c58c;
  --basic-error-color: #fc3f1d;
  --footer-color: #222222;
  --blackout-color: #00000033;
  --force-blackout-color: rgba(0, 0, 0, 0.6);
  --text-color: #000000;
  --text-invert-color: #ffffff;
  --text-disable-color: #5f6368;
  --link-color: #000000;
  --contrast-link-color: #0969da;
  --border-color: #dadce0;
  --border-dark-color: #9c9c9c;
  --shadow-color: rgba(16, 24, 40, 0.2);
  --select-color: #fce7de;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  overflow-y: scroll;
  background-color: var(--bg-color);
  color: var(--text-color);
}

input {
  color: var(--text-color);
}

a {
  color: var(--link-color);
}

button {
  cursor: pointer;
}

img {
  vertical-align: top;
}

.tZ8b7QSx {
  position: fixed;
  z-index: 10000000000000;
  bottom: 0px;
  right: 0px;
  margin-right: 10px;
  pointer-events: none;
}

.H2xTbGbu {
  background-color: var(--bg-color);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  margin-bottom: 10px;

  animation: mXfpLS_O;
  animation-duration: 7s;
  transform: scale(0);
  max-height: 0px;
  pointer-events: auto;
}

.S2ExCOCq {
  width: 190px;
}

.Q1pu_Kkh {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.OanZuC_d {
  font-size: 13px;
  word-wrap: break-word;
  word-break: keep-all;
}

.OTaeaC03 {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
}

.OTaeaC03:hover {
  background-color: var(--muted-dark-color);
}

@keyframes mXfpLS_O {
  0% {
    padding: 10px;
    margin: 10px;
    max-height: 100%;
    display: flex;
    transform: scale(0);
  }
  10% {
    padding: 10px;
    margin: 10px;
    max-height: 100%;
    display: flex;
    transform: scale(1);
  }
  90% {
    padding: 10px;
    margin: 10px;
    max-height: 100%;
    display: flex;
    transform: scale(1);
  }
  100% {
    padding: 10px;
    margin: 10px;
    max-height: 100%;
    display: flex;
    transform: scale(0);
  }
}

.OHcjSwuy,
.GD6CGMAj {
  font-size: 15px;
}

.GD6CGMAj {
  text-align: center;
}

.CKJy5QWK {
  font-size: 14px;
  color: var(--basic-error-color);
  text-align: center;
}

.KHk1C502 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  max-width: 100%;
}

.xquLZUMD {
  height: 60px;
  margin-bottom: 18px;
}

.Zgz0cwqF {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.EOGo9Qlh {
  width: 100%;
}

.cMMA2gRq,
.Gxg12iZT {
  display: flex;
  flex-direction: column;
  background-color: var(--muted-ligth-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px;
}

.cMMA2gRq {
  margin-bottom: 20px;
  gap: 15px;
}

.Gxg12iZT {
  gap: 7px;
  text-align: center;
  font-size: 14px;
}

.Gxg12iZT a {
  color: var(--contrast-link-color);
  text-decoration: none;
}

.Gxg12iZT a:hover {
  text-decoration: underline;
}

.UUuX7Pd6 {
  font-weight: 600;
  color: var(--contrast-link-color);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.UUuX7Pd6:hover {
  text-decoration: underline;
}

.PrKW92x3 {
  position: relative;
  display: flex;
}

.xz2xBHdt,
.S79jEXol {
  padding: 10px;
}

.xz2xBHdt {
  flex: 1 0 auto;
  transition: all 80ms;
  outline: 1px var(--border-color) solid;
  font-size: 13px;
  border: 0px;
  border-radius: 5px;
  resize: vertical;
}

.S79jEXol {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 6px;
}

.dg_0OwcY,
.xpEEX_gY {
  padding: 3px;
  left: 7px;
  position: absolute;
  transition: all 150ms;
  pointer-events: none;
  color: var(--text-disable-color);
  z-index: 2;
}

.dg_0OwcY {
  font-size: 13px;
  top: 50%;
  transform: translate(0, -50%);
}

.xpEEX_gY {
  font-size: 10px;
  top: -11px;
}

.odcgJwRm {
  margin: -2px 0px;
  border-radius: 50%;
  animation: WOAClz3S 1s infinite linear;
}

@keyframes WOAClz3S {
  100% {
    transform: rotate(1turn);
  }
}

.FRvm98Xf {
  margin: 10px 0px 5px 0px;
  display: flex;
  align-items: center;
  border: 0px;
  background-color: inherit;
}

.FIxaXWdy {
  cursor: pointer;
  box-shadow: 0px;
}

.eYp9lS7x {
  margin-left: 8px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}

.RuTYMU9s {
  display: flex;
}

.KrHdGIAa {
  position: relative;
  border: 0px;
  color: var(--text-invert-color);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.1s;
}

.KrHdGIAa:disabled {
  opacity: 0.5;
  cursor: default;
}

.wvDMC6fP {
  opacity: 0;
}

.CLE95seQ {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
}

.rNhHYSxf {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.eKB6xHKj {
  text-align: center;
}

.mtdeHV3G {
  font-size: 14px;
  color: var(--basic-error-color);
  text-align: center;
}

.JkyR8vz_ {
  flex-grow: 3;
  display: flex;
  justify-content: center;
}

.hLoNrDEl {
  width: 1420px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
}

.CcqfMCsi {
  flex-grow: 3;
  margin: min(20px, 3vw);
}

.QAnGSVwv {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.z0T9yXOc {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: all;
}

.HIL5H_p4 {
  top: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin: min(20px, 3vw);
}

.KpGruXAj {
  position: relative;
  box-shadow: 0 0 5px var(--shadow-color);
  z-index: 1000;
}

.oA4P64Ni {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--shadow-color);
}

.EDrQJAek {
  width: 1420px;
  max-width: 100vw;
}

.eaHUnDFJ {
  margin: 5px min(20px, 3vw);
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.eaHUnDFJ a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .eaHUnDFJ {
    display: flex;
    justify-content: space-between;
  }
}

.DXRWR9zK {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.XJ9c_ZCf {
  margin: 5px 0px;
}

.OpObvTrs a {
  text-decoration: none;
  transition: color 0.1s;
  padding: 10px 0px;
}

.OpObvTrs a:hover {
  color: var(--basic-color);
}

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

.kiveNk7j a {
  text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid var(--muted-dark-color);
  transition: color 0.1s;
}

.kiveNk7j a:hover {
  color: var(--basic-color);
}

.hwZLQ3M4 {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: inherit;
  border: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .OpObvTrs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .royDGoUS {
    display: none;
  }

  .hwZLQ3M4 {
    display: none;
  }
}

.BSgjVptm {
  display: flex;
  align-items: center;
  height: 100%;
  width: 200px;
  max-width: 30vw;
}

.BSgjVptm img {
  width: 100%;
}

.SbA6k3Xz {
  display: block;
  text-decoration: none;
  padding: 9px;
  border-radius: 5px;
  text-align: left;
  border: 0px;
  background-color: inherit;
  font-size: 16px;
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--link-color);
}

.SbA6k3Xz:hover {
  background-color: var(--muted-dark-color);
}

.l2TGNGTF {
  -webkit-user-drag: none;
  user-select: none;
}

._3xBujpc {
  width: 20px;
  height: 20px;
}

.eHSRbu4E {
  position: relative;
  text-wrap: nowrap;
}

.jyRCpTKF,
.vSU2cuQG {
  display: inline;
}

.lhtXnvVw,
.XJ7BfQfC {
  display: none;
}

.W1tQh7or,
.WPHKAiQh {
  display: inline;
  min-width: 180px;
  box-shadow: 0px 0px 20px rgba(28, 41, 61, 0.05),
    0px 12px 20px rgba(28, 41, 61, 0.06);
  border: 1px solid rgba(28, 41, 61, 0.09);
  margin-top: 8px;
  position: absolute;
  right: 0px;
  background-color: var(--bg-color);
  border-radius: 5px;
  padding: 12px;
  z-index: 800;
  transition: opacity 100ms linear, transform 100ms linear,
    visibility 100ms linear;
  opacity: 0;
}

.pSVb4xnG {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.amwg3ADd {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
}

@media screen and (min-width: calc(768px + 1px)) {
  .vSU2cuQG {
    all: inherit;
    display: none;
  }

  .W1tQh7or {
    all: inherit;
    display: none;
  }

  .lhtXnvVw {
    display: flex;
  }
}

.sA0vjOU8 {
  margin-bottom: 10px;
}

.pjk6gukI {
  display: flex;
  align-items: center;
}

.ahjv0KgG {
  width: 40px;
  height: 40px;
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  background-color: inherit;
}

.a1l7qfdm {
  width: 100%;
  height: 100%;
}

.LaJIYf1S {
  display: flex;
  gap: 10px;
  background-color: var(--muted-dark-color);
  padding: 10px;
  border-radius: 5px;
}

.uHOfS819 {
  width: 50px;
  height: 50px;
}

.ByZJ_EPI {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
}

.nuVcgQI2 {
  display: flex;
  align-items: end;
  font-size: 14px;
}

.WmZOrmgh {
  display: inline-block;
  font-size: 10px;
  background-color: var(--basic-color);
  border-radius: 3px;
  padding: 1px 5px;
  color: var(--text-invert-color);
  vertical-align: top;
}

.QckIM9Nr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ed1IP2YR {
  font-size: 16px;
}

.jXO8EeLz {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  pointer-events: none;
  transition: background-color 0.5s;
  z-index: 1000;
  cursor: default;
  border: 0px;
  outline: 0px;
}

.N1M3b2V_ {
  background-color: var(--force-blackout-color);
  pointer-events: all;
}

.W0WUc2zx {
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  background-color: var(--bg-color);
  transform: translateX(100%);
  position: fixed;
  z-index: 1000;
}

.w5S9HwK8 {
  transform: translateX(0%);
}

.thcDsIOa {
  display: flex;
  justify-content: right;
  padding: 10px 10px 0px 10px;
}

.JI5Klz0k {
  display: flex;
  width: auto;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  padding: 10px 0px 10px 3px;
  background-color: inherit;
  border: 0px;
  filter: invert(0.7);
}

.pwQdz5IQ {
  width: 20px;
  height: 20px;
}

.CzvdMrZO {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.W0WUc2zx ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.DEiIMqkL {
  position: relative;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 5px var(--shadow-color);
  border-top: 1px solid var(--shadow-color);
  font-size: 14px;
  color: var(--text-invert-color);
  background-color: var(--footer-color);
}

.DEiIMqkL img {
  filter: brightness(0) invert(1);
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.YWb52DrZ {
  width: 1420px;
  max-width: 100vw;
}

.QtbQZ6pE {
  margin: 0px min(20px, 3vw);
  padding: 40px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .QtbQZ6pE {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.o9rHwUwS {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fJCtSCo0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.UbPaFCWO {
  display: flex;
  align-items: center;
}

.UbPaFCWO img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.tGfEWU86 a {
  text-decoration: none;
  color: var(--text-invert-color);
}

.tGfEWU86 a:hover {
  text-decoration: underline;
}

