.dark_theme {
  background: #1A2933;
  color: #fff; }
  .dark_theme input, .dark_theme textarea, .dark_theme select {
    border: 1px solid rgba(47, 67, 80, 0.5);
    background: #162027;
    color: rgba(255, 255, 255, 0.8); }
    .dark_theme input::placeholder, .dark_theme textarea::placeholder, .dark_theme select::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .dark_theme select {
    background: #162027 url(../images/select_d.svg) calc(100% - 20px) 50% no-repeat; }
  .dark_theme a {
    color: #fff; }
  .dark_theme .sitebutton:not(.red):not(.green) {
    background: #FFFFFF;
    filter: drop-shadow(0px 3px 0px #687378);
    color: #072430; }
  .dark_theme .wrapper__bottom-wrap {
    background: #162027;
    border: 1px solid rgba(47, 67, 80, 0.5);
    border-bottom: 0; }
    .dark_theme .wrapper__bottom-wrap .change-theme {
      color: #fff; }
    .dark_theme .wrapper__bottom-wrap.nobg {
      background: none;
      border: 0; }
      .dark_theme .wrapper__bottom-wrap.nobg .change-theme span {
        background: #162027; }
  .dark_theme .change-theme div {
    display: none; }
    .dark_theme .change-theme div + div {
      display: block; }
  .dark_theme .change-theme span {
    background: #162027;
    border: 1px solid #2F4350; }
    .dark_theme .change-theme span:before {
      background: #FFFFFF;
      border: 1px solid #CAC3C3; }
  .dark_theme .theme_swap_img img {
    display: none; }
    .dark_theme .theme_swap_img img + img {
      display: block; }
  .dark_theme .loading {
    background: #1A2933;
    color: #fff; }
  .dark_theme .auth:after {
    background: #1A2933; }
  .dark_theme .auth__form {
    background: rgba(22, 32, 39, 0.9);
    border: 1px solid rgba(47, 67, 80, 0.5);
    color: #fff; }
    .dark_theme .auth__form-user {
      background: url(../images/auth_user_d.svg) 23px 20px no-repeat; }
    .dark_theme .auth__form-password {
      background: url(../images/auth_password_d.svg) 23px 20px no-repeat; }
  .dark_theme .header__balance {
    background: rgba(22, 32, 39, 0.9);
    border: 1px solid rgba(47, 67, 80, 0.5); }
  .dark_theme .header__user-info, .dark_theme .header__user-list {
    background: rgba(22, 32, 39, 0.9);
    border-color: rgba(47, 67, 80, 0.5); }
  @media screen and (max-width: 991px) {
    .dark_theme .header__menu {
      background: rgba(22, 32, 39, 0.9);
      border-color: rgba(47, 67, 80, 0.5); } }
  .dark_theme .copy__block {
    border: 1px solid rgba(47, 67, 80, 0.5); }
  .dark_theme .paddingblock {
    background: rgba(22, 32, 39, 0.9);
    border: 1px solid rgba(47, 67, 80, 0.5); }
  .dark_theme .ssn__block {
    background: #162027;
    border: 1px solid rgba(47, 67, 80, 0.5); }
    .dark_theme .ssn__block-toggle:before {
      background: url(../images/ssn_toggle_d.svg) 50% 50% no-repeat; }
  .dark_theme .table tr {
    background: #1A2933; }
    .dark_theme .table tr.greenbg {
      background: #2D5E25; }
    .dark_theme .table tr:nth-child(odd) {
      background: #21323E; }
    .dark_theme .table tr th {
      border-color: #162027;
      background: #274457; }
    .dark_theme .table tr td {
      border-color: #162027; }
  .dark_theme .support__replies-block {
    border-color: #2F4350; }
    .dark_theme .support__replies-block-name {
      color: #fff; }
      .dark_theme .support__replies-block-name.admin {
        color: #1D9200; }
  .dark_theme .checkbox label input:checked + span {
    background: url(../images/checked_d.svg) 50% 50% no-repeat; }
  .dark_theme .popup .auth__form {
    background: #162027; }

/*# sourceMappingURL=styles_d.css.map */
