.clr {
  clear: both;
}
.bs {
  box-sizing: border-box;
}
.col {
  vertical-align: top;
  display: inline-block;
}
.page {
  margin: 0 0 -150px 210px;
  position: relative;
  padding: 0 0 150px 0;
  min-height: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.bad_browser {
  padding: 200px;
  text-align: center;
  display: none;
}
.footer {
  height: 150px;
  margin: 0 0 0 210px;
  padding: 25px 30px 0 40px;
  background: #fff;
  border-top: 1px solid #d6d6d7;
  font-size: 14px;
  color: #9aa0a4;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.footer >div {
  display: inline-block;
  width: 100%;
}
.footer a {
  color: #9aa0a4;
  text-decoration: none;
}
.footer a:hover {
  color: #9aa0a4;
  text-decoration: underline;
}
.footer .logo {
  margin-bottom: 8px;
  display: inline-block;
}
.footer .logo img {
  width: 120px;
}
.f_left {
  line-height: 20px;
  float: left;
  font-size: 12px;
}
.f_left a {
  text-decoration: underline;
}
.f_left a:hover {
  text-decoration: none;
}
.f_right {
  float: right;
  text-align: right;
}
.f_menu {
  display: table;
  height: 55px;
}
.fm_item {
  display: table-cell;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.fm_item:last-child {
  padding-right: 0;
  font-size: 12px;
  text-align: right;
}
.fm_item:first-child {
  padding-left: 0;
}
.f_icons img {
  margin: 10px;
}
.left_menu_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  background: #2b3238;
  z-index: 99;
  transition: all 0.3s ease;
}
.header {
  background: url(img/fon.jpg) 0 0;
}
.header.inner_page {
  height: 75px;
}
.top_line {
  height: 75px;
  background: rgba(255,255,255,0.8);
  border-bottom: 1px solid #d6d6d7;
  color: #c9c9ca;
}
.top_line .logo {
  display: inline-block;
  height: 75px;
  margin: 8px 0 0 40px;
  transition: all 0.3s ease;
}
.top_line .logo img {
  width: 145px;
}
.avatar_block {
  z-index: 2;
  color: #fff;
  display: block;
  padding-top: 15px;
  background: #f49132;
  background: linear-gradient(to top,#bc3824 0%,#e06d25 40%,#f79735 100%);
  box-sizing: border-box;
}
.avatar_block .avatar {
  top: 15px;
}
.search {
  height: 75px;
  float: right;
  display: inline-block;
  padding: 17px 30px 0 0;
}
.search_block {
  position: relative;
}
.search_block [class^="icon-"] {
  position: absolute;
  font-size: 16px;
  top: 3px;
  right: 10px;
  border: none;
  background: none;
  padding: 0;
}
.search_block input {
  padding-right: 30px;
  width: 170px;
  background: #f0f2f2;
  color: #9aa0a4;
  border-color: #f0f2f2;
}
.search_block button {
  color: #c9c9ca;
}
.phone {
  width: 220px;
  height: 75px;
  float: right;
  display: inline-block;
  border-left: 1px solid #d6d6d7;
  font-size: 12px;
  position: relative;
  text-align: right;
  padding: 20px 60px 0 0;
  box-sizing: border-box;
}
.phone [class^="icon-"] {
  position: absolute;
  font-size: 16px;
  top: 25px;
  right: 30px;
}
.phone_number {
  color: #ab1d24;
  font-size: 18px;
  line-height: 18px;
}
.notice {
  width: 50px;
  height: 75px;
  float: right;
  display: inline-block;
  border-left: 1px solid #d6d6d7;
  text-align: center;
  font-size: 22px;
  padding-top: 25px;
  box-sizing: border-box;
}
.notice span {
  position: relative;
}
.notice sup:not(:empty) {
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ab1d24;
  color: #fff;
  font-size: 14px;
  font-family: RobotoRegular, Tahoma;
  padding: 3px 6px 0;
  box-sizing: border-box;
}
.static_menu {
  background: #252c32;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  padding-bottom: 50px;
  transition: all 0.3s ease;
}
.m_item {
  display: block;
  height: 50px;
  padding: 13px 0 0 0;
  border-left: 5px solid transparent;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}
.m_item:not(.with_sub) {
  transition: all 0.3s ease;
}
.m_item a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
.m_item [class^="icon-"] {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-size: 20px;
  vertical-align: bottom;
}
/*
.m_item:hover,
.m_item.act {
  background: rgba(171,29,36,0.8);
  border-left-color: #f49132;
}

 */
.m_item:hover a,
.m_item.act a {
  color: #fff;
}
.m_item.with_sub:hover {
  background: #fff;
}
.m_item.with_sub:hover a {
  color: #f49132;
}
.m_item.with_sub:hover .sub_menu {
  display: block;
}
.flag {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  display: inline-block;
  cursor: pointer;
}
.flag.flag_ru {
  background: url(img/flags/ru.png);
}
.flag+.arr {
  margin: 10px 0 10px 5px;
}
.sub_menu {
  position: fixed;
  top: 0;
  left: 60px;
  height: 100%;
  background: #fff;
  color: #2e221c;
  width: 220px;
  padding: 20px 30px 105px;
  box-shadow: 10px 0 10px rgba(0,0,0,0.1);
  margin-top: 75px;
  overflow: hidden;
  z-index: 9;
  display: none;
  box-sizing: border-box;
}
.sub_menu .h1 {
  margin-bottom: 10px;
}
.sm_item {
  padding: 16px 0 0;
  white-space: normal;
  transition: all 0.3s ease;
}
.sm_item a {
  color: #9aa0a4 !important;
  text-decoration: none;
}
.sm_item a:hover {
  color: #9aa0a4;
  text-decoration: underline;
}
.opener {
  width: 40px;
  height: 30px;
  background: #ab1d24;
  border-radius: 0 5px 5px 0;
  position: fixed;
  top: 8px;
  left: 60px;
  color: #fff;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  padding-top: 10px;
  transition: all 0.3s ease;
}
.title {
  font-size: 20px;
  color: #ab1d24;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
}
.title [class^="icon-"] {
  margin-right: 3px;
}
.cards_block {
  padding: 20px 30px 30px;
  text-align: center;
}
.card_btns {
  float: right;
  color: #9aa0a4;
}
.card_btns [class^="icon-"] {
  width: 31px;
  height: 31px;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
  padding: 6px 6px 0;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.card_btns [class^="icon-"]:hover {
  background: rgba(255,255,255,0.7);
}
.cards {
  padding: 0 0 3px 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.card {
  display: inline-block;
  width: 31%;
  margin-right: 3%;
  background: #fff;
  border-radius: 10px;
  padding: 17px 30px 30px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  height: 145px;
  vertical-align: top;
  position: relative;
  white-space: normal;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.card:last-child {
  margin-right: 0;
}
.card .arr_ok {
  width: 8px;
  height: 12px;
}
.card button:active .arr_ok {
  border-color: #fff transparent transparent #fff;
}
.card[type="transfer_money"] .c_title {
  height: 60px;
}
.card[type="transfer_money"] .c_input {
  white-space: nowrap;
  padding: 0 60px 0 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.card[type="transfer_money"] button {
  position: absolute;
  top: 0;
  right: 0;
}
.card[type="transfer_money"] input {
  width: 100%;
  background: #f0f2f2;
  color: #9aa0a4;
  border-color: #f0f2f2;
}
.card[type="currency"] table {
  border-spacing: 0;
  border-collapse: separate;
  font-size: 18px;
  width: 100%;
}
.card[type="currency"] table td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 30px;
}
.card[type="currency"] table td:first-child {
  text-align: left;
  font-weight: 900;
  font-family: RobotoRegular, Tahoma;
}
.card[type="currency"] table th {
  padding: 0;
  color: #9aa0a4;
  font-size: 14px;
  text-align: center;
  width: 33%;
  vertical-align: bottom;
  height: 30px;
}
.currency_date {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color: #9aa0a4;
}
.card_add {
  background: rgba(255,255,255,0.2);
  box-shadow: none;
  cursor: pointer;
  color: rgba(0,0,0,0.5);
  font-size: 80px;
  text-align: center;
  padding-top: 37px;
  line-height: 30px;
  transition: all 0.3s ease;
}
.card_add span {
  font-size: 16px;
}
.c_title {
  font-size: 18px;
  font-family: RobotoRegular, Tahoma;
  display: inline-block;
}
.cards_controls {
  display: none;
}
.partners {
  padding: 30px 30px 10px;
  text-align: center;
}
.partners > .btn {
  float: right;
}
.partners h2 {
  text-align: left;
  margin-bottom: 30px;
}
.partners .card {
  background: #fff;
  box-shadow: none;
  font-size: 12px;
  height: 180px;
  background: transparent no-repeat right bottom;
  padding-right: 120px;
  padding-left: 20px;
}
.partners .card .btn {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.p_title {
  font-size: 24px;
  color: #ab1d24;
  margin-right: -150px;
}
.promo_line {
  height: 225px;
  text-align: center;
  box-sizing: border-box;
}
.promo_line+.promo_line {
  margin-top: 20px;
}
.promo_line[promo="app"] .promo_content {
  padding-left: 300px;
}
.promo_line[promo="app"] img {
  position: absolute;
  bottom: 0;
  left: -50px;
}
.promo_line[promo="app"] a {
  position: absolute;
  bottom: 30px;
  left: 300px;
}
.promo_line[promo="cards"] .promo_title {
  width: 500px;
}
.promo_line[promo="cards"] img {
  position: absolute;
  top: 40px;
  right: 0;
}
.promo_line[promo="cards"] a {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.promo_content {
  text-align: left;
  width: 850px;
  display: inline-block;
  padding-top: 35px;
  position: relative;
  height: 225px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.promo_title {
  font-size: 24px;
  color: #ab1d24;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 10px;
}
.content {
  padding: 20px 30px;
  position: relative;
}
.costs {
  width: 100%;
  padding-right: 360px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.costs .tbl {
  width: 100%;
}
.costs .tbl td:last-child {
  text-align: right;
  white-space: nowrap;
}
.costs [class^="icon-"] {
  color: #d3d4d9;
  float: right;
  padding-top: 3px;
}
.date {
  font-size: 14px;
  color: #9aa0a4;
}
.costs_categories {
  width: 300px;
  position: absolute;
  top: 15px;
  right: 0;
}
.costs_categories .pie_chart {
  display: inline-block;
  width: 250px;
  height: 250px;
}
.chart {
  height: 275px;
  background: url(img/pie_shadow.png) no-repeat center bottom;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  margin-top: 30px;
}
.chart_sum {
  position: absolute;
  top: 100px;
  left: 0;
  font-size: 36px;
  width: 100%;
  text-align: center;
}
.chart_sum .rouble {
  display: inline-block;
  vertical-align: super;
  font-size: 18px;
}
.chart_hover {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
}
.chart_hover >div {
  border-radius: 5px;
  padding: 7px 17px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 3px 5px rgba(0,0,0,0.07);
  position: absolute;
  font-size: 16px;
  text-align: left;
  bottom: 0;
  right: 0;
}
.chart_hover span {
  display: block;
  color: #9aa0a4;
}
.costs_block {
  position: relative;
  min-height: 450px;
}
.tabs_block {
  margin-bottom: 20px;
}
.tabs_small .title {
  text-transform: none;
  font-size: 16px;
  padding-left: 30px;
  line-height: 16px;
}
.tabs_small .tab [class^="icon"] {
  position: absolute;
  font-size: 25px;
  top: 20px;
  left: 10px;
}
.tab {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  padding: 15px 10px 0;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;
  box-sizing: border-box;
}
.tab.act {
  border-radius: 10px 10px 0 0;
  border-color: #d9dee4;
  background: #fff;
  border-bottom-color: #fff;
}
.tab.act .title {
  color: #ab1d24;
}
.tab.act .title [class^="icon-"] {
  color: #ab1d24;
}
.tab .title {
  color: #9aa0a4;
}
.tab .title [class^="icon-"] {
  color: #d9dee4;
}
.tab_content {
  display: none;
  border: 1px solid #d9dee4;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.tab_content.act {
  display: inline-block;
  min-height: 196px;
}
.tab_content:first-child.act {
  border-top-left-radius: 0;
}
.tab_cards {
  position: relative;
  padding-right: 56px;
  height: 113px;
  overflow: hidden;
}
.tab_cards.tabs_opened {
  height: auto;
}
.tab_card {
  display: inline-block;
  width: 230px;
  height: 100px;
  vertical-align: top;
  padding: 10px 20px;
  border: 2px solid #c1c5cb;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  margin-right: 10px;
  color: #9aa0a4;
  position: relative;
  font-size: 24px;
  margin-top: 10px;
  box-sizing: border-box;
}
.tab_card .rouble {
  font-size: 18px;
}
.tab_card.act {
  border-color: #ab1d24;
  background: #ab1d24;
  color: rgba(255,255,255,0.5);
}
.tab_card.act .rouble {
  color: rgba(255,255,255,0.5);
}
.tab_card.act .tc_text {
  color: #fff;
}
.tab_card[type="account"] {
  padding-top: 20px;
}
.tab_card[type="account_with_phone"] {
  padding-top: 30px;
}
.tab_card[type="card"] {
  padding-top: 15px;
}
.tab_card[type="card_with_phone"] {
  padding-top: 5px;
}
.tab_card_more {
  display: none;
  width: 56px;
  height: 100px;
  vertical-align: top;
  padding: 22px 0;
  border-radius: 10px;
  color: #9aa0a4;
  font-size: 18px;
  background: #ebeff0;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
.tc_edit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
}
.tc_additional {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.tc_title {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 16px;
}
.tc_title_free {
  font-size: 16px;
  display: block;
}
.tc_text {
  color: #000;
}
.tc_additional_right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 20px;
}
.tc_text_dop {
  font-size: 16px;
  display: block;
}
.tab_line {
  line-height: 0;
  border-bottom: 1px solid #d9dee4;
  margin: 10px -10px;
}
.orange {
  color: #f79433;
}
.icon_visa {
  width: 37px;
  height: 12px;
  background: url(img/icon_visa.png);
  display: inline-block;
}
.icon_mastercard {
  width: 28px;
  height: 18px;
  background: url(img/icon_mastercard.png);
  display: inline-block;
}
.rouble {
  color: #9aa0a4;
  font-family: rouble, Tahoma;
}
.totals {
  float: right;
  color: #9aa0a4;
  padding-top: 10px;
  text-align: right;
}
.totals b {
  color: #000;
  font-family: RobotoRegular, Tahoma;
}
.totals > span {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
.tabs_duplicate {
  display: none;
}
.breadcrumbs {
  font-size: 14px;
  color: #9aa0a4;
  margin-bottom: 10px;
}
.breadcrumbs a {
  color: #9aa0a4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.red {
  color: #ab1d24;
}
.block {
  border: 1px solid #d9dee4;
  border-radius: 10px;
  background: #fff;
  padding: 20px 250px 30px 0;
  text-align: center;
  position: relative;
}
.block_right_side {
  border-left: 1px solid #d9dee4;
  padding: 30px 20px;
  background: #f9fbfc;
  border-radius: 0 10px 10px 0;
  color: #9aa0a4;
  font-size: 14px;
  text-align: center;
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
}
.form_tbl {
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: separate;
}
.form_tbl tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.form_tbl tr td:first-child {
  text-align: right;
}
.form_tbl tr td:first-child small {
  display: block;
  font-size: 14px;
  color: #9aa0a4;
}
.required {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ab1d24;
  margin: 0 4px 4px 0;
}
.credit_card {
  display: inline-block;
  width: 400px;
  height: 250px;
  margin: 20px;
  border-radius: 20px;
  border: 2px solid #c1c5cb;
  padding: 20px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  vertical-align: top;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.credit_card .form_tbl {
  margin: 0 auto 20px;
}
.cc_title {
  font-size: 32px;
  color: #000;
}
.cc_text {
  color: #9aa0a4;
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 200px;
}
.cc_line {
  height: 60px;
  margin: 5px -20px 10px;
  background: #c1c5cb;
}
.cc_signature {
  height: 80px;
  margin: 0 -10px;
  background: url(img/card_reverse.png) no-repeat center top;
  text-align: right;
  padding: 4px 15px;
  box-sizing: border-box;
}
.cc_signature input {
  width: 90px;
}
input.cc_fio {
  width: 247px;
}
input.cc_number {
  width: 100%;
  margin: 20px 0 10px;
}
.cc_valid {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.ccv {
  position: absolute;
  top: 5px;
  left: 60px;
  color: #000;
  font-size: 12px;
}
.tabs_register .tab {
  width: 16%;
}
.tabs_register .form_tbl td:first-child {
  width: 200px;
}
.tab_success:after,
.tab_error:after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #74c963;
  font-family: 'icomoon';
  content: "\e61b";
  color: #fff;
  font-size: 23px;
  display: inline-block;
  padding-top: 9px;
  text-indent: -4px;
  line-height: 0;
  box-sizing: border-box;
}
.tab_error:after {
  background: #a8252f;
  content: "\e61c";
  text-indent: -2px;
}
.input_help {
  font-size: 14px;
  color: #9aa0a4;
  padding: 0 0 0 220px;
}
@media only screen and (max-height: 700px) {
  .static_menu {
    padding-bottom: 0;
  }
}
@media only screen and (max-height: 600px) {
  .m_item {
    height: 35px;
    padding-top: 6px;
  }
  .sm_item {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1420px) {
  .tab_duplicate {
    display: none;
  }
  .tabs_duplicate {
    display: inline-block;
    width: 558px;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .tabs_block.with_duplicate:not(.tabs_duplicate) {
    margin-right: 578px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fm_item {
    padding: 0 15px;
  }
  .card {
    padding-left: 13px;
    padding-right: 13px;
  }
  .partners .card {
    width: 50%;
  }
  .partners .card:nth-child(3) {
    display: none;
  }
  .promo_line[promo="app"] .promo_content {
    padding-left: 270px;
  }
  .promo_line[promo="app"] a {
    left: 270px;
  }
  .promo_line[promo="cards"] .promo_title {
    width: 475px;
  }
  .promo_content {
    width: 770px;
  }
  .costs {
    padding-right: 330px;
  }
}
@media only screen and (max-width: 1020px) {
  .left_menu_block {
    width: 60px;
    overflow: hidden;
  }
  .left_menu_block.show {
    width: 210px;
  }
  .page {
    margin-left: 60px;
  }
  .footer {
    margin-left: 60px;
  }
  .top_line .logo {
    margin-left: 60px;
  }
  .opener.show {
    left: 210px;
  }
}
@media only screen and (min-width: 876px) {
  .cards_slider {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 875px) {
  .left_menu_block {
    width: 210px;
    left: -210px;
    overflow: visible;
  }
  .left_menu_block.show {
    width: 210px;
    left: 0;
  }
  .page {
    margin-left: 0;
    margin-bottom: -220px;
    padding-bottom: 220px;
    min-width: 320px;
  }
  .footer {
    margin-left: 0;
    padding: 15px 12px 0;
    font-size: 12px;
    height: 220px;
    min-width: 320px;
  }
  .footer .logo img {
    width: 80px;
  }
  .opener {
    left: 0;
  }
  .top_line {
    height: 60px;
  }
  .top_line .logo img {
    width: 110px;
  }
  .phone {
    display: none;
  }
  .search {
    display: none;
  }
  .notice {
    height: 60px;
    border-left: none;
    padding-top: 20px;
    font-size: 20px;
  }
  .fm_item:nth-child(3) {
    padding-right: 0;
  }
  .fm_item:last-child {
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .fm_item:nth-last-child(2) {
    position: absolute;
    top: 17px;
    right: 150px;
  }
  .f_left {
    float: none;
  }
  .f_right {
    float: none;
  }
  .f_icons {
    text-align: center;
    margin-top: 20px;
  }
  .f_icons img {
    max-width: 60px;
    margin: 0 5px;
  }
  .f_icons img:first-child {
    margin-left: 0;
    width: 19%;
  }
  .f_icons img:last-child {
    margin-right: 0;
  }
  .f_menu {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
  }
  .card {
    width: 300px !important;
    margin: 0 10px;
  }
  .cards {
    width: 320px;
    display: inline-block;
    margin-left: -10px;
  }
  .cards_block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cards_controls {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  .cards_controls span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .cards_controls span.act,
  .cards_controls span:hover {
    background: #ab1d24;
  }
  .partners {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partners >.btn {
    display: none;
  }
  .partners .card:nth-child(3) {
    display: inline-block;
  }
  .promo_line {
    height: 190px;
  }
  .promo_title {
    font-size: 19px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .promo_content {
    width: 300px;
    padding-top: 15px;
    font-size: 13px;
    height: 190px;
  }
  .promo_line[promo="app"] .promo_content {
    padding-left: 0;
  }
  .promo_line[promo="app"] img {
    display: none;
  }
  .promo_line[promo="app"] a {
    bottom: 20px;
    left: 0;
  }
  .promo_line[promo="cards"] .promo_title {
    width: 100%;
  }
  .promo_line[promo="cards"] img {
    display: none;
  }
  .promo_line[promo="cards"] a {
    bottom: 20px;
    left: 0;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .costs {
    padding-right: 0;
  }
  .costs [class^="icon-"] {
    font-size: 18px;
  }
  .costs_categories {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .costs_block {
    min-height: inherit;
  }
  .title {
    font-size: 18px;
  }
  .date {
    font-size: 12px;
  }
  .tab {
    height: 44px;
    padding-top: 10px;
  }
  .tab.act {
    border-radius: 5px 5px 0 0;
  }
  .tab span:not(.label) {
    display: none;
  }
  .tab span:not(.label)[class^="icon-"] {
    display: inline-block;
  }
  .tab_content {
    border-radius: 5px;
  }
  .tab_line {
    border: none;
  }
  .tab_card {
    width: 216px;
  }
  .tab_card_more {
    width: 48px;
    font-size: 14px;
    padding-top: 30px;
  }
  .totals {
    padding-top: 0;
  }
  .totals > span {
    display: block;
  }
  .totals > span:first-child {
    display: inline-block;
  }
  .block {
    padding: 20px 10px;
  }
  .block_right_side {
    position: static;
    width: auto;
    border-left: none;
    border-top: 1px solid #d9dee4;
    margin: 20px -10px -20px;
    border-radius: 0 0 10px 10px;
  }
  .form_tbl {
    margin: 0 auto 20px;
    border-spacing: 0;
    border-collapse: separate;
  }
  .form_tbl tr td {
    padding: 10px;
    text-align: left;
  }
  .form_tbl tr td:first-child {
    text-align: right;
  }
  .credit_card {
    width: 280px;
    height: 200px;
    margin: 10px 0;
    border-radius: 20px;
    border: 2px solid #c1c5cb;
    padding: 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    vertical-align: top;
    position: relative;
    text-align: left;
  }
  .cc_title {
    font-size: 22px;
  }
  .cc_line {
    height: 30px;
  }
  .cc_signature {
    background-size: 300px auto;
  }
  input.cc_fio {
    width: 100%;
  }
  .ccv {
    top: 0;
    left: 20px;
  }
  .form_tbl {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .form_tbl tr td {
    padding: 5px;
  }
  .breadcrumbs {
    display: none;
  }
  .tabs_small .title {
    padding-left: 0;
  }
  .tabs_small .tab [class^="icon"] {
    position: static;
    font-size: 25px;
    top: 20px;
    left: 10px;
  }
  .tabs_register .form_tbl {
    margin: 0;
  }
  .tabs_register .form_tbl td:first-child {
    width: 80px;
  }
  .radio_line {
    font-size: 12px;
  }
  .tab_success:after,
  .tab_error:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px;
  }
  .input_help {
    font-size: 12px;
    padding: 5px 0 0 0;
  }
}
.template_head {
  vertical-align: middle;
  border-bottom: 1px solid #E4E4E4;
  margin: 0px -20px 10px;
  padding: 0px 10px 10px;
}
.template_head div {
  display: inline-block;
}
.block_right_side .block_message_error {
  background: none repeat scroll 0% 0% #f0d2d2;
  color: #ae1c27;
  text-align: center;
  margin: 0px -20px;
  padding: 10px 20px;
}
.block_error {
  background: none repeat scroll 0% 0% #AA1D25;
  color: #ffffff;
}
.block {
  padding: 20px 300px 30px 0px;
}
.block_right_side {
  width: 300px;
}
@media only screen and (max-width: 875px) {
  .block_right_side {
    width: auto;
  }
  .block {
    padding: 20px 10px;
  }
}
#transfer #templatesModal .row {
  display: inline-block;
  width: 100%;
}
#transfer #templatesModal .row div {
  display: table-cell;
}
#transfer .block {
  padding: 20px 300px 30px 0px;
}
#transfer .block_right_side {
  width: 300px;
}
@media only screen and (max-width: 875px) {
  #transfer .block_right_side {
    text-align: center;
    width: auto;
  }
  #transfer .block {
    padding: 20px 10px;
  }
}
#pin .block {
  padding: 20px 300px 50px 0px;
}
@media only screen and (max-width: 875px) {
  #pin .block {
    padding: 20px 10px;
  }
}
#notifications-fin a {
  color: #9aa0a4;
  text-decoration: none;
  text-align: center;
}
#notifications-fin a:hover {
  opacity: 0.7;
}
#notifications-fin a span {
  color: #d3d4d9;
  margin-right: 5px;
}
.type1 {
  width: 200px;
}
#notification .input-type span {
  width: 200px;
}
@media only screen and (max-width: 875px) {
  #notification .input-type span {
    width: 160px;
  }
}
.currency {
  color: #9aa0a4;
}
.footer {
  margin: 0px 0px 0px 0px;
}
.page {
  margin: 0 0 -150px 0;
  padding-top: 100px;
}
.page .width_block{
  width: 97% !important;	
}

.page .content{
  padding-top: 100px !important;	
}

.input_help.text-left {
  padding: 0px 0px 0px 0px;
}
.input_span_only.input_error textarea {
  border-color: #EDBEBD;
  color: #A92029;
  padding-right: 30px;
}

header{
	height: 100px !important;
}