@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-LightIt.otf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Reg.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-RegIt.otf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Semibold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-BoldIt.otf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Black.otf);
  font-weight: 800;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: Roboto;
  background-color: #f2f2f2;
  font-size: 15px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1190px;
}

.header {
  padding: 0 11px;
  height: 66px;
}

.header_page {
  background-color: #000;
}

img {
  vertical-align: middle;
}

.logo img {
  width: 80px;
}

.logo {
  margin-top: 12px;
}

.first_block {
  background: url("../images/first_block_bg.png") center no-repeat;
  background-size: cover;
}

.menu_bl {
  margin-left: 68px;
  /* margin-top: 9px; */
}

.menu > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

  .menu > li:last-child {
    margin-right: 0px;
  }

  .menu > li > a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0.01em;
    display: inline-block;
    line-height: 66px;
    padding: 0 15px;
  }

    .menu > li > a:hover {
      color: #aaa;
    }

    .menu > li > a.active {
      position: relative;
    }

      .menu > li > a.active:after {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 2px;
        background-image: linear-gradient(to right, #555, #aaa);
      }

.ul_nav_us {
}

  .ul_nav_us > li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }

    .ul_nav_us > li > a {
      display: inline-block;
    }

.btn_sing_in {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 25px;
  border: solid 1px #ffffff;
}

.btn_sing_up {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  padding: 5px 19px;
  border-radius: 25px;
  border: solid 1px #ffffff;
  background: #ffffff;
}

.section-lang {
  display: inline-block;
  vertical-align: middle;
}

  .section-lang .active-lang {
    height: 4rem;
    width: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .section-lang .active-lang img {
      width: 1.2rem;
      height: 1.2rem;
      margin: auto;
      margin-right: 0;
      margin-left: 11.2px;
      margin-left: .7rem;
    }

    .section-lang .active-lang span {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin: auto 0;
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      color: #fff;
    }

  .section-lang .dropdown {
    position: absolute;
    right: 8px;
    z-index: 1000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 4.5rem;
    cursor: pointer;
    background-color: #fff;
  }

    .section-lang .dropdown a {
      height: 3rem;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
    }

      .section-lang .dropdown a img {
        width: 1.2rem;
        height: 1.2rem;
        margin: auto;
        margin-right: 0;
        margin-left: 11.2px;
        margin-left: .7rem;
      }

      .section-lang .dropdown a span {
        margin: auto 0 auto .3rem;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        font-size: 1rem;
        text-align: left;
        color: #000;
      }

.slogan {
  padding: 83px 0 162px;
}

.slogan_title_1 {
  text-align: center;
  opacity: 0.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  color: #aaa;
  font-size: 120px;
}

.slogan_title_2 {
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.04;
  text-align: center;
  color: #ffff00;
  margin-top: -76px;
}

.slogan_text {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 31px;
  line-height: 25px;
}

.slogan_btns {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 32px;
}

  .slogan_btns li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 6px;
  }

.btn {
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.8px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}

