/*--------------------------------------------------------------------
[Colors]

- Text, dividers
- Brandng
- Backgrounds
- Status
- Rights
- Flags
- Pallette

---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
[Text, dividers]                                                    */
/*--------------------------------------------------------------------
[Branding]                                                          */
/*--------------------------------------------------------------------
[Backgrounds]                                                       */
/*--------------------------------------------------------------------
[Status]                                                            */
/*--------------------------------------------------------------------
[Rights]                                                            */
/*--------------------------------------------------------------------
[Flags]                                                             */
/*--------------------------------------------------------------------
[Pallette]                                                          */
:root,
.theme-light {
  --bg-app: #fff;
  --font-on-dark: #fff;
  --font-on-light: #000;
}
.theme-dark {
  --bg-app: #121212;
  --font-on-dark: #000;
  --font-on-light: #fff;
}
@media (max-width: 500px) {
  .theme-dark {
    --bg-app: #000;
    --font-on-light: #d4d4d4;
    --font-on-dark: #000;
  }
}
@media (max-width: 992px) {
  .top-container .republic-map {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-container .republic-map {
    display: none;
  }
  .top-container > .top-s-block .top-block.empty {
    display: none;
  }
}
@media (max-width: 576px) {
  .top-container .republic-map {
    display: none;
  }
  .top-container > .top-s-block .top-block.empty {
    display: none;
  }
}
.right-container {
  width: 100%;
}
.top-container {
  min-height: 93px;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.top-container .top-s-block {
  display: flex;
  align-items: center;
}
.top-container .top-block {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.top-container .top-block .big {
  font-size: 19px;
  font-weight: 900;
}
.top-container .top-block .online-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #1dc81d;
  box-shadow: 0px 0px 24px 0px #1dc81d;
}
.top-container .top-block .box {
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 10px 0px #e3e3e3;
  margin: 0 7px;
}
.top-container .top-block .box.f {
  margin-left: 20px;
}
.top-container .top-block .box.man,
.top-container .top-block .box.woman {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-container .top-block .box.man {
  background-image: url("/images/generals/profile_images_anonymous/0_vector.svg");
}
.top-container .top-block .box.woman {
  background-image: url("/images/generals/profile_images_anonymous/1_vector.svg");
}
/*# sourceMappingURL=page.css.map */