.single-banki .page-title i{
    padding-left: 5px;
    position: relative;
    margin-left: 10px;
    color: #88919D;
    font-style: normal;
}
.single-banki .page-title i:before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 9px;
    left: 0;
    background-image: url(../images/svg-icons.svg#off-pr);
    background-size: 24px auto;
}
.single-banki .breadcrumbs__item::after {
    content: '-';
    padding: 0 4px 0;
}
.review-bottom__banki {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.review-bottom__banki--sber {
  background-position: -10px -50px;
}
.review-bottom__banki--alfa {
  background-position: -10px -10px;
}
.review-bottom__banki--vtb {
  background-position: -90px -10px;
}
.review-bottom__banki--renessans {
  background-position: -50px -10px;
}
.banki-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.banki-item {
  padding: 0 15px 30px;
  width: 25%;
}
.banki-item__container {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E6EAED;
  border-radius: 4px;
  padding: 30px;
  height: 100%;
}

.rating--banki {
  border-bottom: none;
  border-radius: 0;
}
.rating--banki:first-child {
  border-radius: 4px 4px 0 0;
}
.rating--banki:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #e6eaed;
}
.banki-item__container:hover {
  box-shadow: 0px 10px 20px rgba(136, 145, 157, 0.3);
}
.rating--banki:hover {
    position: relative;
    z-index: 2;
}
.banki-item__title {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 700;
  color: #528CAA;
}
.banki-item__title i{
    padding-left: 5px;
    position: relative;
    margin-left: 5px;
    color: #88919D;
    font-style: normal;
}
.banki-item__title i:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background-image: url(../images/svg-icons.svg#off-pr);
    background-size: 16px auto;
}
.banki-item__title:hover {
  color: #0a2c4b;
}
.banki-item__img {
	display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.banki-item__img img {
  max-width: 100%;
  height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
  border-radius: 4px;   
}
.banki-rating {
  padding: 0 0 10px;
  white-space: nowrap;
}
.banki-list .bank-offer__flex_link {
  margin-right: 0;
}
/*.banki-ratings,*/
.reviews--banki {
  padding-top: 40px;
}
.banki-ratings__flex {
  display: flex;
}
.banki-ratings .rating__container {
  align-items: center;
}
.banki-ratings .rating__img {
  width: 60px;
  height: 60px;
}
.banki-ratings .banki-rating,
.banki-ratings .bank-top__link--phone {
  margin: 0 40px 0 0;
  padding-bottom: 0;
}
.banki-ratings .banki-rating {
  padding-top: 4px;
}
.banki-ratings .banki-item__title {
  margin-bottom: 5px;
}
.rating--banki__num {
  display: none;
}
.rating--banki {
  padding: 20px;
}
.scroll-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;  
}
/* хром, сафари */
.scroll-wrap::-webkit-scrollbar { width: 0; height: 0 }