.btn_1 {
  background-image: linear-gradient(to right, #555, #aaa);
  padding: 13px 30px;
}

.btn_2 {
  position: relative;
  border-radius: 1em;
  background: #201c42;
  padding: 11px 35px;
}

  .btn_2:before {
    position: absolute;
    z-index: -1;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    background: linear-gradient(to right, #555 0%, #aaa 100%);
    border-radius: 1em;
    content: '';
  }

.nav_us_left {
  margin-top: 5px;
}

.main {
  padding: 50px 0;
}

.nav_block {
  height: 74px;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.nav_ul {
  line-height: 73px;
  position: relative;
}

  .nav_ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .nav_ul > li {
    float: left;
    list-style: none;
    border-left: 2px solid #f5f5f5;
  }

    .nav_ul > li:first-child {
      border-left: none;
    }

    .nav_ul > li > a {
      display: inline-block;
      padding: 0 20px;
      position: relative;
      color: #000;
      font-weight: 600;
    }

      .nav_ul > li > a.active:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 2px;
        background-image: linear-gradient(to right, #555, #aaa);
      }

.ico_n,
.tx_n {
  display: inline-block;
  vertical-align: middle;
}

.tx_n {
  margin-left: 10px;
}

.btn_open_search {
  display: block;
  background: url("../images/search_ico.svg") center no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  outline: none;
}

.btn_open_search_2 {
  width: 19px;
  height: 19px;
  position: relative;
  top: 4px;
  right: 7px;
}

.nav_right {
  margin-top: 24px;
  margin-right: 25px;
}

.color_gray {
  color: #818181;
}

.color_green {
  color: #479935;
}

.color_red {
  color: #9f5a50;
}

.up_ico {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/up_ico.svg") center no-repeat;
  width: 12px;
  height: 10px;
  margin-left: 4px;
}

.down_ico {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/down_ico.svg") center no-repeat;
  width: 12px;
  height: 10px;
  margin-left: 4px;
}

.margin_left {
  margin-left: 5px;
}

.table_main {
  width: 100%;
  border-collapse: collapse;
}

  .table_main tr th {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #aaa;
    padding: 15px 10px;
  }

  .table_main tr td {
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: solid 1px #dddddd;
  }

    .table_main tr td.fize_16 {
      font-size: 16px;
    }

  .table_main .rt-th {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #aaa;
    padding: 15px 10px;
  }

  .table_main .rt-td {
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: solid 1px #dddddd;
  }

.right_header {
  margin-top: 12px;
}

.btn_open_amount {
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
}

  .btn_open_amount.active,
  .btn_open_amount:hover {
    background: #bbb;
  }

  .btn_open_amount .total_amount {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
  }

.arrow_am {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/arrow.svg") center no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.amount_money_open {
  margin-right: 0;
}

  .amount_money_open .amount_money_open_btn_wrapper {
    text-align: center;
  }

    .amount_money_open .amount_money_open_btn_wrapper .btn_open_amount {
      min-width: 200px;
    }

.btn_user_header,
.btn_open_amount {
  display: inline-block;
  line-height: 65px;
}

.avatar_header,
.username_header {
  display: inline-block;
  vertical-align: middle;
}

.btn_user_header {
  text-decoration: none;
  color: #FFF;
  padding: 0 26px;
}

  .btn_user_header:hover,
  .btn_user_header.active {
    background: #bbb;
  }

.avatar_header {
  margin-right: 7px;
}

.user_info_header {
  position: relative;
}

.row_main {
  display: table;
  width: 100%;
}

.col_left_main {
  float: left;
  width: 334px;
}

.col_right_main {
  float: right;
  width: 334px;
}

.col_center_main {
  padding: 0 344px;
}

.white_block {
  background: #FFF;
  border: solid 1px #e6e6e6;
}

.title_bl {
  padding: 16px 15px 12px;
}

.tx_title_bl {
  float: left;
  font-size: 20px;
  color: #1b006d;
  font-weight: 600;
}

.ins_search_bl {
  float: right;
}

.ul_nav_tabs {
  position: relative;
  border-bottom: solid 1px #dddddd;
}

  .ul_nav_tabs:after {
    content: "";
    display: block;
    clear: both;
  }

  .ul_nav_tabs > li {
    float: left;
    list-style: none;
  }

    .ul_nav_tabs > li > a {
      display: inline-block;
      padding: 0px 17px;
      text-decoration: none;
      border: 1px solid transparent;
      color: #1b006d;
      font-weight: 600;
      font-size: 14px;
      border-bottom: none;
      line-height: 32px;
    }

    .ul_nav_tabs > li:first-child > a {
      border-left: none !important;
    }

    .ul_nav_tabs > li > a svg path {
      fill: #1b006d;
    }

    .ul_nav_tabs > li > a:hover svg path {
      fill: #000;
    }

    .ul_nav_tabs > li > a:hover {
      color: #000;
      opacity: 1;
    }

    .ul_nav_tabs > li > a.active {
      border-left: solid 1px #dddddd;
      border-right: solid 1px #dddddd;
      border-top: solid 1px #dddddd;
      color: #000;
      position: relative;
      opacity: 1;
    }

      .ul_nav_tabs > li > a.active:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        right: 0px;
        height: 1px;
        background: #FFFFFF;
      }

.table_inst {
  width: 100%;
  border-collapse: collapse;
}

  .table_inst tr th {
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
  }

  .table_inst tr th {
  }

  .table_inst tr td {
    padding: 11px 0px;
    border-bottom: solid 1px #dddddd;
  }

.js-trade-instruments .table_inst_bl .rt-tbody .rt-tr.active > .rt-td {
  background-color: lightgray;
}

.js-trade-instruments .table_inst_bl .rt-tbody .rt-tr:hover > .rt-td {
  background-color: lightcyan;
  cursor: pointer;
}

.scheme {
  padding: 10px;
}

  .scheme img {
    width: 100%;
  }

.margin_bottom_bl {
  margin-bottom: 10px;
}

.row_m {
  margin: 0 -5px;
  overflow: hidden;
}

.col6_m {
  padding: 0 5px;
  float: left;
  width: 50%;
}

.title_buy_sell {
  padding: 24px 24px 0px;
}

.tx_title_buy_sell {
  font-size: 20px;
  font-weight: 600;
  color: #1b006d;
}

.info_title_buy_sell {
  text-align: right;
  margin-top: -4px;
}

.min_tx_bs {
  font-size: 13px;
}

.tx_bs {
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}

.form_buy_sell {
  padding: 21px 24px 0px;
}

.lable_bs {
  float: left;
  color: #1a1a1a;
  line-height: 44px;
}

.input_group_bs {
  padding-left: 73px;
}

.form_group {
  margin-bottom: 14px;
}

.input_text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #b5b5b5;
  height: 44px;
  width: 100%;
  padding: 0 14px;
}

  .input_text:focus {
    outline: none;
    border-color: #898989;
  }

.interest_bs {
  padding-top: 2px;
}

.ul_interest_bs > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #1b006d;
  font-size: 14px;
  cursor: pointer;
}

  .ul_interest_bs > li:last-child {
    margin-right: 0px;
  }

