.dark_theme {
  color: #FFFFFF; }
  .dark_theme input, .dark_theme textarea, .dark_theme select {
    background-color: #2E404E;
    color: #FFFFFF; }
    .dark_theme input::placeholder, .dark_theme textarea::placeholder, .dark_theme select::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .dark_theme select {
    background: #2E404E url(../images/select_d.svg) calc(100% - 20px) 50% no-repeat; }
  .dark_theme .wrapper {
    background: linear-gradient(252deg, #0B243A 0%, #030B12 100%); }
    .dark_theme .wrapper.red:before, .dark_theme .wrapper.red:after {
      background: #1A2933; }
  .dark_theme .whitebg {
    background: #2C4961; }
  .dark_theme .main__theme {
    background: #0F131E;
    border-color: rgba(255, 255, 255, 0.1); }
    .dark_theme .main__theme img {
      display: none; }
      .dark_theme .main__theme img + img {
        display: block; }
    .dark_theme .main__theme-border {
      background: #162027; }
  .dark_theme .main__form {
    background: #0F131E; }
    .dark_theme .main__form-wrap {
      border-color: #1f2b36; }
    .dark_theme .main__form-title {
      color: #fff; }
    .dark_theme .main__form-logo img {
      display: none; }
      .dark_theme .main__form-logo img + img {
        display: block; }
    .dark_theme .main__form-block input {
      background-color: transparent;
      border-color: #272A34;
      color: #fff; }
      .dark_theme .main__form-block input::placeholder {
        color: #fff; }
      .dark_theme .main__form-block input:focus {
        border-color: #ED5D15; }
    .dark_theme .main__form-cancel a {
      color: #FFFFFF; }
    .dark_theme .main__form-username {
      background: url(../images/main_f_user-dl.svg) 15px 50% no-repeat; }
    .dark_theme .main__form-password {
      background: url(../images/main_f_lock-d2l.svg) 15px 50% no-repeat; }
    .dark_theme .main__form-lock {
      background: url(../images/main_f_password-d2l.svg) 15px 50% no-repeat; }
  .dark_theme .main__blocked-img {
    border-color: #fff; }
  .dark_theme .main__db-left {
    background: #242C36; }
    .dark_theme .main__db-left-img {
      fill: #fff; }
    .dark_theme .main__db-left p, .dark_theme .main__db-left ul li {
      color: #FFFFFF; }
  .dark_theme .main__db-right {
    background: #2C4961; }
  .dark_theme .search button img {
    display: none; }
    .dark_theme .search button img + img {
      display: block; }
  .dark_theme .search.grey input {
    background: #151B20; }
  .dark_theme .search__rightbutton input {
    background: #2C4961;
    border: 1px solid #4A6780; }
  .dark_theme .select.checked .select__title {
    background: #ED5D15; }
  .dark_theme .select__title {
    background: #2E404E; }
    .dark_theme .select__title:before {
      background-image: url(../images/select_d.svg); }
  .dark_theme .checkboxgroup a {
    color: #fff;
    border-color: #fff; }
    .dark_theme .checkboxgroup a:hover {
      border-color: transparent; }
  .dark_theme .arrayselect-title {
    background: #2E404E url(../images/select_d.svg) calc(100% - 20px) 50% no-repeat;
    color: #fff; }
  .dark_theme .arrayselect-body {
    background: #2E404E; }
  .dark_theme .favorite span {
    background-image: url(../images/favorite_l.svg); }
  .dark_theme .copyinfo a img {
    display: none; }
    .dark_theme .copyinfo a img + img {
      display: block; }
  .dark_theme .header {
    background: #202E39; }
    .dark_theme .header__balance {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.2); }
    .dark_theme .header__theme img, .dark_theme .header__basket img, .dark_theme .header__notification img, .dark_theme .header__login-icon img, .dark_theme .header__logo img, .dark_theme .header__balance img {
      display: none; }
      .dark_theme .header__theme img + img, .dark_theme .header__basket img + img, .dark_theme .header__notification img + img, .dark_theme .header__login-icon img + img, .dark_theme .header__logo img + img, .dark_theme .header__balance img + img {
        display: block; }
    .dark_theme .header__login-list:before {
      background: #2E404E;
      border: 1px solid #FFFFFF; }
    .dark_theme .header__login-list li a {
      color: #fff; }
      .dark_theme .header__login-list li a img {
        display: none; }
        .dark_theme .header__login-list li a img + img {
          display: block; }
  .dark_theme .header2__order {
    background: #030B12;
    color: #fff; }
    .dark_theme .header2__order:hover {
      background: #ED5D15; }
  .dark_theme .header2__balance {
    background: #030B12; }
    .dark_theme .header2__balance-left {
      color: #fff; }
  .dark_theme .header2__whitebutton {
    background: #030B12;
    color: #fff; }
  .dark_theme .burger__wrap {
    background: #030B12; }
  .dark_theme .burger span {
    background: #fff; }
  .dark_theme .sidebar__border:before {
    background: #030B12; }
  .dark_theme .pagination__text {
    color: #fff; }
  .dark_theme .pagination ul li span {
    background: #fff;
    color: #0D1922; }
  .dark_theme .pagination ul li a {
    border-color: #fff;
    color: #fff; }
    .dark_theme .pagination ul li a svg {
      stroke: #fff; }
    .dark_theme .pagination ul li a:hover {
      background: #fff;
      color: #0D1922; }
      .dark_theme .pagination ul li a:hover svg {
        stroke: #0D1922; }
  .dark_theme .table.nobg table tr {
    background: #2E404E !important; }
  .dark_theme .table.greybg table tr {
    background: #2E404E !important; }
  .dark_theme .table table {
    background: #2E404E; }
    .dark_theme .table table tr:nth-child(odd) {
      background: #495C6B; }
    .dark_theme .table table th {
      border-color: rgba(255, 255, 255, 0.2); }
    .dark_theme .table table td {
      border-color: rgba(255, 255, 255, 0.2); }
    .dark_theme .table table tr.active td {
      background: #242C36; }
  .dark_theme .table__buybut svg {
    fill: #fff; }
  .dark_theme .balance label span {
    background-color: #2E404E; }
    .dark_theme .balance label span svg {
      fill: #fff; }
    .dark_theme .balance label span:before {
      background: #2E404E; }
  .dark_theme .balance__body {
    background: #2E404E; }
    .dark_theme .balance__body-form-block input {
      background: #EFEFEF;
      color: #242C36; }
      .dark_theme .balance__body-form-block input::placeholder {
        color: #242C36; }
    .dark_theme .balance__body-qr img {
      display: none; }
      .dark_theme .balance__body-qr img + img {
        display: block; }
  .dark_theme .under__img img {
    display: none; }
    .dark_theme .under__img img + img {
      display: block; }
  .dark_theme .textchecked.wrapbg {
    background: #2E404E; }
  .dark_theme .textchecked label input:checked + span {
    background: #fff;
    color: #242C36; }
  .dark_theme .textchecked label span {
    background: rgba(255, 255, 255, 0.5); }
  .dark_theme .news__left, .dark_theme .news__list {
    background: #2E404E; }
  .dark_theme .news__list a {
    color: #fff; }
  .dark_theme .contacts__left, .dark_theme .contacts__right {
    background: #2C4961; }
  .dark_theme .contacts__left-link a, .dark_theme .contacts__left-text {
    color: #829BAF; }
  .dark_theme .contacts__right input, .dark_theme .contacts__right textarea {
    background: #EFEFEF;
    color: #242C36; }
    .dark_theme .contacts__right input::placeholder, .dark_theme .contacts__right textarea::placeholder {
      color: #242C36; }
  .dark_theme .contacts__right-text {
    color: #829BAF; }
  .dark_theme .faq__block.active {
    background: #FFFFFF;
    color: #242C36; }
    .dark_theme .faq__block.active .faq__block-title:after {
      background-image: url(../images/faq_arrow.svg); }
  .dark_theme .faq__block-title:before {
    border-color: rgba(143, 150, 159, 0.3); }
  .dark_theme .faq__block-title:after {
    background-image: url(../images/faq_arrow_l.svg); }
  .dark_theme .check__left-bg {
    background: #233B59; }
  .dark_theme .dashboard__bg {
    background: #2E404E; }
  .dark_theme .dashboard__block {
    background: #2E404E; }
  .dark_theme .errorpage__img img {
    display: none; }
    .dark_theme .errorpage__img img + img {
      display: block; }
  .dark_theme .support__chat {
    background: #2E404E; }
    .dark_theme .support__chat-wrap-orange {
      background: #574338; }
    .dark_theme .support__chat-user-info span {
      color: #fff; }
      .dark_theme .support__chat-user-info span em {
        color: #fff; }
  .dark_theme .support__bottom {
    border-color: rgba(255, 255, 255, 0.2); }
    .dark_theme .support__bottom-wrap {
      background: #2E404E; }
    .dark_theme .support__bottom-icon img {
      display: none; }
      .dark_theme .support__bottom-icon img + img {
        display: block; }
    .dark_theme .support__bottom textarea {
      background: #242C36;
      color: #fff; }
      .dark_theme .support__bottom textarea::placeholder {
        color: #fff; }
  .dark_theme .timerblock__wrap {
    background: #2E404E; }
  .dark_theme .pageform__group-border {
    border-color: #3C5263; }
  .dark_theme .checknew__bg, .dark_theme .checknew__minbg {
    background: #2E404E; }
    .dark_theme .checknew__bg .checkboxlist label span, .dark_theme .checknew__minbg .checkboxlist label span {
      background: #2E404E;
      border: 1px solid #FFFFFF; }
  .dark_theme .profile__bg {
    background: #2E404E; }
  .dark_theme .profile__group input {
    background: #EFEFEF;
    color: #242C36; }
    .dark_theme .profile__group input::placeholder {
      color: #242C36; }
  .dark_theme .order__timer {
    background: #2E404E; }
  .dark_theme .popup {
    color: #fff; }
    .dark_theme .popup__wrap {
      background: #2C4961; }
    .dark_theme .popup__title {
      color: #fff; }
    .dark_theme .popup__liststatus-status svg {
      fill: #fff; }
    .dark_theme .popup__infotext {
      color: #fff; }
    .dark_theme .popup__support input, .dark_theme .popup__support textarea {
      background: #EFEFEF;
      color: #242C36; }
    .dark_theme .popup__support-cancel a {
      color: #fff; }
      .dark_theme .popup__support-cancel a:hover {
        color: #ED5D15; }
    .dark_theme .popup__scroll::-webkit-scrollbar-track {
      background: #2E404E; }
    .dark_theme .popup__table th, .dark_theme .popup__table td {
      padding: 8px; }
    .dark_theme .popup__sorting {
      color: #FFFFFF; }
      .dark_theme .popup__sorting svg path {
        fill: #fff; }
  .dark_theme .shoplinks__block {
    background: #242C36; }
    .dark_theme .shoplinks__block-link {
      color: #fff; }
  .dark_theme .successform__success-link {
    color: #fff; }
  .dark_theme .rangeblock {
    background: #2E404E; }
    .dark_theme .rangeblock__wrap {
      background: linear-gradient(240.58deg, #030B12 3.64%, #1A2B37 91.51%); }
    .dark_theme .rangeblock__bar {
      background: #FFFFFF; }
  .dark_theme .fixVideo__frame-close {
    background: url(../images/closevideo-d.svg) 50% 50% no-repeat; }
  .dark_theme .authform {
    background: #162027;
    color: #fff; }
    .dark_theme .authform__title {
      color: #fff; }
    .dark_theme .authform input {
      border: 1px solid #666666;
      background-color: transparent; }
    .dark_theme .authform__link a {
      color: #fff; }
      .dark_theme .authform__link a:hover {
        color: #DD0303; }
    .dark_theme .authform__username {
      background-image: url(../images/main_n_user-l.svg); }
    .dark_theme .authform__password {
      background-image: url(../images/main_f_lock-l.svg); }
  .dark_theme .filter__open div:before, .dark_theme .filter__open div:after {
    background: #fff; }
  .dark_theme .filter__open div span {
    color: #fff; }
  .dark_theme .filter__open div em {
    background: #fff; }
    .dark_theme .filter__open div em img {
      display: none; }
      .dark_theme .filter__open div em img + img {
        display: block; }
  .dark_theme .orangecheckbox input:checked + span {
    background: #2E404E url(../images/avs_l.svg) 50% 50% no-repeat; }
  .dark_theme .orangecheckbox span {
    background: #2E404E; }
  .dark_theme .borderprice {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2); }
  .dark_theme .searchselect__title {
    background: #2E404E url(../images/select_d.svg) calc(100% - 20px) 50% no-repeat; }
  .dark_theme .searchselect__body {
    background: #2E404E; }
    .dark_theme .searchselect__body-list::-webkit-scrollbar-track {
      background: #242C36; }
    .dark_theme .searchselect__body-list::-webkit-scrollbar-thumb {
      background: #ED5D15; }
  .dark_theme .tooltip {
    background: #FFFFFF;
    color: #0E1A23; }
    .dark_theme .tooltip:before {
      background: #FFFFFF; }
  .dark_theme .v-select .vs__dropdown-toggle {
    background: #263744; }
    .dark_theme .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
      color: #fff; }
    .dark_theme .v-select .vs__dropdown-toggle .vs__selected-options input {
      background: none !important;
      color: #fff; }
      .dark_theme .v-select .vs__dropdown-toggle .vs__selected-options input::placeholder {
        color: #fff; }
    .dark_theme .v-select .vs__dropdown-toggle .vs__selected-options .vs__actions > svg path {
      fill: #fff; }
  .dark_theme .v-select .vs__dropdown-menu {
    background: #263744; }
  .dark_theme .changeimg img {
    display: none; }
    .dark_theme .changeimg img + img {
      display: block; }
  .dark_theme .newSelect-title {
    background: #2E404E url(../images/select_d.svg) calc(100% - 20px) 50% no-repeat;
    color: #fff; }
  .dark_theme .newSelect-body {
    background: #2E404E; }
  .dark_theme .newSelect-filter label span {
    background: #3C5263; }
  .dark_theme .newSelect-scroll::-webkit-scrollbar-track {
    background: #061017; }
  .dark_theme .newSelect-block {
    color: #fff; }
  .dark_theme .material__block {
    background: #2E404E;
    color: #fff; }
    .dark_theme .material__block-min {
      color: #8E9AA8 !important; }
  .dark_theme .direct__info {
    background: #000; }
    .dark_theme .direct__info svg {
      fill: #fff; }
  .dark_theme .direct__link {
    border-radius: 10px;
    border: 1px solid #324251;
    background: #0C161E;
    color: #fff; }
    .dark_theme .direct__link:hover {
      border-color: #ED5D15; }
  .dark_theme .direct__block-link {
    color: #fff; }
  .dark_theme .direct__block-copylink a {
    background: #000000;
    color: #fff; }
    .dark_theme .direct__block-copylink a svg path {
      fill: #fff; }
  .dark_theme .contentLanguage-title svg {
    stroke: #fff; }
  .dark_theme .contentLanguage-body {
    background: #fff; }
  .dark_theme .tutorial__block {
    background: #2E404E;
    color: #fff; }
  .dark_theme .footer {
    color: #505961; }

/*# sourceMappingURL=styles_d.css.map */