/* ie 10+ */
.scroll-wrap { -ms-overflow-style: none; }
.bank-carousel {
  overflow: hidden;
  padding: 0 10px;
}
.bank-carousel .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.bank-rating-stars {
  width: 140px;
  height: 20px;
}
.bank-rating {
  padding: 0;
  font-size: 15px;
  color: #88919D;
}
.bank-top-date {
  font-size: 15px;
  line-height: 1.2;
  color: #88919D;
  padding-left: 20px;
}
.bank-top__link {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #88919D;
  padding-left: 25px;
  margin-right: 40px;
  position: relative;
}
.bank-top__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
}
.bank-top__link--phone::before {
  background-image: url(../images/svg-icons.svg#bank-phone);
}
.bank-top__link--www::before {
  background-image: url(../images/svg-icons.svg#bank-link);
}
.bank-top__link--license::before {
  background-image: url(../images/svg-icons.svg#bank-license);
}
.bank-top {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank-top__content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.bank-top__btns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bank-top-btn {
  width: 170px;
  margin-left: 20px;
  line-height: 50px;
}
.bank-img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank-top__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bank-top__line--mb {
  margin-bottom: 25px;
}

.bank-slider-item {
  position: relative;
  background: -webkit-linear-gradient(161.3deg, #4D5869 0%, #707C91 100%);
  background: -o-linear-gradient(161.3deg, #4D5869 0%, #707C91 100%);
  background: linear-gradient(288.7deg, #4D5869 0%, #707C91 100%);
}
.bank-slider-item__content {
  height: 396px;
  width: 100%;
  max-width: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 60px;
}
.bank-slider-item__title {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.bank-slider-item__text {
  margin: 0 0 60px;
  font-size: 15px;
  line-height: 1.4;
  color: #E6EAED;
}
.bank-slider-item__btn {
  max-width: 310px;
}
.bank-slider-item .bank-slider-item__water-img {
  position: absolute;
  opacity: 0.1;
  width: 380px;
  height: auto;
  top: 35px;
  right: 13.7%;
}
.bank-slider-item  .bank-slider-item__man {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
}
.bank-section {
  padding-top: 60px;
}
.bank-section.archive {
  padding-top: 40px;
}
.bank-section .new-carousel__item_container {
  margin-bottom: 0;
}

.bank__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #E6EAED;
}
.bank__table td {
  padding: 16px 0 17px;
  vertical-align: middle;
  border-bottom: 1px solid #E6EAED;
  font-size: 15px;
  line-height: 20px;
}
.bank__table tr:last-child td {
  /* border: none; */
}
.bank__table td:first-child {
  width: 51.95%;
  color: #88919D;
}
.bank__table td:last-child {
  width: 48.05%;
  color: #444444;
}
.bank__table td a {
  color: #528CAA;
}

.bank-table__btns {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bank-table__btn {
  width: 48.05%;
}
.bank__all-show {
  display: block;
  width: 100%;
}
.single-banki .article .offer-page__block--first h2:nth-child(n+1) {
    margin-top: 0;
}
.single-banki .article h2:nth-child(n+1) {
    margin-top: 60px;
}
.bank-news-block h2,
.map h2{
  margin-bottom: 30px;
}
.chavo__item--open {
  margin: 0;
  padding: 0;
}
/*.bottom h3 {
  font-size: 29px;
  line-height: 1.4;
  margin: 20px 0 30px;
}*/
.bank-offer__title {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #444444;
  font-weight: bold;
  margin-bottom: 20px;
}
.bank-offer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.bank-offer__img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.bank-offer__flex_link {
  padding-right: 0;
  line-height: 27px;
}
.bank-offer__flex_link::before {
  top: 5px;
}
.bank-offer__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.bank-offer__btn {
  height: 50px;
  line-height: 50px;
}
.bank__offer {
  padding: 30px;
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #E6EAED;
}
.bank__offer:hover {
  -webkit-box-shadow: 0 12px 19px rgba(45, 48, 72, 0.2);
          box-shadow: 0 12px 19px rgba(45, 48, 72, 0.2);
}
.scroll-wrap .new-carousel__item {
    width: 25%;
    padding: 0 15px 30px;
    margin: 0;
}
.bank-section .new-carousel__item {
  margin-bottom: 30px;
}
.bank-aside-list {
  margin-top: 30px;
  padding: 30px;
}
.bank-aside-list__item {
  position: relative;
}
.bank-aside-list__item:hover {
  margin: 0 -30px;
  padding-left: 30px;
}
.bank-aside-list__item::after {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/banki-logo.png) no-repeat;
}
.bank-aside-list__item:hover::after {
  left: 30px;
}
.bank-aside-list__item--sber::after {
  background-position: -10px -50px;
}
.bank-aside-list__item--alfa::after {
  background-position: -10px -10px;
}
.bank-aside-list__item--vtb::after {
  background-position: -90px -10px;
}
.bank-aside-list__item--ren::after {
  background-position: -50px -10px;
}
.bank-aside-list__item--tinkoff::after {
  background-position: -50px -50px;
}
.bank-aside-list__btn {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  line-height: 50px;
}
.bank-comments__top {
  padding-bottom: 30px;
}
.bank-comments__top .comments__top-input {
  margin: 0;
}
.bank-comments__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank-comments__rating_num {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #000000;
  margin-right: 20px;
}
.bank-comments__rating {
  display: block;
  margin-right: 30px;
}
.bank-comments__rating .bank-rating-stars {
  width: 175px;
  height: 25px;
}
.bank-comments__rating .new-card__rating_num {
  display: none;
}
.bank-comments__rating_count {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  color: #88919D;
}
.bank-comments {
  padding-bottom: 80px;
}
#comments .otzyv-banks,
ol.children{
  padding:0
}
.bank-top-date--mobile {
  display: none;
}
.bank-top__text {
  padding-top: 15px;
}
.bank-cards-labels {
  padding-top: 15px;
}
.bank-card-label {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #528CAA;
  background: #F5F8FA;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.bank-card-label:hover {
  background: #E6EFF2;
}

.bank-after {
  padding-top: 10px;
}

.bank-news-block .journal__item_img {
    /*max-height: 159px;*/
	min-height: auto;
}
.single-banki .kk-star-ratings.kksr-bottom{
	justify-content: center;
	margin: 0;
}
.single-banki .kk-star-ratings .kksr-legend{
	display:none !important;
}
.banki-template-banki .bottom {
    padding: 0px 0 10px;
}
@media screen and (max-width: 1170px){
    .scroll-blog .scroll-wrap {
    flex-wrap: nowrap;
    overflow: scroll hidden;
    margin: 0px -45px -30px;
    padding: 0px 45px 15px;
}
.scroll-wrap .new-carousel__item {
    width: 300px;
    flex-shrink: 0;
    padding: 0px 30px 0px 0px;
    margin-bottom: 20px;
}
.bank-after {
    padding-top: 60px;
}

}
@media (min-width:1100px) and (max-width:1170px) {
.offer-page-section.bank-after .article {
    width: calc(100% - 400px);
}
}
@media screen and (max-width: 1100px) {
  .bank-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bank-lead-menu {
    margin-right: -45px;
  }
  .bank-top__btns {
    width: 100%;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bank-top-btn {
    margin: 0;
    width: 48%;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .bank-slider .slick-arrow {
    display: none !important;
  }
  .bank-slider-item__content {
    height: 345px;
  }
  .bank-slider-item__title {
    font-size: 32px;
  }
  .bank-slider-item__text {
    font-size: 13px;
    margin-bottom: 45px;
  }
  .bank-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bank__offer,
  .bank-aside-list {
    width: 48%;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0;
  }
  .bank__offer .offer__content_flex {
    display: block;
  }
  .bank__offer .article__rating, 
  .bank__offer .article__socials {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bank__offer .article__socials_item {
    margin: 0 5px;
  }
  .bank__offer .article__rating_stars {
    -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;
    text-align: center;
    padding-top: 25px;
  }
  .bank__offer .article__rating_text {
    text-align: center;
    padding-top: 10px;
  }
}

@media screen and (max-width: 980px) {
	  .banki-item {
    width: 50%;
  }
  .banki-list .bank-offer__flex_link {
    font-size: 15px;
  }
  .bank-carousel {
    overflow: visible;
	padding: 0;
  }
  .bank-slider-item__content {
    height: 260px;
    max-width: 400px;
    padding-left: 40px;
  }
  .bank-slider-item .bank-slider-item__man {
    height: 100%;
  }
  .bank-slider-item .bank-slider-item__water-img {
    height: 80%;
    width: auto;
  }
  .bank-slider-item__title {
    font-size: 24px;
  }
  .bank-slider-item__text {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .bank-slider-item__btn {
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .bank-top__link {
    font-size: 13px;
  }
  .bank-offer__flex_link {
    margin-right: 0;
  }
  .bank__offer .article__socials {
    margin-bottom: 0;
  }
  .bank-lead-menu {
    margin-right: -40px;
  }
}

@media screen and (max-width: 750px) {
.single-banki .page-title i:before {
    width: 16px;
    height: 16px;
    top: 5px;
	left: -5px;
    background-size: 16px auto;
}
.banki-item__title i:before{
    top: 1px;

}
.rating--banki__num {
    display: block;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #E6EAED;
    padding-top: 5px;
  }

  .banki-ratings__flex {
    display: block;
  }
  .banki-ratings .rating__container {
    align-items: flex-start;
  }
  .banki-ratings .banki-rating {
    margin-bottom: 10px;
  }
  .banki-ratings .banki-rating, .banki-ratings .bank-top__link--phone {
    margin-right: 0;
  }
  .bank-lead-menu {
    margin-right: 0;
  }
  .bank-slider-item__btn {
    display: none;
  }
  .bank-slider-item__title {
    font-size: 17px;
    line-height: 1.4;
  }
  .bank-slider-item__content {
    padding-left: 20px;
    max-width: 100%;
    padding-right: 160px;
    height: 210px;
  }
  .bank-slider-item__text span {
    display: none;
  }
  .bank-slider-item .bank-slider-item__man {
    right: -105px;
  }
  .bank-top {
    padding: 0 0 10px;
    position: relative;
  }
  .bank-top .bank-img {
    position: absolute;
    left: 0;
    top: 31px;
  }
  .bank-top__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bank-top__line--mb {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    padding-top: 15px;
    padding-left: 95px;
    margin-bottom: 20px;
  }
  .bank-top__btns {
    padding-top: 0;
  }
  .bank-rating-stars {
    width: 70px;
    height: 10px;
  }
  .bank-top-btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: calc(50% - 8px);
  }
  .bank-top__link {
    /* padding: 6px 0 6px 25px; */
    line-height: 27px;
  }
  .bank-top__link::before {
    top: 6px;
  }
  .bank-top__line {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bank-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.2;
  }
  .bank-rating .new-card__rating_num {
    font-size: 13px;
  }
  .bank-top-date {
    font-size: 13px;
  }
  .bank-section {
    padding-top: 35px;
  }
  .bank-after {
    padding-top: 40px;
}
  .single-banki .article h2:nth-child(n+1) {
    margin: 30px 0 15px;
}
.single-banri .section__title {
    font-size: 21px;
}
  .bank__offer, .bank-aside-list {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 380px;
  }
  .bank-sidebar {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bank-comments__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bank-comments__rating_num {
    font-size: 45px;
    margin-right: 10px;
  }
  .bank-comments__rating .bank-rating-stars {
    width: 97px;
    height: 14px;
  }
  .bank-comments__rating {
    display: block;
  }
  .bank-comments__rating_count {
    padding-top: 0;
  }
  .bank-comments__top .comments__top-input {
    margin-top: 25px;
    height: 50px;
    line-height: 50px;
  }
  .bank-comments {
    padding-bottom: 35px;
  }
  .bank-card-label {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 15px;
  }
  .bank-cards-labels {
    padding-top: 5px;
  }
  .bank-article-rating .article__rating_stars {
    -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;
  }
  .article__rating_text {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  .navigation__link {
    margin: 0 5px;
  }
  .navigation__list {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 600px) {
.scroll-blog .scroll-wrap {
    margin: 0px -30px -30px;
    padding: 0px 30px 15px;
}
}

@media screen and (max-width: 580px) {
 .banki-item {
    width: 100%;
    padding-bottom: 0;
  }
  .banki-item__container {
    padding: 20px;
    display: flex;
    border-radius: 0;
    border-bottom: none;
  }
  .banki-item:first-child .banki-item__container,
  .rating--banki:first-child {
    border-radius: 4px 4px 0 0;
  }
  .banki-item:last-child .banki-item__container,
  .rating--banki:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #e6eaed;
  }
  .banki-item__container:hover {
    position: relative;
    z-index: 2;
    border-radius: 0 0 4px 4px;
  }
  .banki-item__img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .banki-item__title {
    font-size: 15px;
  }
  .banki-rating .new-card__rating,
  .banki-rating .new-card__rating_num,
  .banki-list .bank-offer__flex_link {
    font-size: 13px;
  }
  .bank-slider-item .bank-slider-item__man {
    display: block;
  }
  .bank-slider-item .bank-slider-item__water-img {
    display: block;
  }
  .bank-slider-item__content {
    padding-right: 90px;
  }
  .bank__table tr {
    display: block;
  }
  .bank__table td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 15px 0 5px;
  }
  .bottom h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .bank__table td:last-child {
    padding-top: 0;
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
  }
  .bank__table {
    border-top: 1px solid #E6EAED;
  }
  .bank__table td:first-child {
    font-size: 13px;
  }
  .bank__offer, .bank-aside-list {
    padding: 20px;
  }
  .bank-offer__btn,
  .bank-aside-list__btn,
  .bank__all-show,
  .bank-table__btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .bank__offer .article__rating_stars {
    padding-top: 20px;
  }
  .bank-news-block .journal__list {
    padding: 0;
  }
  .bank-news-block .journal__item {
    margin: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-bottom: none;
  }
  .bank-news-block .journal__item:hover {
    position: relative;
  }
  .bank-news-block .journal__item_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bank-news-block .journal__item_img {
    /*width: 95px;
    margin-right: 15px;*/
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
   /* height: 60px;*/
  }
  .bank-news-block .journal__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.bank-news-block  .journal__item_link {
    width: 100%;
	min-height: 42px;
}
.bank_journal_flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;	
}
.bank-news-block  .meta-footer {
    -webkit-box-pack: end;
     -webkit-justify-content: end;
	 -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}
.bank-news-block .meta-date {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.bank-news-block .meta-view {
	margin-left: 10px;
}
  .bank__all-show {
    margin-top: 20px;
  }
  .bank-top-date--comp {
    display: none;
  }
  .bank-top-date--mobile {
    display: inline-block;
  }
  .navigation__list {
    padding-top: 20px;
  }
  .bank-sidebar {
    margin-top: 5px;
  }
  .bank-comments__rating_count {
    font-size: 13px;
    padding-top: 4px;
  }
  .bank-news-block .journal__item {
    max-width: 200%;
    border-radius: 0;
    padding: 0 20px 20px;
  }
  /*.bank-news-block .journal__item_container {
    border-radius: 0;
    border: none;
    border-top: 1px solid #e6eaed;
    padding: 20px 0;
  }*/
  .bank-news-block .journal__item_img {
    margin-bottom: 0;
  }
  /*.bank-news-block .journal__item:last-child .journal__item_container {
    border-bottom: 1px solid #e6eaed;
  }*/
  /*.bank-news-block .journal__item_container:hover {
    margin: 0 -20px;
    padding: 20px;
  }*/
  .bank-news-block .journal__item:hover ~ .journal__item .journal__item_container {
    border-color: transparent;
  }
  .bank-table__btns {
    padding-top: 15px;
  }
}
@media screen and (max-width: 500px) {
	
	
}
@media screen and (max-width: 360px) {

}