.bottom_total {
  border-top: 2px solid #dddddd;
  padding: 18px 24px 27px;
}

.tx_total_b {
  color: #1a1a1a;
}

.total_sum {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
}

.btn_submit_buy {
  border: none;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.6px;
  height: 43px;
  border-radius: 25px;
  background-color: #37b940;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 9px;
}

  .btn_submit_buy:hover {
    background-color: #3ccb46;
  }

.btn_submit_sell {
  border: none;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.6px;
  height: 43px;
  border-radius: 25px;
  background-color: #ff4a60;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 9px;
}

  .btn_submit_sell:hover {
    background-color: #ff6b7d;
  }

.all_tickets {
  margin-bottom: 12px;
}

.nav_tabs_tr {
  position: relative;
}

  .nav_tabs_tr:after {
    content: "";
    display: block;
    clear: both;
  }

  .nav_tabs_tr > li {
    float: left;
    list-style: none;
  }

    .nav_tabs_tr > li > a {
      font-size: 20px;
      color: #818181;
      font-weight: 600;
      text-decoration: none;
      padding: 0px 20px;
      display: inline-block;
      line-height: 52px;
      position: relative;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
    }

    .nav_tabs_tr > li:first-child > a {
      border-left: none !important;
    }

    .nav_tabs_tr > li > a.active {
      color: #1b006d;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }

      .nav_tabs_tr > li > a.active:after {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 1px;
        background: #FFFFFF;
      }

.header_trade {
  border-bottom: 1px solid #dddddd;
  height: 52px;
}

.body_trade {
  padding: 8px 24px 24px;
}

.nav_search_tr {
  position: relative;
  padding-right: 24px;
}

  .nav_search_tr:after {
    content: "";
    display: block;
    clear: both;
  }

  .nav_search_tr > li {
    float: left;
    list-style: none;
    margin-left: 32px;
  }

    .nav_search_tr > li:first-child {
      margin-left: 0px;
    }

    .nav_search_tr > li > a {
      text-decoration: none;
      font-size: 14px;
      color: #1b006d;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      line-height: 52px;
    }

      .nav_search_tr > li > a.active,
      .nav_search_tr > li > a:hover {
        color: #000;
        opacity: 1;
      }

      .nav_search_tr > li > a svg {
        vertical-align: middle;
        position: relative;
        top: -2px;
      }

        .nav_search_tr > li > a svg path {
          fill: #1b006d;
        }

      .nav_search_tr > li > a:hover svg path {
        fill: #000;
      }

.table_tr {
  width: 100%;
  border-collapse: collapse;
}

  .table_tr thead th {
    text-align: left;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 0;
  }

  .table_tr tbody td {
    padding: 8px 0;
    border-bottom: solid 1px rgba(221,221,221,0.7);
  }

.sort_col {
  text-decoration: none;
  color: #1a1a1a;
}

  .sort_col:hover {
    opacity: 0.8;
  }

.down_arrow_col {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: url("../images/arrow_sort.svg") center no-repeat;
  width: 19px;
  height: 10px;
  position: relative;
  top: -2px;
}

.tbody_scroll {
  height: 210px;
}

.tbody_scroll_2 {
  height: 410px;
}

.table_tr thead,
.table_tr tbody {
  display: block;
}

.table_inst thead,
.table_inst tbody {
  display: block;
}

  .table_tr tbody td,
  .table_inst tbody td {
    width: 1%;
  }

.tbody_scroll .mCSB_inside > .mCSB_container,
.table_inst .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.header_order {
  padding: 24px 24px 0;
}

.title_order {
  font-size: 20px;
  font-weight: 600;
  color: #1b006d;
}

.btn_canel_all {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  color: #ff4a60;
  letter-spacing: 0.6px;
  height: 43px;
  border-radius: 25px;
  background: none;
  padding: 0 20px;
  line-height: 43px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #ff4a60;
}

  .btn_canel_all:hover {
    background: #ff4a60;
    color: #FFFFFF;
  }

.a_cancel {
  background: none;
  border: none;
  cursor: pointer;
  color: #ff4a60;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

  .a_cancel:hover {
    color: #b33648;
  }

.table_inst_bl_2 {
  padding: 17px 18px;
}

.table_inst tr.green_st td,
.table_inst tr.red_st td {
  position: relative;
}

tr.green_st .status_order_book {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;
  background: #e1f4d7;
}

tr.red_st .status_order_book {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;
  background: #ffdee2;
}

.dan {
  position: relative;
  z-index: 2;
}

.orders_rate_num {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}

  .orders_rate_num.up {
    color: #37b940;
  }

  .orders_rate_num.down {
    color: #ff4a60;
  }

.input_text_bl {
  position: relative;
}

  .input_text_bl:after {
    content: attr(attr_cur);
    position: absolute;
    right: 14px;
    top: 13px;
    color: #5e5e5e;
    opacity: 0.3;
  }

  .input_text_bl .input_text {
    padding-right: 60px;
  }

.form_search_instr {
  position: relative;
  background: #FFFFFF;
}

.input_text_search {
  width: 158px;
  height: 35px;
  opacity: 0.3;
  border: solid 1px #b5b5b5;
  padding: 0 35px 0 14px;
}

  .input_text_search:focus {
    outline: none;
    border-color: #8e8e8e;
  }

.ins_search_bl {
  position: relative;
}

.form_search_instr {
  position: absolute;
  right: 0px;
  top: -4px;
}

.btn_open_search_3 {
  position: absolute;
  right: 7px;
  top: 8px;
  cursor: pointer;
}

.right_header_2 {
  position: relative;
}

.deposit_box {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #171427;
  color: #FFFFFF;
  z-index: 11;
  padding: 20px 0;
  display: none;
}

.table_deposit {
  width: 100%;
  border-collapse: collapse;
}

  .table_deposit tr th {
    text-align: center;
    text-transform: uppercase;
    opacity: 0.1;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 2px 16px;
  }

  .table_deposit tr td {
    padding: 10px 16px;
    border-bottom: solid 1px rgba(221,221,221,0.15);
  }

.bottom_dep_bl {
  padding: 20px 16px 0;
}

.btn_dep {
  border-radius: 25px;
  background-image: linear-gradient(to right, #c965ff, #3dc0fa);
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.6px;
}

.nav_user {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #171427;
  z-index: 11;
  display: none;
}

.ul_nav_user > li {
  list-style: none;
  display: block;
  border-bottom: solid 1px rgba(221,221,221,0.15);
}

  .ul_nav_user > li:last-child {
    border-bottom: none;
  }

  .ul_nav_user > li > a {
    display: block;
    padding: 11px 30px;
    color: #FFFFFF;
    text-decoration: none;
  }

    .ul_nav_user > li > a:hover {
      background: #3a374f;
    }

.tab_1 {
  display: none;
}

.tab_1_tr {
  display: none;
}

.search_trade {
}

.range_dates_box_right {
  display: none;
}

.pire_rdb {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 36px;
}

.form_range .col_rdb {
  float: left;
  margin-left: 8px;
}

.form_range .col_rdb_2 {
  margin-left: 18px;
}

.form_range .col_rdb:first-child {
  margin-left: 0px;
}

.input_text_date {
  width: 118px;
  height: 36px;
  border: solid 1px rgba(181,181,181,0.67);
  padding: 0 8px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  color: #5e5e5e;
}

  .input_text_date:focus {
    outline: none;
    border: solid 1px rgba(27,0,55,0.67);
  }

.btn_close_rdb {
  display: inline-block;
  margin-top: 1px;
}

.range_dates_box_right {
  position: relative;
  top: 8px;
  right: 11px;
}

.nav_right {
  position: relative;
}

.form_search_instr_2 {
  position: absolute;
  right: 0px;
  top: -8px;
  background: #FFFFFF;
}

.input_text_search_2 {
  width: 180px;
  height: 43px;
  opacity: 0.67;
  border: solid 1px #b5b5b5;
  padding: 0 40px 0 14px;
  font-size: 16px;
}

  .input_text_search_2:focus {
    outline: none;
    border-color: #828282;
  }

.btn_open_search_4 {
  position: absolute;
  right: 15px;
  top: 10px;
}

.form_search_instr_2 {
  display: none;
}

.content_block {
  /*padding-left: 334px;*/
}

.content_block_in {
  padding: 40px 75px;
}

.title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}

.title_form {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.row_ff {
  margin: 0 -15px;
}

.col_ff {
  padding: 0 15px;
  float: left;
  width: 50%;
}

.form_group_2 {
  margin-bottom: 27px;
}

.label {
  margin-bottom: 9px;
  color: #1a1a1a;
}

.input_text_2 {
  width: 100%;
  height: 43px;
  border: solid 0.5px rgba(181,181,181,0.67);
  background: none;
  font-size: 16px;
  padding: 0 15px;
}

  .input_text_2:focus {
    outline: none;
    border: solid 0.5px rgba(113, 113, 113, 0.67);
  }

.form_bl {
  margin-bottom: 25px;
}

.min_label {
  color: #979797;
  font-size: 14px;
}

.drop_box {
  padding: 27px 20px;
  text-align: center;
  border: 2px dashed #979797;
  margin-top: 15px;
  cursor: pointer;
}

.title_drop {
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tx_drop {
  color: #818181;
  margin-bottom: 0;
}

input.btn {
  margin-top: 3px;
}

.table_bal {
  width: 100%;
  border-collapse: collapse;
}

  .table_bal tr th {
    text-align: left;
    padding: 5px 8px;
    opacity: 0.4;
    color: #1a1a1a;
    letter-spacing: 0.3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #555;
  }

  .table_bal tr td {
    padding: 6px 8px;
    /* width: 1%; */
    border-bottom: solid 1px rgba(221,221,221,0.7);
  }

.ico_cur,
.tx_cur {
  display: inline-block;
  vertical-align: middle;
}

.ico_cur {
  margin-right: 8px;
}

.tx_cur {
  font-weight: 700;
}

.oper_nav {
}

  .oper_nav > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

    .oper_nav > li:first-child {
      margin-left: 0px;
    }

.btn_red {
  border: 1px solid rgba(200,74,76,0.2);
  display: inline-block;
  padding: 10px 15px;
  color: #aa4a60;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
}

  .btn_red:hover {
    color: #FFFFFF;
    background: #aa4a60;
  }

.btn_green {
  border: 1px solid rgba(55,125,64,0.4);
  display: inline-block;
  padding: 10px 15px;
  color: #378940;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
}

  .btn_green:hover {
    background: #378940;
    color: #FFFFFF;
  }

  .btn_green.disabled, .btn_red.disabled {
    border-color: gray !important;
    color: gray !important;
  }

.bl_mar {
  margin-bottom: 67px;
}

.ico_am {
  margin-right: 22px;
}

.tx_am {
  font-weight: 400;
}

.green_des {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 9px;
  height: 9px;
  background-color: #387700;
  border-radius: 5px;
}

.red_des {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 9px;
  height: 9px;
  background-color: #933046;
  border-radius: 5px;
}

.type_status {
  opacity: 0.4;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.table_bal_support tbody tr {
  cursor: pointer;
}

  .table_bal_support tbody tr td {
    padding: 17px 8px;
    color: #777777;
  }

    .table_bal_support tbody tr td .topic_td {
      color: #000;
      font-size: 16px;
    }

  .table_bal_support tbody tr:hover td .last_message_td {
    color: #000;
  }

  .table_bal_support tbody tr:hover td .topic_td {
    font-weight: 600;
  }

.title_bl2 {
  overflow: hidden;
  margin-bottom: 39px;
}

.title2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.link_all_tickets_ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../images/link_all_tickets_ico.png") center no-repeat;
  width: 12px;
  height: 9px;
  margin-top: -2px;
}

.link_all_tickets {
  color: #1a1a1a;
  opacity: 0.8;
  font-size: 14px;
  text-decoration: none;
}

.title__support .title2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.title__support .green_des,
.title__support .type_status {
  margin-top: 2px;
}

.created_support_issue {
  color: #1a1a1a;
  opacity: 0.4;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.form_dialog {
  overflow: hidden;
  background-color: #ffffff;
  border-top: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  padding: 26px 75px;
  margin: 0 -75px;
}

.content_block_in_vh {
  padding-bottom: 0px;
}

.textarea_block {
  padding-right: 125px;
}

.textarea_mes {
  width: 100%;
  height: 82px;
  border: solid 1px rgba(181,181,181,0.67);
  font-size: 16px;
  font-family: Roboto;
  padding: 15px 15px;
}

  .textarea_mes:focus {
    outline: none;
    border: solid 1px rgba(181,181,181,1);
  }

.row_message {
  margin-bottom: 32px;
  overflow: hidden;
}

.interlocutor_message .message__bl {
  float: right;
  width: 100%;
  max-width: 70%;
}

.i_message .message__bl {
  float: left;
  width: 100%;
  max-width: 70%;
}

.avatar_message img {
  width: 42px;
}

.interlocutor_message .tx__message {
  padding-right: 73px;
}

.i_message .tx__message {
  padding-left: 25px;
}

.interlocutor_message .message {
  background: #ded7f4;
  padding: 20px 23px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  position: relative;
  font-size: 15px;
}

.i_message .message {
  background: #d2ddf6;
  padding: 20px 23px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  position: relative;
  font-size: 15px;
}

.interlocutor_message .message:after {
  content: "";
  display: block;
  background: url("../images/message_bg.png") right top no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0px;
  left: 100%;
}

.i_message .message:after {
  content: "";
  display: block;
  background: url("../images/message_bg2.png") right top no-repeat;
  width: 22px;
  height: 23px;
  position: absolute;
  top: 0px;
  right: 100%;
}

.date_mes {
  text-align: right;
  opacity: 0.4;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}

.scroll_dialog .mCSB_scrollTools .mCSB_draggerContainer {
  top: 15px;
  bottom: 15px;
}

.header_dialog {
  padding-bottom: 30px;
}

.cont_new_min {
  padding-right: 160px;
}

.name_post_min {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

  .name_post_min a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #000;
  }

    .name_post_min a:hover {
      border-bottom-color: transparent;
    }

.tx_post_min {
  color: #1a1a1a;
  line-height: 1.6;
}

.date_post_min {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  opacity: 0.4;
  margin-top: 6px;
}

.news_bl {
  overflow: hidden;
}

  .news_bl .item_new {
    padding: 32px 0;
    border-bottom: 2px solid #e6e6e6;
  }

    .news_bl .item_new:first-child {
      padding-top: 0px;
    }

    .news_bl .item_new:last-child {
      padding-bottom: 0px;
      border-bottom: none;
    }

.pagination_bl {
  margin-top: 42px;
}

  .pagination_bl .pag_nav_left {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/left_pag.png") center no-repeat;
    width: 29px;
    height: 27px;
    background-size: cover;
  }

  .pagination_bl .pag_nav_right {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/right_pag.png") center no-repeat;
    width: 29px;
    height: 27px;
    background-size: cover;
  }

.ul_pagination > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px;
}

  .ul_pagination > li > .pag_num {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    text-decoration: none;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
  }

    .ul_pagination > li > .pag_num.active {
      color: #FFFFFF;
      background: #555;
      width: 34px;
      height: 34px;
      text-align: center;
      line-height: 34px;
      text-decoration: none;
      border-radius: 10px;
    }

.news-item {
  max-width: 720px;
  width: 100%;
}

.img_news-item {
  margin-bottom: 40px;
}

  .img_news-item img {
    width: 100%;
  }

.tx_news-item p {
  margin-bottom: 13px;
  line-height: 1.6;
}

.confirm_setting {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.btn_add_phone_bl {
  display: inline-block;
  vertical-align: middle;
}

.btn_add_add {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px rgba(39, 0, 111, 0.8);
  padding: 11px 29px;
  border-radius: 25px;
}

  .btn_add_add:hover {
    background: rgba(39, 0, 111, 0.8);
    color: #FFFFFF;
  }

.settings_bls {
  border-bottom: 1px solid #dddddd;
  padding: 41px 0;
  overflow: hidden;
}

.settings_bls_pad_zero {
  padding-top: 0px;
}

.row_auth {
  margin: 0 -15px;
}

.col_auth {
  padding: 0 15px;
  width: 33.33%;
  float: left;
}

.name_ss {
  font-size: 20px;
  font-weight: 600;
  color: #1b003d;
  margin-bottom: 16px;
}

.tx_2fa {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 23px;
  line-height: 1.6;
  color: #1a1a1a;
}

.tx_det_auth {
  line-height: 1.6;
  color: #1a1a1a;
  font-size: 15px;
  margin-bottom: 11px;
}

.input_text_ff {
  height: 43px;
  width: 100%;
  background: none;
  font-size: 14px;
  padding: 0 15px;
  border: solid 1px rgba(181,181,181,0.67);
}

  .input_text_ff:focus {
    outline: none;
    border: solid 1px rgba(181,181,181,0.99);
  }

.form_group_3 {
  margin-bottom: 10px;
}

.img_det_auth {
  margin-bottom: 20px;
}

.label_2 {
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.input_text_3 {
  height: 43px;
  width: 100%;
  background: none;
  font-size: 14px;
  padding: 0 15px;
  border: solid 1px rgba(181,181,181,0.67);
}

  .input_text_3:focus {
    border: solid 1px rgba(181,181,181,1);
    outline: none;
  }

.input_text_4 {
  height: 43px;
  width: 100%;
  background: none;
  font-size: 14px;
  padding: 0 15px;
  border: solid 1px rgba(181,181,181,0.67);
  background-color: rgba(234,234,234,0.67);
}

.form_group_5 {
  margin-bottom: 14px;
}

input.btn_5 {
  margin-top: 29px;
}

.tx_ee {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.43;
}

.settings_bls_pad_zero_2 {
  padding-bottom: 0px;
  border-bottom: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 46px 70px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
}

.title_popup {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #1b003d;
  line-height: 1.15;
  margin-bottom: 26px;
}

.form_group_popup {
  margin-bottom: 16px;
}

.label {
  line-height: 1.6;
  color: #1a1a1a;
}

.form_bottom {
  text-align: center;
}

.tx_form_bottom {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.44;
  color: #1a1a1a;
}

  .tx_form_bottom a {
    color: #1b003d;
  }

.tx_min_f {
  padding-top: 5px;
  line-height: 1.44;
  font-size: 16px;
}

  .tx_min_f a {
    color: #1b003d;
    text-decoration: underline;
  }

    .tx_min_f a:hover {
      text-decoration: none;
    }

.textarea_popup {
  height: 150px;
  width: 100%;
  background: none;
  font-size: 14px;
  padding: 10px 15px;
  border: solid 1px rgba(181,181,181,0.67);
}

.tx_form_center {
  text-align: center;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 30px;
}

  .tx_form_center .bold_tx {
    font-weight: 700;
  }

  .tx_form_center .min_tx {
    font-size: 14px;
  }

.input_left_pop {
  padding-right: 155px;
}

.btn_popop_bl input.btn {
  margin-top: 0px;
}

.tx_title_popup {
  text-align: center;
  margin-bottom: 26px;
  margin-top: -10px;
}

  .tx_title_popup span {
    font-weight: 700;
  }

.qr_code {
  text-align: center;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #ddd;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  cursor: pointer;
}
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .collapsible.active, .collapsible:hover {
    background-color: #bbb;
  }
/* Style the collapsible content. Note: hidden by default */
.collapsible-content-wrapper {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.collapsible-content {
  padding: 20px 0;
}

.main_2 {
  position: relative;
}

.dialog_bl_min {
  position: fixed;
  right: 10px;
  bottom: 0px;
  width: 295px;
}

  .dialog_bl_min .header_dialog_bl {
    cursor: pointer;
    border-radius: 2px;
    background-color: #221c41;
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    position: relative;
  }

    .dialog_bl_min .header_dialog_bl:hover {
      background-color: #2f2659;
    }

.status_online_dial {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #379940;
  width: 9px;
  height: 9px;
  border-radius: 25%;
}

.tx_online_dial {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

.st_op {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  display: block;
  background: url("../images/caret-white-1.svg") center no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.dialog_bl_min {
  z-index: 11;
  background: #ffffff;
}

.dialogs_messages_min {
  padding: 15px 15px;
  overflow-y: scroll;
}

.message_min {
  margin-bottom: 10px;
  font-size: 14px;
}

.dialogs_messages_min .message_min:last-child {
  margin-bottom: 0px;
}

.name_mes {
  padding-right: 7px;
  font-weight: 600;
}

.dialogs_messages_min .admin_actions > button {
  margin-left: 7px;
}

.form_dialog_mes {
  padding: 15px 15px;
  border-top: 1px solid #e8e8e8;
}

.textarea_mes_min {
  height: 50px;
  width: 100%;
  border: none;
  border-top: 1px solid #CCCCCC;
  padding: 10px 2px;
  font-size: 14px;
}

  .textarea_mes_min:focus {
    outline: none;
    border-top: 1px solid #ababab;
  }

.dialogs_messages_min {
  height: 300px;
}

.body_dialog_bl_min .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.dialog_bl_min .body_dialog_bl_min {
  display: none;
}


  .dialog_bl_min.active .body_dialog_bl_min {
    display: block;
  }

.dialog_bl_min .st_op {
  transform: rotate(180deg);
  margin-top: -7px;
}

.dialog_bl_min.active .st_op {
  transform: rotate(0deg);
}

.tbody_scroll_3 {
  height: 400px;
  display: block;
}

@media (max-width: 1350px) {
  .col_left_main,
  .col_right_main {
    width: 300px;
  }

  .col_center_main {
    min-width: 600px;
    padding: 0 310px;
  }

  .ul_nav_tabs > li > a {
    padding: 0 8px;
  }

  .table_inst tr th {
    font-size: 10px;
  }

  .table_inst tr td {
    font-size: 12px;
  }

  .input_text_search {
    width: 120px;
  }

  .left_total {
    float: none;
    text-align: center;
  }

  .btn_bs {
    float: none;
    text-align: center;
  }

  .nav_tabs_tr > li > a {
    font-size: 16px;
    padding: 0px 12px;
  }

  .nav_search_tr > li {
    margin-left: 20px;
  }

  .table_tr thead th {
    font-size: 10px;
  }

  .table_tr tbody td {
    font-size: 12px;
  }

  .a_cancel {
    font-size: 12px;
  }

  .btn_canel_all {
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
  }
}

@media (max-width: 1200px) {
  .col6_m {
    width: 100%;
  }

  .nav_tabs_tr > li > a {
    font-size: 14px;
    padding: 0px 10px;
  }

  .nav_search_tr > li > a {
    font-size: 10px;
  }

  .nav_search_tr > li {
    margin-left: 10px;
  }
}

@media (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

.text-danger {
  color: red;
}

.js-orders-main .table_inst td {
  cursor: pointer;
}

.ReactTable {
  border: none !important;
}

  .ReactTable .rt-thead {
    padding-right: 15px; /* for scrollbar alignment */
  }



    .ReactTable .rt-thead .rt-tr {
      text-align: left !important;
    }

      .ReactTable .rt-thead .rt-tr .rt-th {
        outline: none !important;
      }

    .ReactTable .rt-thead .rt-resizable-header {
      overflow: hidden !important;
    }

  .ReactTable .rt-tbody {
    overflow-x: hidden !important;
  }

  .ReactTable .rt-tr-group {
    flex: 0 0 auto !important;
  }

  .ReactTable .rt-td {
    flex: auto 0 auto !important;
    border-right: none !important;
  }

  .ReactTable .sort_col {
    text-align: left;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 0;
  }
