@charset "UTF-8";
.xxx {
  background: rgba(0, 0, 0, 0.015);
  outline: 1px solid #fff;
}

.section .banks{
  margin-top: 50px;
}

.count {
  color: #90909f;
  font-size: 7pt;
  vertical-align: super; 
}
/* p { */
    /* display: block; */
    /* margin-block-start: 1em; */
    /* margin-block-end: 1em; */
    /* margin-inline-start: 0px; */
    /* margin-inline-end: 0px; */
    /* font-size: 16px; */
    /* line-height: 22px;	 */
/* } */
.banks__find-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 20px 20px;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}

.banks__find-box:after {
  background: #e0e0f0;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.banks__logo {
  margin: 10px 0 0 20px;
  width: 200px;
}

.banks__logo img {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block;
}

.banks__logo_th {
  margin: 0;
  margin-left: 20px;
  padding: 10px;
  padding-left: 0;
  border: none;
}

.banks__info-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 0;
  min-width: 250px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}

.banks__info {
  -webkit-box-flex: 1000;
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000;
    display: flex;
    flex-direction: column;
  margin: 0;
  margin-right: 20px;
  min-width: 250px;
  padding: 10px;
  padding-bottom: 0;
  /* width: -webkit-calc(100% - 380px); */
  /* width: calc(100% - 380px); */
}

.banks__info_th {
  padding: 10px;
  padding-bottom---: 0;
}

.banks__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 20px 0 0;
  min-width: 150px;

}
.banks__buttons {
    display: flex;
    flex-direction: column;
}
.banks__contacts_th {
  margin-top: 0;
  padding: 10px;
}

.banks__bic {
  font-size: 16pt;
  font-family: var(--fontRegular);
  color:#222;
  margin: 8px 8px 0 8px;
}

.banks__button {
  margin: 10px 20px 10px 10px;
  width: 160px;
  text-align: center;
}

.button_withoutLimits {
  min-width: auto !important;
  flex-basis: auto !important;
}

.banks__button_th {
  height: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.table__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 82px;
}

.table__row:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: -1px;
  padding-top: 1px;
  z-index: 1;
}

.table__row:after {
  background: #efeff9;
  bottom: 0;
  content: '';
  height: 1px;
  left: 20px;
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.table__row:last-child:after {
  background: none;
}

.table__row:hover:after {
  background: #ffdf0f;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 4px;
}

.banks__license {
    color: #90909f;
    font-size: 8pt;
    margin-bottom: 8px;
    margin-top: 8px;
}

.banks__name {
    display: inline-block;
    font-size: 13pt;
    font-weight: 500;
    line-height: 16pt;
    max-width: 600px;
    font-family: var(--fontRegular);
}

.ogrn {
	color: #90909f;
}
.ogrn_val{
	color: #90909f;
	margin-left: 17px;
}
.bankCourses__buttons .button {
  margin: 10px;
  max-width: 250px;
  min-width: auto;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bankFeedback__buttons .button {
  margin: 10px;
}

.fill_btn{
    width: 232px;
}
.newsPage__label {
  color: #90909f;
  display: block;
  font-size: 10pt;
  margin-bottom: 5px;
  width: 100%;
}

.newsPage__select {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px;
  width: 250px;
}

.newsPage__selectInput {
  width: 100%;
}

.section__buttons .button {
  margin: 10px;
}


.banks__buttons .button {
  margin: 10px;
}

.banks__find-button {
  background: url("/images/ico/icon-find.svg") no-repeat 50% 50%;
  -webkit-background-size: 19px 19px;
          background-size: 19px;
  cursor: pointer;
  height: 40px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.banks__input {
  width: 100%;
}
.banks__find-button:hover,
.banks__input:hover ~ .banks__find-button,
.banks__input:focus ~ .banks__find-button {
  opacity: 1;
}

.banks__inp {
  width: 100%;
}
.banks__find-button:hover,
.banks__inp:hover ~ .banks__find-button,
.banks__inp:focus ~ .banks__find-button {
  opacity: 1;
}

.banks__find {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  margin-right: 20px;
  max-width: 550px;
  position: relative;
}

.banks__found {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 11.5pt;
  left: 0;
  list-style: none;
  max-height: 300px;
  margin: 0;
  max-width: 550px;
  overflow-y: auto;
  padding: 0 15px;
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  width: 100%;
  z-index: 2;
}

.banks__found li:first-child .banks__bank {
  display: block;
  margin-top: 20px;
}

.banks__found li:last-child .banks__bank {
  display: block;
  margin-bottom: 20px;
}

.banks__found:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.banks__found_max {
    max-height: max-content;
}

.banks__message {
    color: #90909f;
    display: block;
    margin: 20px 0;
    padding: 0;
}

.input_checkbox {
  display: none;
}

.input_checkbox + label {
  padding-left: 30px;
  position: relative;
}

.input_checkbox + label:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0f0;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  bottom: -2px;
  content: "";
  font-weight: 400;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.input_textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 80px;
  padding: 5px 15px;
}

.input__button {
  background: url("/images/ico/icon-input-select.svg") no-repeat 50% 50%;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.input__button:hover {
  cursor: pointer;
}

.input:hover .input__button {
  opacity: 1;
}

.input__button_opened {
  background-image: url("/images/ico/icon-close.svg");
}

.brnch_srch {
	width: 36%;
	float: left;
	margin: 5px 5px 5px 0px;
}
.brnch_srch_btn{
	padding: 11px 16px !important;
	margin: 5px 5px 5px 0px;
}
.brnch_srch_header{
	float: unset;
}

.banks__alphabet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  max-width: 53%;
}

.banks__letter {
  margin: 0;
  margin-right: 15px;
  padding: 0;
  text-transform: uppercase;
}

.banks__letter:hover {
  color: #000;
}

.banks__letter:active {
  color: #ffdf0f;
}

.banks__letter_all {
  color: #90909f;
  margin-right: 20px;
}

.ui-tabs-active .best__category {
  border-bottom: 1px dashed #000;
  color: #000;
  cursor: default;
}

.best__pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 580px;
      -ms-flex: 1 1 580px;
          flex: 1 1 580px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0;
  width: 270px;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
    box-sizing: border-box;
  margin: 0 auto;
  max-width: 1366px;
  overflow: hidden;
  padding: 0px 3% 0px;
  width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
}

.content__header_hidden {
  display: none;
}

.new_site_body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Open Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11.5pt;
    font-weight: 100;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: relative;
    width: 100%;
}

