/*$green:               #57ab2e;*/
.metro-st {
  padding-left: 20px;
  position: relative; }

.dropdown-group .ico-svg {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dropdown-group .ico-arrow {
  left: inherit;
  right: 10px;
  margin-top: 3px;
  fill: #777777; }

.dropdown-group .active .ico-arrow {
  top: 11px;
  -webkit-transform: translateY(-50%) rotateX(-180deg);
  -moz-transform: translateY(-50%) rotateX(-180deg);
  -ms-transform: translateY(-50%) rotateX(-180deg);
  transform: translateY(-50%) rotateX(-180deg); }

.dropdown-group .parent-option-list {
  position: relative;
  cursor: pointer;
  text-align: left; }
  .dropdown-group .parent-option-list > li > div {
    position: relative;
    display: block;
    padding: 0 45px 0 14px;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #e7e7e7;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    min-width: 180px; }
    .dropdown-group .parent-option-list > li > div.metro-st {
      padding-left: 40px;
      color: #244696; }
  .dropdown-group .parent-option-list .icon-metro {
    fill: #b1b1b1;
    position: relative;
    transform: none;
    top: 1px;
    left: -9px;
    width: 14px;
    height: 12px; }
  .dropdown-group .parent-option-list.metro-red .icon-metro {
    fill: #db0107; }
  .dropdown-group .parent-option-list.metro-blue .icon-metro {
    fill: #5a79a5; }
  .dropdown-group .parent-option-list.metro-green .icon-metro {
    fill: #239c13; }

.dropdown-group .small-dropdown {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.5);
  height: 0px; }
  .dropdown-group .small-dropdown li {
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7; }
    @media only screen and (max-width: 687px) {
      .dropdown-group .small-dropdown li {
        height: 50px;
        line-height: 50px; } }

.dropdown-group .active .small-dropdown {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 2;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
  height: auto; }

.dropdown-group [data-sort="recomended"] .js-close-dropdown {
  background-color: #f7f7f7; }
  @media only screen and (max-width: 687px) {
    .dropdown-group [data-sort="recomended"] .js-close-dropdown {
      background-color: #ffffff; } }

.dropdown-group .option-list {
  line-height: 32px;
  height: 32px; }
  @media only screen and (max-width: 687px) {
    .dropdown-group .option-list {
      height: 50px;
      line-height: 50px; } }
  .dropdown-group .option-list li a {
    color: #2d2d2d;
    font-size: 13px;
    padding-left: 12px;
    display: inline-block;
    margin-left: -7px;
    width: 100%; }
    @media only screen and (max-width: 687px) {
      .dropdown-group .option-list li a {
        font-size: 14px; } }

.dropdown-group .noicon-list li {
  position: relative;
  display: block;
  padding: 0 0px 0 14px;
  font-size: 14px;
  color: #2d2d2d; }

.text-ovrflw {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #244696; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important; }
  .mCSB_inside > .mCSB_container .ico-close {
    margin-left: -17px; }
  .mCSB_inside > .mCSB_container .ico-cancel,
  .mCSB_inside > .mCSB_container .ico-search {
    margin-left: 4px !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.input-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  color: #2d2d2d;
  border: none;
  font-family: "Roboto", sans-serif; }
  .input-search::placeholder {
    color: #b1b1b1; }
  .input-search:focus {
    outline: none; }

.search-item {
  z-index: 2; }
  .search-item .icon-clear,
  .search-item .input-ico {
    position: relative;
    float: right;
    height: 100%;
    width: 45px;
    background: white; }
  .search-item .input-ico {
    cursor: default; }
  .search-item .ico-search {
    height: 18px;
    width: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    fill: #5f5f5f;
    pointer-events: none;
    position: absolute; }
    .search-item .ico-search g {
      transform: scale(0.7); }
  .search-item .ico-cancel {
    display: none; }

.searching .ico-cancel {
  display: block;
  fill: #db0107;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  pointer-events: none;
  position: absolute; }
  .searching .ico-cancel g {
    transform: scale(0.7); }

.searching .ico-close {
  display: block;
  fill: #db0107;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -27px;
  pointer-events: none;
  position: absolute; }

.js-clear.ico-mobile {
  display: none;
  visibility: hidden; }
  @media only screen and (max-width: 687px) {
    .js-clear.ico-mobile {
      visibility: visible;
      display: block;
      cursor: pointer; } }

.icon-desktop {
  display: block;
  visibility: visible; }

.icon-mobile {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 687px) {
  .icon-desktop {
    display: none;
    visibility: hidden; }
  .icon-mobile {
    display: block;
    visibility: visible; } }

.js-clear {
  display: none;
  visibility: hidden; }

.searching .input-ico {
  display: none; }

.searching .js-clear {
  display: block;
  visibility: visible; }

.metro-green .ico-metro {
  fill: green; }

.metro-red .ico-metro {
  fill: red; }

.metro-blue .ico-metro {
  fill: blue; }

.dropdown-group .option-list li a .ico-metro {
  width: 13px;
  height: 10px;
  position: relative;
  left: -12px;
  top: unset;
  transform: none;
  margin-top: 14px; }
  @media only screen and (max-width: 687px) {
    .dropdown-group .option-list li a .ico-metro {
      width: 16px;
      height: 13px;
      position: relative;
      left: -12px;
      top: unset;
      transform: none;
      margin-top: 14px; } }

@media only screen and (max-width: 479px) {
  .body-dropdown-nav-opened {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .body-dropdown-nav-opened:before {
      content: '';
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.7); }
  ul.parent-option-list.js-dropdown.active {
    position: fixed;
    cursor: pointer;
    text-align: left;
    z-index: 1000;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white; }
    ul.parent-option-list.js-dropdown.active .small-dropdown {
      position: relative;
      top: 0; } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

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

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

* {
  margin: 0;
  padding: 0; }

.banks .flex.flex-header {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px; }

.dropdown-group .parent-option-list.js-dropdown .search-item {
  display: none; }

.dropdown-group .parent-option-list.js-dropdown.active .search-item {
  display: block !important;
  top: 0;
  position: absolute;
  width: 100%;
  padding: 0; }

.js-dropdown .for-mobile {
  display: none; }

.group-list {
  margin: 8px;
  display: flex;
  flex: 1; }

.js-clear {
  display: none;
  visibility: hidden;
  z-index: 12;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px; }
  .js-clear svg {
    display: block;
    stroke: #db0107;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    pointer-events: none;
    position: absolute; }

.input-search:not(:placeholder-shown) ~ .js-clear {
  display: block;
  visibility: visible;
  z-index: 9999; }
  .input-search:not(:placeholder-shown) ~ .js-clear svg {
    display: block; }

.input-search:not(:placeholder-shown) ~ .input-ico {
  display: none;
  visibility: hidden; }

.searching .js-clear {
  display: block;
  visibility: visible;
  z-index: 12;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px; }

.h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900; }

body, .mfz-page-wrap {
  background-color: #e9ebee;
  font-family: 'Roboto',sans-serif; }

[page='all-banks'] {
  overflow: visible; }

.dropdown-group .parent-option-list > li > div {
  font-size: 16px;
  height: 40px;
  line-height: 39px; }

.input-search {
  font-size: 16px; }

.ForumParts {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #7788b0;
  margin-bottom: 16px; }
  .ForumParts a, .ForumParts span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7788b0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banks-container {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 #e6e6e6;
  margin-bottom: 16px; }

.banks .ForumParts {
  padding: 15px 15px 0; }

.banks .h1 {
  line-height: 35px;
  padding: 20px 15px 15px; }

.banks-abc,
.banks .sort {
  padding: 0 15px 15px; }

.banks .sort-city-select {
  max-width: 230px; }
  @media only screen and (max-width: 1100px) {
    .banks .sort-city-select {
      flex: 1;
      max-width: 100%;
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .banks .sort-city-select {
      width: 100%;
      flex: 1; } }

.banks .sort-buttons {
  width: 230px;
  flex: 0; }
  @media only screen and (max-width: 479px) {
    .banks .sort-buttons {
      width: 100%;
      flex: 1; } }

.banks .flex {
  justify-content: flex-start;
  flex-flow: row nowrap; }

.banks .group {
  width: 214px;
  display: flex;
  border-radius: 2px;
  overflow: hidden; }

.banks .sort-buttons.active .sort-button:last-child {
  color: #db0107;
  background: #fee2e2; }

.banks .sort-buttons.active .sort-button:first-child {
  color: #244696;
  background-color: transparent; }

.banks .sort-button {
  display: flex;
  flex-flow: column nowrap;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  transition: color, background 0.3s ease;
  color: #244696;
  border: 1px solid #fee2e2;
  text-align: center;
  line-height: 39px;
  width: 50%;
  background-color: transparent;
  align-items: center;
  outline: none;
  cursor: pointer; }
  .banks .sort-button:first-child {
    min-width: 122px;
    color: #db0107;
    background: #fee2e2; }
  .banks .sort-button:last-child {
    min-width: 94px; }
  .banks .sort-button:focus, .banks .sort-button:active, .banks .sort-button:hover {
    text-decoration: none;
    background: #fee2e2;
    color: #db0107; }

.banks .sort-search {
  flex: 1;
  align-items: center;
  position: relative;
  min-width: 215px; }
  .banks .sort-search-bank {
    font-family: "Roboto", sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    height: 40px;
    padding: 0 40px 0 16px;
    border: 1px solid #e4e4e4;
    width: 100%;
    line-height: 39px; }
    .banks .sort-search-bank::placeholder {
      color: #b1b1b1;
      font-size: 14px; }
    .banks .sort-search-bank:focus {
      outline: none; }

.banks-abc {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  color: #244696;
  font-size: 13px;
  align-items: center;
  cursor: pointer; }
  .banks-abc .abc {
    transition: color 0.3s ease; }
    .banks-abc .abc:hover, .banks-abc .abc:focus, .banks-abc .abc:active {
      color: #df3014;
      text-decoration: none; }
    .banks-abc .abc-sort {
      max-width: calc((100% - 65px)/24);
      text-align: center;
      width: 24px; }
    .banks-abc .abc[data-sort="all"] {
      padding-left: 12px; }

.banks-letter {
  box-shadow: inset 0 -1px 0 0 #f2f2f2;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #9d9d9d; }

.banks-group {
  box-shadow: inset 0 1px 0 0 #f2f2f2; }
  .banks-group[data-active='false'] {
    display: none; }

.js-banks-container.active-all .banks-group[data-active='false'] {
  display: block; }

@media only screen and (max-width: 479px) {
  .banks-letter {
    background: #fff;
    margin: 0;
    padding: 0 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
    z-index: 1; }
  .banks .ForumParts {
    padding: 15px 10px 0; }
  .banks .h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 16px 10px; }
  .banks .group-list {
    width: 100%;
    margin-bottom: 16px; }
  .banks .dropdown-group .parent-option-list {
    width: 100%; }
  .banks .sort {
    padding: 0 10px 15px; }
    .banks .sort.flex {
      flex-wrap: wrap; }
    .banks .sort-button:last-child, .banks .sort-button:first-child {
      width: 50%; }
    .banks .sort-search {
      width: 100%;
      margin: 8px; }
  .banks-abc {
    display: none; } }

.wrapper-banks-abc .letter-banks-all {
  display: none; }

.wrapper-banks-abc .letter-banks-active {
  display: flex; }

.wrapper-banks-abc.active-all .letter-banks-all {
  display: flex; }

.wrapper-banks-abc.active-all .letter-banks-active {
  display: none; }

.bank {
  justify-content: center; }
  .bank .liquidation {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-align: center;
    padding: 0px 5px 1px;
    background: #df3115;
    border-radius: 2px;
    line-height: 17px;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 8px;
    display: inline-block; }
  .bank-emblem {
    width: 100px;
    padding: 16px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    position: relative; }
    .bank-emblem img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 16px;
      text-align: center; }
  .bank-info {
    width: calc(100% - 100px);
    padding: 16px 16px 16px 0; }
  .bank-name {
    display: block; }
    .bank-name a {
      text-decoration: none;
      font-size: 16px;
      color: #244696;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      padding-right: 8px;
      transition: color 0.3s ease;
      margin-bottom: 8px;
      display: inline-block; }
      .bank-name a:hover, .bank-name a:focus, .bank-name a:active {
        color: #df3014;
        text-decoration: none; }
  .bank-contacts--info {
    padding-right: 14px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap; }
    .bank-contacts--info a {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      line-height: 1; }
      @media only screen and (max-width: 479px) {
        .bank-contacts--info a {
          width: 230px; } }
  .bank-contacts--info,
  .bank-contacts--info a {
    font-family: "Roboto", sans-serif;
    color: #b1b1b1;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease; }
    .bank-contacts--info:hover, .bank-contacts--info:focus, .bank-contacts--info:active,
    .bank-contacts--info a:hover,
    .bank-contacts--info a:focus,
    .bank-contacts--info a:active {
      color: #df3014;
      text-decoration: none; }
  .bank-activity--info {
    padding-right: 8px;
    display: inline-block;
    white-space: nowrap; }
  .bank-activity--info,
  .bank-activity--info a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #7788b0;
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s ease;
    cursor: pointer; }
    .bank-activity--info:hover, .bank-activity--info:focus, .bank-activity--info:active,
    .bank-activity--info a:hover,
    .bank-activity--info a:focus,
    .bank-activity--info a:active {
      color: #df3014;
      text-decoration: none; }

@media only screen and (min-width: 480px) {
  .bank-emblem--desktop {
    display: block;
    visibility: visible; }
  .bank-emblem--mobile {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 479px) {
  .bank-emblem {
    width: 55px;
    padding: 10px;
    height: 55px; }
    .bank-emblem img {
      padding: 10px 8px 0; }
    .bank-emblem--desktop {
      display: none;
      visibility: hidden; }
    .bank-emblem--mobile {
      display: block;
      visibility: visible; }
  .bank-info {
    width: calc(100% - 55px);
    padding: 10px 10px 10px 0; }
  .bank-activity {
    margin-top: 8px; } }

[data-template='twoColumns']:not([data-layout='fixed']) .mfz-content-wrapper .mfz-col-aside .aside-wrap {
  text-align: center;
  width: 300px;
  margin: auto; }

.active-letter {
  color: #df3014; }

.js-clear {
  display: none;
  visibility: hidden; }

.searching .js-clear {
  display: block;
  visibility: visible;
  z-index: 12;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 44px; }

.searching .ico-cancel {
  display: block;
  fill: #db0107;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  pointer-events: none;
  position: absolute; }
  .searching .ico-cancel g {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

@media only screen and (max-width: 479px) {
  .body-dropdown-nav-opened:before {
    top: 0; } }

.group-list .mfm-header--select-trigger {
  font-family: "Roboto", sans-serif;
  color: #b1b1b1;
  font-size: 14px;
  height: 40px;
  max-height: 40px;
  padding: 0 40px 0 16px;
  border: 1px solid #e4e4e4;
  width: 100%;
  line-height: 39px;
  display: block;
  border-radius: 2px;
  text-align: left;
  margin: 0 !important; }
  .group-list .mfm-header--select-trigger::before, .group-list .mfm-header--select-trigger::after {
    display: none; }
  .group-list .mfm-header--select-trigger.selected {
    color: #2d2d2d; }
  .group-list .mfm-header--select-trigger .icon-arrow {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    content: none; }

.group-list .mfm-iputs-group {
  width: 100%; }

.group-list .mfSelect-wrap > input.mfSelect-search-input {
  height: 40px;
  line-height: 39px;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-left: 16px; }
  .group-list .mfSelect-wrap > input.mfSelect-search-input::placeholder {
    color: #b1b1b1;
    font-size: 14px; }

.group-list .mfSelect-wrap .mfSelect-input-carret {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  width: 11px;
  height: 11px;
  transform: rotate(-135deg);
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 25px;
  margin-top: -8px;
  content: none; }
  .group-list .mfSelect-wrap .mfSelect-input-carret::before {
    display: none; }

.group-list input[placeholder] {
  width: 100% !important; }