.lonely_adr{
	color: #898282;
}

.inf_o_1000bnk p{
	margin-bottom: 14px;
	line-height: 20px;
}


.table__pagination {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 30px 0px;
  position: relative;
  width: 100%;
}

.table__page {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efeff9;
  border: 1px solid #e0e0f0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #90909f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 8pt;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  margin: 5px;
  width: 20px;
}

.table__page:hover {
  background: #e0e0f0;
  border: 1px solid #e0e0f0;
  color: #000;
}

.table__page_active {
  background: #ffdf0f;
  border-color: #ffdf0f;
  color: black;
  cursor: default;
}

.table__page_active:hover {
  background: #ffdf0f;
  border-color: #ffdf0f;
  color: white;
}

.section__tag-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #efeff9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  /* width: 100%; */
}

.section__tag-link:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  border-color: #ffdf0f;
  background: #ffdf0f;
  color: #000;
}

.section__tag-link:active {
  background: #efeff9;
  border-color: #efeff9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section__tag-link_active {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  border-color: #ffdf0f;
  background: #ffdf0f;
  color: #000;
  -webkit-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}

.section__tag-link_border_bg {
  border: 4px solid #e0e0f0;
}

.section__tag-link_border_bg:hover {
  border-color: #ffdf0f;
  background: #ffdf0f;
}

.section__tag-link_border_bg:active {
  background: #e0e0f0;
  border-color: #e0e0f0;
}

.section__tag:hover {
  z-index: 1;
}

.section__tagIcon {
  height: 30px;
  margin: -5px 10px;
  width: 30px;
  vertical-align: middle;
}

.section__tag_accent {
  z-index: 1;
}

.section__tag_accent .section__tag-link {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  border-color: #ffdf0f;
  background: #ffdf0f;
  color: #000;
  -webkit-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}

.bank__newsContent {
  column-count: 2;
}

.banks__rating {
  font-size: 12pt;
  color: #222;
  font-family: var(--fontRegular);
  margin-bottom: 8px;
}

.banks__rating_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 20px 0 0;
  min-width: 150px;
}

.bank__credit-logo {
  float: right;
}

.bank__video {

}
.bank__contact_items {
  display: flex;
  width: 100%;
}

.bank__contact_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.bank__contact_item img {
  height: 40px;
  margin-bottom: 10px;
}
.bank__contact_item a{
  font-size: 1.2em;
}

.bank__citiesList {
    column-count: 4;
    font-size: 1.1em;
    line-height: 1.2em;
}

@media screen and (max-width: 421px) {
  .carusel__banks {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .banks__info {
    width: 100%;
    margin-right: 0;
      min-width: 100%;
  }
    .banks__contacts {
        padding: 0 0 6px 10px;
        display: flex;
        justify-content: flex-start;
    }
  .banks__find{
	max-width: 98%;
  }
  .banks__alphabet{
	max-width:98%;
  }

  .banks__find-box{
	width: unset;
  }
  .banks__input{
     width: 89%;
    margin-top: 5px; 
  }

  .banks__info-box {

  }
  .reestr_find{
    text-align: center;
    margin-top: 12px;	
  }
  .content {
	  width: 100%; 
  }
}

@media screen and (max-width: 850px) {
  .courses__logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .table__row:hover .courses__logo {
    margin-top: 1px;
  }
  .courses__logo img {
    height: 50px;
    width: 100px;
  }
}

@media screen and (max-width: 970px) {
  .main-page__courses-logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .table__row:hover .main-page__courses-logo {
    margin-top: 1px;
  }
  .main-page__courses-logo img {
    height: 50px;
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
    .bank__citiesList {
        column-count: 1;
    }
  .bank__video {
    width: 100%;
  }
  .bank__credit-logo {
    width: 100%;
    float: none;
  }
  .bank__newsContent {
    column-count: 1;
  }
  .banks__list-wrap .table__th {
    display: none;
  }
  .banks__logo {
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }

  .banks__info-box {
    margin-left: 0;
    text-align: left;
  }

  .banks__contacts {
    justify-content: flex-start;
  }
    .banks__contacts .table__data {
      width: 100%;
    }
  .banks__contacts_th {
    padding: 10px;
    width: 100%;
    flex: 100%;
    margin: 0;
    justify-content: center;
  }
  .best__pair {
    flex-wrap: nowrap;
  }
  .table .table__row{
      border-bottom: 1px solid #80808036;
  }
  .table__row:after {
    height: 0;
  }
  .bank__contact_items {
    flex-direction: column;
  }
    .banks__find-button {
        top: 7px;
    }
    .banks__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row-reverse;
    }
}